FreeCalypso > hg > leo2moko-debug
comparison g23m/system/busyb/unbusy_pathset.xml @ 0:509db1a7b7b8
initial import: leo2moko-r1
| author | Space Falcon <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 01 Jun 2015 03:24:05 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:509db1a7b7b8 |
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | |
| 2 <pathSet description="all path information" name="PATH"> | |
| 3 <!-- TOKNOW: to allow clearmake builds on different views this path needs to be relative --> | |
| 4 <!-- TOKNOW: this means that the path is relative to the makefile location, and thus the makefile must not be moved !--> | |
| 5 <!-- TODO: all relative paths are RELATIVE TO THE LOCATION OF THIS FILE please be carefull when moving this file --> | |
| 6 <!-- ARM tools --> | |
| 7 <pathTree description="Paths for ARM tools" name="CODEGEN_TOOL"> | |
| 8 <path value="$(PATH_CC_1_22E)" require="(TOOL_CHOICE==0) && (OP_L1_STANDALONE==1)" /> | |
| 9 <!-- This is a workaround --> | |
| 10 <path value="$(PATH_CC_1_22e)" require="(TOOL_CHOICE==0) && (OP_L1_STANDALONE==0)" /> | |
| 11 <path value="$(PATH_CC_2_54)" require="TOOL_CHOICE==3 || (TOOL_CHOICE==30)" /> | |
| 12 <pathTree description="ARM tools executables" name="BIN_TOOLS"> | |
| 13 <path value="" require="TOOL_CHOICE==0" /> | |
| 14 <path value="bin" require="TOOL_CHOICE==3" /> | |
| 15 </pathTree> | |
| 16 <pathTree description="ARM tools includes path" name="INC_TOOLS"> | |
| 17 <path value="" require="TOOL_CHOICE==0" /> | |
| 18 <path value="include" require="(TOOL_CHOICE==3) || (TOOL_CHOICE==30)" /> | |
| 19 </pathTree> | |
| 20 </pathTree> | |
| 21 <pathTree description="Visual linker path" name="LINK_TOOLS"> | |
| 22 <path value="$(PATH_LNK_1_9902)" require="TOOL_CHOICE==0" /> | |
| 23 </pathTree> | |
| 24 <pathTree description="root of source tree" name="DRIVE_X"> | |
| 25 <!-- autoinclude section pathset 0 begin --> | |
| 26 <path value="../../.." /> | |
| 27 <!-- autoinclude section pathset 0 end --> | |
| 28 <pathTree description="GPF directory" name="GPF"> | |
| 29 <path value="gpf" /> | |
| 30 <pathTree description="Frame directory" name="GPF_FRAME"> | |
| 31 <path value="frame" /> | |
| 32 <pathTree description="cust_os directory" name="GPF_FRAME_CUST"> | |
| 33 <path value="cust_os" /> | |
| 34 </pathTree> | |
| 35 </pathTree> | |
| 36 <pathTree description="GPF executables" name="GPF_BIN"> | |
| 37 <path value="BIN" /> | |
| 38 </pathTree> | |
| 39 <pathTree description="CCD directory" name="GPF_CCD"> | |
| 40 <path value="CCD" /> | |
| 41 </pathTree> | |
| 42 <pathTree description="GPF include files" name="GPF_INC"> | |
| 43 <path value="INC" /> | |
| 44 <pathTree description="NUCLEUS include files" name="GPF_INC_NUC"> | |
| 45 <path value="NUC" /> | |
| 46 <pathTree description="NUCLEUS AMR7 include files" name="GPF_INC_NUC_ARM7"> | |
| 47 <path value="arm7" /> | |
| 48 </pathTree> | |
| 49 </pathTree> | |
| 50 </pathTree> | |
| 51 <pathTree description="GPF libraries" name="GPF_LIB"> | |
| 52 <path value="LIB" /> | |
| 53 <pathTree description="GPF libraries" name="GPF_LIB_WIN32"> | |
| 54 <path value="WIN32" /> | |
| 55 </pathTree> | |
| 56 </pathTree> | |
| 57 <pathTree description="GPF external tools" name="GPF_TOOLS"> | |
| 58 <path value="tools/bin" /> | |
| 59 </pathTree> | |
| 60 <pathTree description="GPF TDC files" name="GPF_TDC"> | |
| 61 <path value="util/tap/tdc/src" /> | |
| 62 </pathTree> | |
| 63 <pathTree description="GPF XML to MDF/PDF stylesheets" name="GPF_2MDFPDF"> | |
| 64 <path value="util/sape/xslt/pdf-mdf" /> | |
| 65 </pathTree> | |
| 66 </pathTree> | |
| 67 <pathTree description="G23 directory" name="G23"> | |
| 68 <path value="g23m" require="OP_L1_STANDALONE==0" /> | |
| 69 <!-- The TI archiver 1.22e on Unix does not create libraries in the g23m vob --> | |
| 70 <!-- Workaround: The output directories are in the L1 vob; all other directories are not used --> | |
| 71 <path value="L1" require="OP_L1_STANDALONE==1" /> | |
| 72 <pathTree description="Condat directory" name="CONDAT"> | |
| 73 <path value="condat" /> | |
| 74 <pathTree description="Mobile station (MS) directory" name="MS"> | |
| 75 <path value="ms" /> | |
| 76 <pathTree description="MS sources" name="G23_SRC"> | |
| 77 <path value="src" /> | |
| 78 <pathTree description="AAA sources" name="G23_SRC_AAA"> | |
| 79 <path value="aaa" /> | |
| 80 </pathTree> | |
| 81 <pathTree description="AAA exports" name="G23_EXP_AAA"> | |
| 82 <path value="aaa" /> | |
| 83 </pathTree> | |
| 84 <pathTree description="ACIA sources" name="G23_SRC_ACIA"> | |
| 85 <path value="acia" /> | |
| 86 </pathTree> | |
| 87 <pathTree description="ACIA exports" name="G23_EXP_ACIA"> | |
| 88 <path value="acia" /> | |
| 89 </pathTree> | |
| 90 <pathTree description="CC sources" name="G23_SRC_CC"> | |
| 91 <path value="cc" /> | |
| 92 </pathTree> | |
| 93 <pathTree description="APP sources" name="G23_SRC_APP"> | |
| 94 <path value="app" /> | |
| 95 </pathTree> | |
| 96 <pathTree description="SOCKET_LIB sources" name="G23_SRC_SOCKET"> | |
| 97 <path value="socket_lib" /> | |
| 98 </pathTree> | |
| 99 <pathTree description="TCPIP sources" name="G23_SRC_TCPIP"> | |
| 100 <path value="tcpip" /> | |
| 101 </pathTree> | |
| 102 <pathTree description="TCPIP exports" name="G23_EXP_TCPIP"> | |
| 103 <path value="tcpip/rnet" /> | |
| 104 </pathTree> | |
| 105 <pathTree description="TCPIP inc" name="G23_INC_TCPIP"> | |
| 106 <path value="tcpip/include" /> | |
| 107 </pathTree> | |
| 108 <pathTree description="TCPIP rnetrt" name="G23_TCPIP_RNETRT"> | |
| 109 <path value="tcpip/rnet/rnet_rt" /> | |
| 110 </pathTree> | |
| 111 <pathTree description="CC exports" name="G23_EXP_CC"> | |
| 112 <path value="cc" /> | |
| 113 </pathTree> | |
| 114 <pathTree description="MFW sources" name="G23_SRC_MFW"> | |
| 115 <path value="mfw" /> | |
| 116 </pathTree> | |
| 117 <pathTree description="MFW exports" name="G23_EXP_MFW"> | |
| 118 <path value="mfw" /> | |
| 119 </pathTree> | |
| 120 <pathTree description="ESIM sources" name="G23_SRC_ESIM"> | |
| 121 <path value="esim" /> | |
| 122 </pathTree> | |
| 123 <pathTree description="ESIM exports" name="G23_EXP_ESIM"> | |
| 124 <path value="esim" /> | |
| 125 </pathTree> | |
| 126 <pathTree description="SS sources" name="G23_SRC_SS"> | |
| 127 <path value="ss" /> | |
| 128 </pathTree> | |
| 129 <pathTree description="SS exports" name="G23_EXP_SS"> | |
| 130 <path value="ss" /> | |
| 131 </pathTree> | |
| 132 <pathTree description="GRR sources" name="G23_SRC_GRR"> | |
| 133 <path value="grr" /> | |
| 134 </pathTree> | |
| 135 <pathTree description="GRR exports" name="G23_EXP_GRR"> | |
| 136 <path value="grr" /> | |
| 137 </pathTree> | |
| 138 <pathTree description="GRLC sources" name="G23_SRC_GRLC"> | |
| 139 <path value="grlc" /> | |
| 140 </pathTree> | |
| 141 <pathTree description="GRLC exports" name="G23_EXP_GRLC"> | |
| 142 <path value="grlc" /> | |
| 143 </pathTree> | |
| 144 <pathTree description="RLP sources" name="G23_SRC_RLP"> | |
| 145 <path value="rlp" /> | |
| 146 </pathTree> | |
| 147 <pathTree description="RLP exports" name="G23_EXP_RLP"> | |
| 148 <path value="rlp" /> | |
| 149 </pathTree> | |
| 150 <pathTree description="L1 Adaption Layer" name="G23_SRC_ALR"> | |
| 151 <path value="alr" /> | |
| 152 </pathTree> | |
| 153 <pathTree description="L1 Adaption Layer" name="G23_EXP_ALR"> | |
| 154 <path value="alr" /> | |
| 155 </pathTree> | |
| 156 <pathTree description="Compression and Ciphering Interface" name="G23_SRC_CCI"> | |
| 157 <path value="cci" /> | |
| 158 </pathTree> | |
| 159 <pathTree description="Compression and Ciphering Interface" name="G23_EXP_CCI"> | |
| 160 <path value="cci" /> | |
| 161 </pathTree> | |
| 162 <pathTree description="Data Link Layer" name="G23_SRC_DL"> | |
| 163 <path value="dl" /> | |
| 164 </pathTree> | |
| 165 <pathTree description="Data Link Layer" name="G23_EXP_DL"> | |
| 166 <path value="dl" /> | |
| 167 </pathTree> | |
| 168 <pathTree description="Bluetooth Interface" name="G23_SRC_BTI"> | |
| 169 <path value="bti" /> | |
| 170 </pathTree> | |
| 171 <pathTree description="Bluetooth Interface" name="G23_EXP_BTI"> | |
| 172 <path value="bti" /> | |
| 173 </pathTree> | |
| 174 <pathTree description="Data Transmission Interface" name="G23_SRC_DTI"> | |
| 175 <path value="dti" /> | |
| 176 </pathTree> | |
| 177 <pathTree description="Data Transmission Interface" name="G23_EXP_DTI"> | |
| 178 <path value="dti" /> | |
| 179 </pathTree> | |
| 180 <pathTree description="ACI sources" name="G23_SRC_ACI"> | |
| 181 <path value="aci" /> | |
| 182 </pathTree> | |
| 183 <pathTree description="ACI exports" name="G23_EXP_ACI"> | |
| 184 <path value="aci" /> | |
| 185 </pathTree> | |
| 186 <pathTree description="ACI DTI management sources" name="G23_SRC_ACI_DTI_MNG"> | |
| 187 <path value="aci_dti_mng" /> | |
| 188 </pathTree> | |
| 189 <pathTree description="ACI DTI management exports" name="G23_EXP_ACI_DTI_MNG"> | |
| 190 <path value="aci_dti_mng" /> | |
| 191 </pathTree> | |
| 192 <pathTree description="ATB sources" name="G23_SRC_ATB"> | |
| 193 <path value="atb" /> | |
| 194 </pathTree> | |
| 195 <pathTree description="ATB exports" name="G23_EXP_ATB"> | |
| 196 <path value="atb" /> | |
| 197 </pathTree> | |
| 198 <pathTree description="SMI sources" name="G23_SRC_SMI"> | |
| 199 <path value="smi" /> | |
| 200 </pathTree> | |
| 201 <pathTree description="SMI exports" name="G23_EXP_SMI"> | |
| 202 <path value="smi" /> | |
| 203 </pathTree> | |
| 204 <pathTree description="KSD sources" name="G23_SRC_KSD"> | |
| 205 <path value="ksd" /> | |
| 206 </pathTree> | |
| 207 <pathTree description="KSD exports" name="G23_EXP_KSD"> | |
| 208 <path value="ksd" /> | |
| 209 </pathTree> | |
| 210 <pathTree description="ATI_EXT sources" name="G23_SRC_ATIEXT"> | |
| 211 <path value="ati_ext" /> | |
| 212 </pathTree> | |
| 213 <pathTree description="ATI_EXT exports" name="G23_EXP_ATIEXT"> | |
| 214 <path value="ati_ext" /> | |
| 215 </pathTree> | |
| 216 <pathTree description="FAD sources" name="G23_SRC_FAD"> | |
| 217 <path value="fad" /> | |
| 218 </pathTree> | |
| 219 <pathTree description="FAD exports" name="G23_EXP_FAD"> | |
| 220 <path value="fad" /> | |
| 221 </pathTree> | |
| 222 <pathTree description="GMM sources" name="G23_SRC_GMM"> | |
| 223 <path value="gmm" /> | |
| 224 </pathTree> | |
| 225 <pathTree description="GMM exports" name="G23_EXP_GMM"> | |
| 226 <path value="gmm" /> | |
| 227 </pathTree> | |
| 228 <pathTree description="MM sources" name="G23_SRC_MM"> | |
| 229 <path value="mm" /> | |
| 230 </pathTree> | |
| 231 <pathTree description="MM exports" name="G23_EXP_MM"> | |
| 232 <path value="mm" /> | |
| 233 </pathTree> | |
| 234 <pathTree description="IP sources" name="G23_SRC_IP"> | |
| 235 <path value="ip" /> | |
| 236 </pathTree> | |
| 237 <pathTree description="IP exports" name="G23_EXP_IP"> | |
| 238 <path value="ip" /> | |
| 239 </pathTree> | |
| 240 <pathTree description="RR sources" name="G23_SRC_RR"> | |
| 241 <path value="rr" /> | |
| 242 </pathTree> | |
| 243 <pathTree description="RR exports" name="G23_EXP_RR"> | |
| 244 <path value="rr" /> | |
| 245 </pathTree> | |
| 246 <pathTree description="RRLP sources" name="G23_SRC_RRLP"> | |
| 247 <path value="rrlp" /> | |
| 248 </pathTree> | |
| 249 <pathTree description="RRLP exports" name="G23_EXP_RRLP"> | |
| 250 <path value="rrlp" /> | |
| 251 </pathTree> | |
| 252 <pathTree description="ACI_EXT sources" name="G23_SRC_ACIEXT"> | |
| 253 <path value="aci_ext" /> | |
| 254 </pathTree> | |
| 255 <pathTree description="ACI_EXT exports" name="G23_EXP_ACIEXT"> | |
| 256 <path value="aci_ext" /> | |
| 257 </pathTree> | |
| 258 <pathTree description="LC sources" name="G23_SRC_LC"> | |
| 259 <path value="lc" /> | |
| 260 </pathTree> | |
| 261 <pathTree description="LC exports" name="G23_EXP_LC"> | |
| 262 <path value="lc" /> | |
| 263 </pathTree> | |
| 264 <pathTree description="LLC sources" name="G23_SRC_LLC"> | |
| 265 <path value="llc" /> | |
| 266 </pathTree> | |
| 267 <pathTree description="LLC exports" name="G23_EXP_LLC"> | |
| 268 <path value="llc" /> | |
| 269 </pathTree> | |
| 270 <pathTree description="L1 entity sources" name="G23_SRC_L1"> | |
| 271 <path value="l1" /> | |
| 272 </pathTree> | |
| 273 <pathTree description="L1 entity exports" name="G23_EXP_L1"> | |
| 274 <path value="l1" /> | |
| 275 </pathTree> | |
| 276 <pathTree description="L2R sources" name="G23_SRC_L2R"> | |
| 277 <path value="l2r" /> | |
| 278 </pathTree> | |
| 279 <pathTree description="L2R exports" name="G23_EXP_L2R"> | |
| 280 <path value="l2r" /> | |
| 281 </pathTree> | |
| 282 <pathTree description="RA sources" name="G23_SRC_RA"> | |
| 283 <path value="ra" /> | |
| 284 </pathTree> | |
| 285 <pathTree description="RA exports" name="G23_EXP_RA"> | |
| 286 <path value="ra" /> | |
| 287 </pathTree> | |
| 288 <pathTree description="SIM sources" name="G23_SRC_SIM"> | |
| 289 <path value="sim" /> | |
| 290 </pathTree> | |
| 291 <pathTree description="SIM exports" name="G23_EXP_SIM"> | |
| 292 <path value="sim" /> | |
| 293 </pathTree> | |
| 294 <pathTree description="SM sources" name="G23_SRC_SM"> | |
| 295 <path value="sm" /> | |
| 296 </pathTree> | |
| 297 <pathTree description="SM exports" name="G23_EXP_SM"> | |
| 298 <path value="sm" /> | |
| 299 </pathTree> | |
| 300 <pathTree description="LLC sources" name="G23_SRC_LLC"> | |
| 301 <path value="llc" /> | |
| 302 </pathTree> | |
| 303 <pathTree description="LLC exports" name="G23_EXP_LLC"> | |
| 304 <path value="llc" /> | |
| 305 </pathTree> | |
| 306 <pathTree description="SNDCP sources" name="G23_SRC_SNDCP"> | |
| 307 <path value="sndcp" /> | |
| 308 </pathTree> | |
| 309 <pathTree description="SNDCP exports" name="G23_EXP_SNDCP"> | |
| 310 <path value="sndcp" /> | |
| 311 </pathTree> | |
| 312 <pathTree description="T30 sources" name="G23_SRC_T30"> | |
| 313 <path value="t30" /> | |
| 314 </pathTree> | |
| 315 <pathTree description="T30 exports" name="G23_EXP_T30"> | |
| 316 <path value="t30" /> | |
| 317 </pathTree> | |
| 318 <pathTree description="UART sources" name="G23_SRC_UART"> | |
| 319 <path value="uart" /> | |
| 320 </pathTree> | |
| 321 <pathTree description="UART exports" name="G23_EXP_UART"> | |
| 322 <path value="uart" /> | |
| 323 </pathTree> | |
| 324 <pathTree description="PKTI sources" name="G23_SRC_PKTIO"> | |
| 325 <path value="pktio" /> | |
| 326 </pathTree> | |
| 327 <pathTree description="PKTI exports" name="G23_EXP_PKTIO"> | |
| 328 <path value="pktio" /> | |
| 329 </pathTree> | |
| 330 <pathTree description="PSI sources" name="G23_SRC_PSI"> | |
| 331 <path value="psi" /> | |
| 332 </pathTree> | |
| 333 <pathTree description="PSI exports" name="G23_EXP_PSI"> | |
| 334 <path value="psi" /> | |
| 335 </pathTree> | |
| 336 <pathTree description="PPP sources" name="G23_SRC_PPP"> | |
| 337 <path value="ppp" /> | |
| 338 </pathTree> | |
| 339 <pathTree description="PPP exports" name="G23_EXP_PPP"> | |
| 340 <path value="ppp" /> | |
| 341 </pathTree> | |
| 342 <pathTree description="SMS sources" name="G23_SRC_SMS"> | |
| 343 <path value="sms" /> | |
| 344 </pathTree> | |
| 345 <pathTree description="SMS exports" name="G23_EXP_SMS"> | |
| 346 <path value="sms" /> | |
| 347 </pathTree> | |
| 348 <pathTree description="BMI sources" name="G23_SRC_BMI"> | |
| 349 <path value="bmi" /> | |
| 350 <pathTree description="ICN sources" name="G23_SRC_ICN"> | |
| 351 <path value="icons" /> | |
| 352 </pathTree> | |
| 353 </pathTree> | |
| 354 <pathTree description="BMI exports" name="G23_EXP_BMI"> | |
| 355 <path value="bmi" /> | |
| 356 <pathTree description="ICN exports" name="G23_EXP_ICN"> | |
| 357 <path value="icons" /> | |
| 358 </pathTree> | |
| 359 </pathTree> | |
| 360 <pathTree description="WAP sources" name="G23_SRC_WAP"> | |
| 361 <path value="wapaus" /> | |
| 362 </pathTree> | |
| 363 <pathTree description="WAP exports" name="G23_EXP_WAP"> | |
| 364 <path value="wapaus" /> | |
| 365 </pathTree> | |
| 366 <pathTree description="WAPMIC sources" name="G23_SRC_WAPMIC"> | |
| 367 <path value="wapmic" /> | |
| 368 </pathTree> | |
| 369 <pathTree description="WAPMIC exports" name="G23_EXP_WAPMIC"> | |
| 370 <path value="wapmic" /> | |
| 371 </pathTree> | |
| 372 <pathTree description="MIC sources" name="G23_SRC_MIC"> | |
| 373 <path value="mic" /> | |
| 374 </pathTree> | |
| 375 <!--FIX ME: To change build system--> | |
| 376 <pathTree description="MMS sources" name="MMS_DIR"> | |
| 377 <path value="mms" /> | |
| 378 </pathTree> | |
| 379 <pathTree description="MMS sources" name="MMS_LIB"> | |
| 380 <path value="mms/lib" /> | |
| 381 </pathTree> | |
| 382 <!--FIX ME--> | |
| 383 <pathTree description="MIC exports" name="G23_EXP_MIC"> | |
| 384 <path value="mic" /> | |
| 385 </pathTree> | |
| 386 <pathTree description="UDP sources" name="G23_SRC_UDP"> | |
| 387 <path value="udp" /> | |
| 388 </pathTree> | |
| 389 <pathTree description="UDP exports" name="G23_EXP_UDP"> | |
| 390 <path value="udp" /> | |
| 391 </pathTree> | |
| 392 </pathTree> | |
| 393 <pathTree description="MS documentation" name="G23_DOC"> | |
| 394 <path value="doc" /> | |
| 395 <pathTree description="MS service access points" name="G23_DOC_SAP"> | |
| 396 <path value="sap" require="COPY_DOCS==0" /> | |
| 397 <path value="sap_copy" require="COPY_DOCS==1" /> | |
| 398 </pathTree> | |
| 399 <pathTree description="CCDGEN feature flags" name="CCDGEN_FFLAGS"> | |
| 400 <path value="sap/fflags.h" /> | |
| 401 </pathTree> | |
| 402 <pathTree description="MS test documents" name="G23_DOC_TEST"> | |
| 403 <path value="test" /> | |
| 404 </pathTree> | |
| 405 </pathTree> | |
| 406 </pathTree> | |
| 407 <pathTree description="common (MS/BS) directory" name="COM"> | |
| 408 <path value="com" /> | |
| 409 <pathTree description="G23 Air Message documents" name="G23_DOC_MSG"> | |
| 410 <path value="doc/msg" require="COPY_DOCS==0" /> | |
| 411 <path value="doc/msg_copy" require="COPY_DOCS==1" /> | |
| 412 </pathTree> | |
| 413 <pathTree description="common include directory INC" name="G23_INC"> | |
| 414 <path value="inc" /> | |
| 415 </pathTree> | |
| 416 <pathTree description="common include directory INCLUDE" name="G23_INCLUDE"> | |
| 417 <path value="include" /> | |
| 418 </pathTree> | |
| 419 <pathTree description="GDI sources" name="G23_SRC_GDI"> | |
| 420 <path value="src/driver" /> | |
| 421 </pathTree> | |
| 422 <pathTree description="GDI exports" name="G23_EXP_GDI"> | |
| 423 <path value="src/driver" /> | |
| 424 </pathTree> | |
| 425 <pathTree description="common lib directory" name="G23_SRC_COMLIB"> | |
| 426 <path value="src/comlib" /> | |
| 427 </pathTree> | |
| 428 <pathTree description="frame configuration directory - GSM" name="G23_SRC_CONFIG"> | |
| 429 <path value="src/config" /> | |
| 430 </pathTree> | |
| 431 </pathTree> | |
| 432 <pathTree description="frame configuration directory - GPRS" name="G23_FRAME_CONFIG"> | |
| 433 <path value="frame/config" /> | |
| 434 </pathTree> | |
| 435 </pathTree> | |
| 436 <!-- Needed by WAP - Entity --> | |
| 437 <pathTree description="Ausystem GLE Include directory" name="AUSYSTEM_GLE_INCLUDE"> | |
| 438 <path value="ausystem\Gle\include" /> | |
| 439 </pathTree> | |
| 440 <pathTree description="Ausystem GLE Source directory" name="AUSYSTEM_GLE_SOURCE"> | |
| 441 <path value="ausystem\Gle\source" /> | |
| 442 </pathTree> | |
| 443 <pathTree description="Ausystem GWC Include directory" name="AUSYSTEM_GWC_INCLUDE"> | |
| 444 <path value="ausystem\Gwc\include" /> | |
| 445 </pathTree> | |
| 446 <pathTree description="Ausystem GWC Source directory" name="AUSYSTEM_GWC_SOURCE"> | |
| 447 <path value="ausystem\Gwc\source" /> | |
| 448 </pathTree> | |
| 449 <pathTree description="Ausystem GWC Source directory" name="AUSYSTEM_GWC_MEMORY"> | |
| 450 <path value="ausystem\Gwc\optional\memory" /> | |
| 451 </pathTree> | |
| 452 <pathTree description="MIC adapt directory" name="MIC_ADAPT"> | |
| 453 <path value="mic\adapt" /> | |
| 454 </pathTree> | |
| 455 <pathTree description="MIC Source directory" name="MIC_SOURCE"> | |
| 456 <path value="mic\source" /> | |
| 457 </pathTree> | |
| 458 <pathTree description="MIC config directory" name="MIC_CONFIG"> | |
| 459 <path value="mic\config" /> | |
| 460 </pathTree> | |
| 461 <pathTree description="MIC include directory" name="MIC_INCLUDE"> | |
| 462 <path value="mic\include" /> | |
| 463 </pathTree> | |
| 464 <!-- Needed by TCPIP - Entity --> | |
| 465 <pathTree description="NEXGEN sources" name="NEXGEN_SOURCE"> | |
| 466 <path value="nexgen\coreip" /> | |
| 467 </pathTree> | |
| 468 <pathTree description="NexGen coreip Include directory" name="NEXGEN_COREIP_INCLUDE"> | |
| 469 <path value="nexgen\coreip" /> | |
| 470 </pathTree> | |
| 471 <pathTree description="NexGen ngip Include directory" name="NEXGEN_NGIP_INCLUDE"> | |
| 472 <path value="nexgen\coreip\ngip" /> | |
| 473 </pathTree> | |
| 474 <pathTree description="NexGen ngos Include directory" name="NEXGEN_NGOS_INCLUDE"> | |
| 475 <path value="nexgen\coreip\ngos" /> | |
| 476 </pathTree> | |
| 477 <pathTree description="NexGen cpu Include directory" name="NEXGEN_CPU_INCLUDE"> | |
| 478 <path value="nexgen\coreip\ngos\cpu" /> | |
| 479 </pathTree> | |
| 480 <pathTree description="NexGen arm Include directory" name="NEXGEN_ARM_INCLUDE"> | |
| 481 <path value="nexgen\coreip\ngos\cpu\arm" /> | |
| 482 </pathTree> | |
| 483 <pathTree description="NexGen i386 Include directory" name="NEXGEN_I386_INCLUDE"> | |
| 484 <path value="nexgen\coreip\ngos\cpu\i386" /> | |
| 485 </pathTree> | |
| 486 <pathTree description="NexGen ngresolv Include directory" name="NEXGEN_NGRESOLV_INCLUDE"> | |
| 487 <path value="nexgen\coreip\ngresolv" /> | |
| 488 </pathTree> | |
| 489 <pathTree description="NexGen winpcap Include directory" name="NEXGEN_WINPCAP_INCLUDE"> | |
| 490 <path value="nexgen\coreip\winpcap" /> | |
| 491 </pathTree> | |
| 492 <pathTree description="NexGen net Include directory" name="NEXGEN_NET_INCLUDE"> | |
| 493 <path value="nexgen\coreip\winpcap\net" /> | |
| 494 </pathTree> | |
| 495 <!-- Needed for EOTD feature --> | |
| 496 <pathTree description="CPS directory" name="CPS_DIR"> | |
| 497 <path value="cps" /> | |
| 498 <pathTree description="CPS CSR directory" name="CPS_CSR"> | |
| 499 <path value="csr" /> | |
| 500 <pathTree description="CPS CSR Bridge directory" name="CPS_CSR_BRIDGE"> | |
| 501 <path value="bridge" /> | |
| 502 </pathTree> | |
| 503 <pathTree description="CPS CSR Interface directory" name="CPS_CSR_INTERFACE"> | |
| 504 <path value="interface" /> | |
| 505 </pathTree> | |
| 506 <pathTree description="CPS CSR SMS directory" name="CPS_CSR_SMS"> | |
| 507 <path value="sms" /> | |
| 508 </pathTree> | |
| 509 </pathTree> | |
| 510 <pathTree description="CPS lib directory" name="CPS_LIB"> | |
| 511 <path value="lib" /> | |
| 512 </pathTree> | |
| 513 </pathTree> | |
| 514 <pathTree description="ESIM directory" name="ESIM_LIB"> | |
| 515 <path value="rpd" /> | |
| 516 </pathTree> | |
| 517 <pathTree description="eZiText (ZI) directory" name="ZI_DIR"> | |
| 518 <path value="zi" /> | |
| 519 <pathTree description="eZiText (ZI) data directory" name="ZI_DATA"> | |
| 520 <path value="data" /> | |
| 521 </pathTree> | |
| 522 <pathTree description="eZiText (ZI) include directory" name="ZI_INCLUDE"> | |
| 523 <path value="include" /> | |
| 524 </pathTree> | |
| 525 <pathTree description="eZiText (ZI) lib directory" name="ZI_LIB"> | |
| 526 <path value="lib/tms470" /> | |
| 527 <!-- FIXME: _TARGET_ --> | |
| 528 <!-- <path value="lib/win32"/> --> | |
| 529 <!-- FIXME: _SIMULATION --> | |
| 530 </pathTree> | |
| 531 </pathTree> | |
| 532 <!-- Output information --> | |
| 533 <pathTree description="output directory for all configurations" name="OUT"> | |
| 534 <path value="__out__" /> | |
| 535 <pathTree description="output directory for MDF and PDF documents" name="OUT_DFILE"> | |
| 536 <path value="g23m_dfile" /> | |
| 537 <pathTree description="PDF documents" name="OUT_CDGINC_PDF"> | |
| 538 <path value="prim" /> | |
| 539 </pathTree> | |
| 540 <pathTree description="MDF documents" name="OUT_CDGINC_MDF"> | |
| 541 <path value="msg" /> | |
| 542 </pathTree> | |
| 543 </pathTree> | |
| 544 <pathTree description="output directory for a single configuration" name="TARGET_OUT"> | |
| 545 <path autoNamed="outDirName" value="" require="(BUILD_UTILITIES==0) && (OP_L1_STANDALONE==0) && (RVTOOL==0)" /> | |
| 546 <path value="utilities" require="(BUILD_UTILITIES==1) && (OP_L1_STANDALONE==0) && (RVTOOL==0)" /> | |
| 547 <path autoNamed="out_dir_l1" value="" require="(OP_L1_STANDALONE==1) && (RVTOOL==0)" /> | |
| 548 <path value="rvtool" require="RVTOOL==1" /> | |
| 549 <pathTree description="Generated config files" name="OUT_DIR"> | |
| 550 <path value="." /> | |
| 551 </pathTree> | |
| 552 <pathTree description="binaries" name="OUT_BIN"> | |
| 553 <path value="bin" /> | |
| 554 <pathTree description="mapfile" name="OUT_BIN_MAPFILE"> | |
| 555 <path value="" autoNamed="mapFileName" /> | |
| 556 </pathTree> | |
| 557 <pathTree description="str2ind table" name="OUT_TRACE_STR2IND_TAB"> | |
| 558 <path value="str2ind.tab"/> | |
| 559 </pathTree> | |
| 560 </pathTree> | |
| 561 <pathTree description="Generated config files" name="CFG_PLUS_HEADER"> | |
| 562 <path value="config" /> | |
| 563 </pathTree> | |
| 564 <pathTree description="traces" name="OUT_TRACE"> | |
| 565 <path value="trace" /> | |
| 566 <pathTree description="str2ind version file" name="OUT_TRACE_STR2IND_VERSION"> | |
| 567 <path value="str2ind.c" /> | |
| 568 </pathTree> | |
| 569 <pathTree description="str2ind log file" name="OUT_TRACE_STR2IND_LOG"> | |
| 570 <path value="str2ind.log" /> | |
| 571 </pathTree> | |
| 572 </pathTree> | |
| 573 <pathTree description="cdginc" name="OUT_CDGINC"> | |
| 574 <path value="cdginc" /> | |
| 575 </pathTree> | |
| 576 <pathTree description="cdginc for tools e.g. ccddata_dll.dll" name="OUT_CDGINC_TOOLS"> | |
| 577 <path value="cdginc_tools"/> | |
| 578 </pathTree> | |
| 579 <pathTree description="tdcinc" name="OUT_TDCINC"> | |
| 580 <path value="tdcinc" /> | |
| 581 </pathTree> | |
| 582 <pathTree description="libraries" name="OUT_LIB"> | |
| 583 <path value="lib" /> | |
| 584 </pathTree> | |
| 585 <pathTree description="objects" name="OUT_OBJ"> | |
| 586 <path value="obj" /> | |
| 587 | |
| 588 | |
| 589 | |
| 590 <!-- NGENGE, 3 new drivers --> | |
| 591 <pathTree description="dio_il objects" name="OUT_LIB_DIO_IL"> | |
| 592 <path value="dio_il"/> | |
| 593 </pathTree> | |
| 594 <pathTree description="mux objects" name="OUT_LIB_MUX"> | |
| 595 <path value="mux"/> | |
| 596 </pathTree> | |
| 597 <pathTree description="sam objects" name="OUT_LIB_SAM"> | |
| 598 <path value="sam"/> | |
| 599 </pathTree> | |
| 600 | |
| 601 | |
| 602 | |
| 603 | |
| 604 | |
| 605 | |
| 606 <pathTree description="aaa objects" name="OUT_LIB_AAA"> | |
| 607 <path value="aaa" /> | |
| 608 </pathTree> | |
| 609 <pathTree description="acia objects" name="OUT_LIB_ACIA"> | |
| 610 <path value="acia" /> | |
| 611 </pathTree> | |
| 612 <pathTree description="cc objects" name="OUT_LIB_CC"> | |
| 613 <path value="cc" /> | |
| 614 </pathTree> | |
| 615 <pathTree description="tcpip objects" name="OUT_LIB_TCPIP"> | |
| 616 <path value="tcpip" /> | |
| 617 </pathTree> | |
| 618 <pathTree description="nexgen objects" name="OUT_LIB_NEXGEN"> | |
| 619 <path value="nexgen" /> | |
| 620 </pathTree> | |
| 621 <pathTree description="app objects" name="OUT_LIB_APP"> | |
| 622 <path value="app" /> | |
| 623 </pathTree> | |
| 624 <pathTree description="socket_lib objects" name="OUT_LIB_SOCKET_LIB"> | |
| 625 <path value="socket_lib" /> | |
| 626 </pathTree> | |
| 627 <pathTree description="comlib objects" name="OUT_LIB_COMLIB"> | |
| 628 <path value="comlib" /> | |
| 629 </pathTree> | |
| 630 <pathTree description="aci objects" name="OUT_LIB_ACI"> | |
| 631 <path value="aci" /> | |
| 632 </pathTree> | |
| 633 <pathTree description="aci_dti_mng objects" name="OUT_LIB_ACI_DTI_MNG"> | |
| 634 <path value="aci_dti_mng" /> | |
| 635 </pathTree> | |
| 636 <pathTree description="aci_ext objects" name="OUT_LIB_ACIEXT"> | |
| 637 <path value="aci_ext" /> | |
| 638 </pathTree> | |
| 639 <pathTree description="ati_ext objects" name="OUT_LIB_ATIEXT"> | |
| 640 <path value="ati_ext" /> | |
| 641 </pathTree> | |
| 642 <pathTree description="mfw objects" name="OUT_LIB_MFW"> | |
| 643 <path value="mfw" /> | |
| 644 </pathTree> | |
| 645 <pathTree description="esim objects" name="OUT_LIB_ESIM"> | |
| 646 <path value="esim" /> | |
| 647 </pathTree> | |
| 648 <pathTree description="ss objects" name="OUT_LIB_SS"> | |
| 649 <path value="ss" /> | |
| 650 </pathTree> | |
| 651 <pathTree description="grr objects" name="OUT_LIB_GRR"> | |
| 652 <path value="grr" /> | |
| 653 </pathTree> | |
| 654 <pathTree description="grlc objects" name="OUT_LIB_GRLC"> | |
| 655 <path value="grlc" /> | |
| 656 </pathTree> | |
| 657 <pathTree description="grlc objects (internal ram)" name="OUT_LIB_GRLCIR"> | |
| 658 <path value="grlc_ir" /> | |
| 659 </pathTree> | |
| 660 <pathTree description="rlp objects" name="OUT_LIB_RLP"> | |
| 661 <path value="rlp" /> | |
| 662 </pathTree> | |
| 663 <pathTree description="alr objects" name="OUT_LIB_ALR"> | |
| 664 <path value="alr" /> | |
| 665 </pathTree> | |
| 666 <pathTree description="cci objects (internal ram)" name="OUT_LIB_CCIIR"> | |
| 667 <path value="cci_ir" /> | |
| 668 </pathTree> | |
| 669 <pathTree description="cci objects" name="OUT_LIB_CCI"> | |
| 670 <path value="cci" /> | |
| 671 </pathTree> | |
| 672 <pathTree description="dl objects" name="OUT_LIB_DL"> | |
| 673 <path value="dl" /> | |
| 674 </pathTree> | |
| 675 <pathTree description="bti objects" name="OUT_LIB_BTI"> | |
| 676 <path value="bti" /> | |
| 677 </pathTree> | |
| 678 <pathTree description="bti objects" name="OUT_LIB_DTI"> | |
| 679 <path value="dti" /> | |
| 680 </pathTree> | |
| 681 <pathTree description="smi objects" name="OUT_LIB_SMI"> | |
| 682 <path value="smi" /> | |
| 683 </pathTree> | |
| 684 <pathTree description="fad objects" name="OUT_LIB_FAD"> | |
| 685 <path value="fad" /> | |
| 686 </pathTree> | |
| 687 <pathTree description="gmm objects" name="OUT_LIB_GMM"> | |
| 688 <path value="gmm" /> | |
| 689 </pathTree> | |
| 690 <pathTree description="ip objects" name="OUT_LIB_IP"> | |
| 691 <path value="ip" /> | |
| 692 </pathTree> | |
| 693 <pathTree description="mm objects" name="OUT_LIB_MM"> | |
| 694 <path value="mm" /> | |
| 695 </pathTree> | |
| 696 <pathTree description="rr objects" name="OUT_LIB_RR"> | |
| 697 <path value="rr" /> | |
| 698 </pathTree> | |
| 699 <pathTree description="rrlp objects" name="OUT_LIB_RRLP"> | |
| 700 <path value="rrlp" /> | |
| 701 </pathTree> | |
| 702 <pathTree description="l1 entity objects" name="OUT_LIB_L1"> | |
| 703 <path value="l1" /> | |
| 704 </pathTree> | |
| 705 <pathTree description="l2r objects" name="OUT_LIB_L2R"> | |
| 706 <path value="l2r" /> | |
| 707 </pathTree> | |
| 708 <pathTree description="lc objects" name="OUT_LIB_LC"> | |
| 709 <path value="lc" /> | |
| 710 </pathTree> | |
| 711 <pathTree description="ra objects" name="OUT_LIB_RA"> | |
| 712 <path value="ra" /> | |
| 713 </pathTree> | |
| 714 <pathTree description="sim objects" name="OUT_LIB_SIM"> | |
| 715 <path value="sim" /> | |
| 716 </pathTree> | |
| 717 <pathTree description="sm objects" name="OUT_LIB_SM"> | |
| 718 <path value="sm" /> | |
| 719 </pathTree> | |
| 720 <pathTree description="llc objects" name="OUT_LIB_LLC"> | |
| 721 <path value="llc" /> | |
| 722 </pathTree> | |
| 723 <pathTree description="sndcp objects" name="OUT_LIB_SNDCP"> | |
| 724 <path value="sndcp" /> | |
| 725 </pathTree> | |
| 726 <pathTree description="t30 objects" name="OUT_LIB_T30"> | |
| 727 <path value="t30" /> | |
| 728 </pathTree> | |
| 729 <pathTree description="uart objects" name="OUT_LIB_UART"> | |
| 730 <path value="uart" /> | |
| 731 </pathTree> | |
| 732 <pathTree description="pktio objects" name="OUT_LIB_PKTIO"> | |
| 733 <path value="pktio" /> | |
| 734 </pathTree> | |
| 735 <pathTree description="ppp objects (internal ram)" name="OUT_LIB_PPPIR"> | |
| 736 <path value="ppp_ir" /> | |
| 737 </pathTree> | |
| 738 <pathTree description="ppp objects (flash)" name="OUT_LIB_PPPFL"> | |
| 739 <path value="ppp" /> | |
| 740 </pathTree> | |
| 741 <pathTree description="sms objects" name="OUT_LIB_SMS"> | |
| 742 <path value="sms" /> | |
| 743 </pathTree> | |
| 744 <pathTree description="gdi objects" name="OUT_LIB_GDI"> | |
| 745 <path value="gdi" /> | |
| 746 </pathTree> | |
| 747 <pathTree description="bmi objects" name="OUT_LIB_BMI"> | |
| 748 <path value="bmi" /> | |
| 749 </pathTree> | |
| 750 <pathTree description="icn objects" name="OUT_LIB_ICN"> | |
| 751 <path value="icn" /> | |
| 752 </pathTree> | |
| 753 <pathTree description="wapcodec objects" name="OUT_LIB_WAPCODEC"> | |
| 754 <path value="wapcodec" /> | |
| 755 </pathTree> | |
| 756 <pathTree description="frame config" name="OUT_LIB_CONFIG"> | |
| 757 <path value="cnf" /> | |
| 758 </pathTree> | |
| 759 <pathTree description="frame config objects (internal ram)" name="OUT_LIB_CONFIGIR"> | |
| 760 <path value="cnf_ir" /> | |
| 761 </pathTree> | |
| 762 <pathTree description="ccddata objects" name="OUT_LIB_CCDDATA"> | |
| 763 <path value="ccddata" /> | |
| 764 </pathTree> | |
| 765 <pathTree description="tdclib objects" name="OUT_LIB_TDCLIB"> | |
| 766 <path value="tdclib" /> | |
| 767 </pathTree> | |
| 768 <pathTree description="wap objects" name="OUT_LIB_WAP"> | |
| 769 <path value="wap" /> | |
| 770 </pathTree> | |
| 771 <pathTree description="udp objects" name="OUT_LIB_UDP"> | |
| 772 <path value="udp" /> | |
| 773 </pathTree> | |
| 774 <pathTree description="gle objects" name="OUT_LIB_GLE"> | |
| 775 <path value="gle" /> | |
| 776 </pathTree> | |
| 777 <pathTree description="gwc objects" name="OUT_LIB_GWC"> | |
| 778 <path value="gwc" /> | |
| 779 </pathTree> | |
| 780 <pathTree description="zi objects" name="OUT_LIB_ZI"> | |
| 781 <path value="zi" /> | |
| 782 </pathTree> | |
| 783 <pathTree description="wapmic objects" name="OUT_LIB_WAPMIC"> | |
| 784 <path value="wapmic" /> | |
| 785 </pathTree> | |
| 786 <pathTree description="mic objects" name="OUT_LIB_MIC"> | |
| 787 <path value="mic" /> | |
| 788 </pathTree> | |
| 789 <pathTree description="NUCLEUS objects" name="OUT_LIB_NUCLEUS"> | |
| 790 <path value="nucleus" /> | |
| 791 </pathTree> | |
| 792 <pathTree description="ABB objects" name="OUT_LIB_ABB"> | |
| 793 <path value="abb" /> | |
| 794 </pathTree> | |
| 795 <pathTree description="BUZZER objects" name="OUT_LIB_BUZZER"> | |
| 796 <path value="buzzer" /> | |
| 797 </pathTree> | |
| 798 <pathTree description="CSMI objects" name="OUT_LIB_CSMI"> | |
| 799 <path value="csmi" /> | |
| 800 </pathTree> | |
| 801 <pathTree description="FFS objects" name="OUT_LIB_FFS"> | |
| 802 <path value="ffs" /> | |
| 803 </pathTree> | |
| 804 <pathTree description="KPD objects" name="OUT_LIB_KPD"> | |
| 805 <path value="kpd" /> | |
| 806 </pathTree> | |
| 807 <pathTree description="LCC objects" name="OUT_LIB_LCC"> | |
| 808 <path value="lcc" /> | |
| 809 </pathTree> | |
| 810 <pathTree description="POWER objects" name="OUT_LIB_POWER"> | |
| 811 <path value="power" /> | |
| 812 </pathTree> | |
| 813 <pathTree description="PWR objects" name="OUT_LIB_PWR_DRV"> | |
| 814 <path value="pwr_drv" /> | |
| 815 </pathTree> | |
| 816 <pathTree description="R2D objects" name="OUT_LIB_R2D_DRV"> | |
| 817 <path value="r2d_drv" /> | |
| 818 </pathTree> | |
| 819 <pathTree description="RTC objects" name="OUT_LIB_RTC_DRV"> | |
| 820 <path value="rtc_drv" /> | |
| 821 </pathTree> | |
| 822 <pathTree description="SIM objects" name="OUT_LIB_SIM_DRV"> | |
| 823 <path value="sim_drv" /> | |
| 824 </pathTree> | |
| 825 <pathTree description="SPI objects" name="OUT_LIB_SPI_DRV"> | |
| 826 <path value="spi_drv" /> | |
| 827 </pathTree> | |
| 828 <pathTree description="UART objects" name="OUT_LIB_UART_DRV"> | |
| 829 <path value="uart_drv" /> | |
| 830 </pathTree> | |
| 831 <pathTree description="TUT objects" name="OUT_LIB_TUT"> | |
| 832 <path value="tut" /> | |
| 833 </pathTree> | |
| 834 <pathTree description="ATP objects" name="OUT_LIB_ATP"> | |
| 835 <path value="atp" /> | |
| 836 </pathTree> | |
| 837 <pathTree description="audio objects" name="OUT_LIB_AUDIO"> | |
| 838 <path value="audio" /> | |
| 839 </pathTree> | |
| 840 <pathTree description="CST objects" name="OUT_LIB_CST"> | |
| 841 <path value="cst" /> | |
| 842 </pathTree> | |
| 843 <pathTree description="riviera objects" name="OUT_LIB_RIVIERA"> | |
| 844 <path value="riviera" /> | |
| 845 </pathTree> | |
| 846 <pathTree description="DAR objects" name="OUT_LIB_DAR"> | |
| 847 <path value="dar" /> | |
| 848 </pathTree> | |
| 849 <pathTree description="DCFG objects" name="OUT_LIB_DCFG"> | |
| 850 <path value="dcfg" /> | |
| 851 </pathTree> | |
| 852 <pathTree description="DCM objects" name="OUT_LIB_DCM"> | |
| 853 <path value="dcm" /> | |
| 854 </pathTree> | |
| 855 <pathTree description="ETM objects" name="OUT_LIB_ETM"> | |
| 856 <path value="etm" /> | |
| 857 </pathTree> | |
| 858 <pathTree description="LLS objects" name="OUT_LIB_LLS"> | |
| 859 <path value="lls" /> | |
| 860 </pathTree> | |
| 861 <pathTree description="MKS objects" name="OUT_LIB_MKS"> | |
| 862 <path value="mks" /> | |
| 863 </pathTree> | |
| 864 <pathTree description="MMS objects" name="OUT_LIB_MMS"> | |
| 865 <path value="mms" /> | |
| 866 </pathTree> | |
| 867 <pathTree description="RNET objects" name="OUT_LIB_RNET"> | |
| 868 <path value="rnet" /> | |
| 869 </pathTree> | |
| 870 <pathTree description="RGUI objects" name="OUT_LIB_RGUI"> | |
| 871 <path value="rgui" /> | |
| 872 </pathTree> | |
| 873 <pathTree description="SMBS objects" name="OUT_LIB_SMBS"> | |
| 874 <path value="smbs" /> | |
| 875 </pathTree> | |
| 876 <pathTree description="TTY objects" name="OUT_LIB_TTY"> | |
| 877 <path value="tty" /> | |
| 878 </pathTree> | |
| 879 <pathTree description="TUT objects" name="OUT_LIB_TUT"> | |
| 880 <path value="tut" /> | |
| 881 </pathTree> | |
| 882 <pathTree description="Bootloader objects" name="OUT_LIB_BOOTLOADER"> | |
| 883 <path value="bootloader" /> | |
| 884 </pathTree> | |
| 885 <pathTree description="Main routine objects" name="OUT_LIB_MAIN"> | |
| 886 <path value="main" /> | |
| 887 </pathTree> | |
| 888 <pathTree description="RivieraTool objects" name="OUT_LIB_RVTOOL"> | |
| 889 <path value="rvtool" /> | |
| 890 </pathTree> | |
| 891 <!-- L1 standalone (+ bootloader) --> | |
| 892 <pathTree description="RivieraTool objects" name="OUT_LIB_DRIVERS"> | |
| 893 <path value="drivers" /> | |
| 894 </pathTree> | |
| 895 <pathTree description="RivieraTool objects" name="OUT_LIB_L1_EXT"> | |
| 896 <path value="l1_ext" /> | |
| 897 </pathTree> | |
| 898 <pathTree description="RivieraTool objects" name="OUT_LIB_L1_INT"> | |
| 899 <path value="l1_int" /> | |
| 900 </pathTree> | |
| 901 <pathTree description="RivieraTool objects" name="OUT_LIB_L1_CUST_EXT"> | |
| 902 <path value="l1_cust_ext" /> | |
| 903 </pathTree> | |
| 904 <pathTree description="RivieraTool objects" name="OUT_LIB_L1_CUST_INT"> | |
| 905 <path value="l1_cust_int" /> | |
| 906 </pathTree> | |
| 907 <pathTree description="RivieraTool objects" name="OUT_LIB_L1_SA_EXT"> | |
| 908 <path value="l1_sa_ext" /> | |
| 909 </pathTree> | |
| 910 <pathTree description="RivieraTool objects" name="OUT_LIB_L1_SA_INT"> | |
| 911 <path value="l1_sa_int" /> | |
| 912 </pathTree> | |
| 913 <pathTree description="RivieraTool objects" name="OUT_LIB_TPU"> | |
| 914 <path value="tpudrv" /> | |
| 915 </pathTree> | |
| 916 <!-- TI Nice - end --> | |
| 917 </pathTree> | |
| 918 </pathTree> | |
| 919 </pathTree> | |
| 920 <pathTree description="System directory" name="SYSTEM"> | |
| 921 <path value="system" /> | |
| 922 <pathTree description="BuSyB directory" name="BUSYB_DIR"> | |
| 923 <path value="busyb" /> | |
| 924 <pathTree description="Tools directory" name="TOOLS"> | |
| 925 <path value="tools" /> | |
| 926 </pathTree> | |
| 927 </pathTree> | |
| 928 </pathTree> | |
| 929 <!-- autoinclude section pathset 1 begin --> | |
| 930 <!-- autoinclude section pathset 1 end --> | |
| 931 </pathTree> | |
| 932 | |
| 933 <!-- NGENGE --> | |
| 934 <pathTree description="for mux add gpf-nuc directory" name="NUC0S_ADD_FORMUX"> | |
| 935 <path value="gpf/inc/nuc"/> | |
| 936 </pathTree> | |
| 937 | |
| 938 <pathTree description="Complete Layer1 root directory tree" name="LAYER1_DIR"> | |
| 939 <path value="chipsetsw/layer1" require="OP_L1_STANDALONE==0" /> | |
| 940 <path value="L1/layer1" require="OP_L1_STANDALONE==1" /> | |
| 941 <pathTree description="Layer1 include directory" name="LAYER1_INCLUDE"> | |
| 942 <path value="include" /> | |
| 943 </pathTree> | |
| 944 | |
| 945 <!-- NGENGE --> | |
| 946 <pathTree description="Layer1 cust0 directory" name="LAYER1_CUST0"> | |
| 947 <path value="cust0"/> | |
| 948 </pathTree> | |
| 949 | |
| 950 <pathTree description="BOOT_DIR" name="BOOT_DIR"> | |
| 951 <path value="bootloader" /> | |
| 952 <pathTree description="BOOT_INCLUDE" name="BOOT_INCLUDE"> | |
| 953 <path value="include" /> | |
| 954 </pathTree> | |
| 955 <pathTree description="bootloader source directory" name="BOOT_SRC_DIR"> | |
| 956 <path value="source" /> | |
| 957 </pathTree> | |
| 958 </pathTree> | |
| 959 <pathTree description="TPU_DRIVERS_DIR" name="TPU_DRIVERS_DIR"> | |
| 960 <path value="tpu_drivers" /> | |
| 961 </pathTree> | |
| 962 <pathTree description="L1 C-files directory" name="L1_CFILE_DIR"> | |
| 963 <path value="cfile" /> | |
| 964 </pathTree> | |
| 965 <pathTree description="L1P C-files directory" name="L1_P_CFILE_DIR"> | |
| 966 <path value="p_cfile" /> | |
| 967 </pathTree> | |
| 968 <pathTree description="L1 drivers directory" name="L1_DRIVERS_DIR"> | |
| 969 <path value="drivers/common" /> | |
| 970 </pathTree> | |
| 971 <pathTree description="Tools directory" name="TOOLS_DIR"> | |
| 972 <path value="tools" /> | |
| 973 </pathTree> | |
| 974 </pathTree> | |
| 975 <pathTree description="Components root directory" name="COMPONENTS_ROOT"> | |
| 976 <path value="L1" require="OP_L1_STANDALONE==1" /> | |
| 977 <path value="chipsetsw" require="OP_L1_STANDALONE==0" /> | |
| 978 <pathTree description="Nucleus directory" name="OS_DIR"> | |
| 979 <path value="os/nucleus" /> | |
| 980 <pathTree description="Nucleus library directory" name="OS_LIB_DIR"> | |
| 981 <path value="v1_22e" require="TOOL_CHOICE==0" /> | |
| 982 <path value="v2_54" require="TOOL_CHOICE==3" /> | |
| 983 </pathTree> | |
| 984 <pathTree description="Nucleus source file directory" name="OS_SRC_DIR" /> | |
| 985 <pathTree description="Nucleus include files directory" name="OS_INCLUDE_DIR" /> | |
| 986 </pathTree> | |
| 987 <pathTree description="RTS library root directory" name="RTS_ROOT"> | |
| 988 <path value="rtslib" require="OP_L1_STANDALONE==1" /> | |
| 989 <path value="system/rtslib" require="OP_L1_STANDALONE==0" /> | |
| 990 <pathTree description="RTS library directory" name="RTS_LIB_DIR"> | |
| 991 <path value="v1_22e" require="TOOL_CHOICE==0" /> | |
| 992 <path value="v2_54" require="TOOL_CHOICE==3" /> | |
| 993 <pathTree description="RTS sources directory" name="RTS_DIR" /> | |
| 994 </pathTree> | |
| 995 </pathTree> | |
| 996 </pathTree> | |
| 997 <pathTree description="Chipset SW root directory" name="CHIPSETSW_DIR"> | |
| 998 <path value="chipsetsw" require="OP_L1_STANDALONE==0" /> | |
| 999 <path value="csw-system" require="OP_L1_STANDALONE==1" /> | |
| 1000 <!--<pathTree description="MMS RIV directory" name="MMS_Riviera"> | |
| 1001 <path value="Services/mms" /> | |
| 1002 </pathTree>--> | |
| 1003 <pathTree description="OS/Nucleus directory" name="CHIPSETSW_OS"> | |
| 1004 <path value="os" /> | |
| 1005 <pathTree description="OS/Nucleus libs" name="CHIPSETSW_OS_LIB"> | |
| 1006 <path value="lib" /> | |
| 1007 </pathTree> | |
| 1008 </pathTree> | |
| 1009 <pathTree description="System directory" name="CHIPSETSW_SYSTEM"> | |
| 1010 <path value="system" /> | |
| 1011 <pathTree name="RTSLIB_DIR" description="Run-time libs directory"> | |
| 1012 <path value="main/lib" /> | |
| 1013 </pathTree> | |
| 1014 <pathTree description="Main directory" name="MAIN_DIR"> | |
| 1015 <path value="main" /> | |
| 1016 <pathTree description="Main libs" name="MAIN_LIB_DIR"> | |
| 1017 <path value="lib" /> | |
| 1018 </pathTree> | |
| 1019 </pathTree> | |
| 1020 <pathTree description="Bootloader directory" name="BOOTLOADER_DIR"> | |
| 1021 <path value="bootloader" /> | |
| 1022 </pathTree> | |
| 1023 <pathTree name="CHIPSETSW_TOOLS" description="ChipsetSW tools directory"> | |
| 1024 <path value="tools" /> | |
| 1025 <pathTree name="WCP_SYSBOOT_TOOLS" description="Location of prepflashimg.exe, out2raw.pl, w32repro.exe, ..."> | |
| 1026 <path value="wcp/sysboot/tools" /> | |
| 1027 </pathTree> | |
| 1028 </pathTree> | |
| 1029 <pathTree description="Template directory" name="TEMPLATE_DIR"> | |
| 1030 <path value="template" /> | |
| 1031 </pathTree> | |
| 1032 </pathTree> | |
| 1033 <pathTree description="Drivers directory" name="CHIPSETSW_DRIVERS"> | |
| 1034 <path value="drivers" require="OP_L1_STANDALONE==0" /> | |
| 1035 <pathTree description="drivers directory" name="DRIVERS_CORE_DIR"> | |
| 1036 <path value="drv_core" /> | |
| 1037 <pathTree description="ABB sources" name="ABB_CORE_DIR"> | |
| 1038 <path value="abb" /> | |
| 1039 </pathTree> | |
| 1040 </pathTree> | |
| 1041 <pathTree description="Applications directory" name="DRIVERS_APP_DIR"> | |
| 1042 <path value="drv_app" /> | |
| 1043 <pathTree description="ABB sources" name="ABB_APP_DIR"> | |
| 1044 <path value="abb" /> | |
| 1045 </pathTree> | |
| 1046 <pathTree description="BUZZER sources" name="BUZZER_DIR"> | |
| 1047 <path value="buzzer" /> | |
| 1048 </pathTree> | |
| 1049 | |
| 1050 | |
| 1051 | |
| 1052 <!-- NGENGE, 3 new driver sources --> | |
| 1053 <pathTree description="dio_il sources" name="DIOIL_DIR"> | |
| 1054 <path value="dio_il"/> | |
| 1055 </pathTree> | |
| 1056 <pathTree description="mux sources" name="MUX_DIR"> | |
| 1057 <path value="mux"/> | |
| 1058 </pathTree> | |
| 1059 <pathTree description="sam sources" name="SAM_DIR"> | |
| 1060 <path value="sam"/> | |
| 1061 </pathTree> | |
| 1062 | |
| 1063 | |
| 1064 | |
| 1065 <pathTree description="CSMI sources" name="CSMI_DIR"> | |
| 1066 <path value="csmi" /> | |
| 1067 </pathTree> | |
| 1068 <pathTree description="FFS sources" name="FFS_DIR"> | |
| 1069 <path value="ffs" /> | |
| 1070 </pathTree> | |
| 1071 <pathTree description="KPD sources" name="KPD_DIR"> | |
| 1072 <path value="kpd" /> | |
| 1073 </pathTree> | |
| 1074 <pathTree description="LCC sources" name="LCC_DIR"> | |
| 1075 <path value="lcc" /> | |
| 1076 </pathTree> | |
| 1077 <pathTree description="POWER sources" name="POWER_DIR"> | |
| 1078 <path value="power" /> | |
| 1079 </pathTree> | |
| 1080 <pathTree description="PWR sources" name="PWR_DRV_DIR"> | |
| 1081 <path value="pwr" /> | |
| 1082 </pathTree> | |
| 1083 <pathTree description="R2D sources" name="R2D_DRV_DIR"> | |
| 1084 <path value="r2d" /> | |
| 1085 </pathTree> | |
| 1086 <pathTree description="RTC sources" name="RTC_DRV_DIR"> | |
| 1087 <path value="rtc" /> | |
| 1088 </pathTree> | |
| 1089 <pathTree description="SIM sources" name="SIM_DRV_DIR"> | |
| 1090 <path value="sim" /> | |
| 1091 </pathTree> | |
| 1092 <pathTree description="SPI sources" name="SPI_DRV_DIR"> | |
| 1093 <path value="spi" /> | |
| 1094 </pathTree> | |
| 1095 <pathTree description="UART sources" name="UART_DRV_DIR"> | |
| 1096 <path value="uart" /> | |
| 1097 </pathTree> | |
| 1098 </pathTree> | |
| 1099 </pathTree> | |
| 1100 <pathTree description="Services directory" name="SERVICES_DIR"> | |
| 1101 <path value="services" /> | |
| 1102 <pathTree description="ATP sources" name="ATP_DIR"> | |
| 1103 <path value="atp" /> | |
| 1104 </pathTree> | |
| 1105 <pathTree description="AUDIO sources" name="AUDIO_DIR"> | |
| 1106 <path value="Audio" /> | |
| 1107 <pathTree description="AUDIO_BGD sources" name="AUDIO_BGD_DIR"> | |
| 1108 <path value="Audio_bgd" /> | |
| 1109 </pathTree> | |
| 1110 <pathTree description="AUDIO Test sources" name="AUDIO_TEST_DIR"> | |
| 1111 <path value="tests" /> | |
| 1112 </pathTree> | |
| 1113 </pathTree> | |
| 1114 <pathTree description="CST sources" name="CST_DIR"> | |
| 1115 <path value="cst" /> | |
| 1116 </pathTree> | |
| 1117 <pathTree description="DAR sources" name="DAR_DIR"> | |
| 1118 <path value="dar" /> | |
| 1119 <pathTree description="DAR Test sources" name="DAR_TEST_DIR"> | |
| 1120 <path value="tests" /> | |
| 1121 </pathTree> | |
| 1122 </pathTree> | |
| 1123 <pathTree description="DCFG sources" name="DCFG_DIR"> | |
| 1124 <path value="dcfg" /> | |
| 1125 </pathTree> | |
| 1126 <pathTree description="DCM sources" name="DCM_DIR"> | |
| 1127 <path value="dcm" /> | |
| 1128 </pathTree> | |
| 1129 <pathTree description="ETM sources" name="ETM_DIR"> | |
| 1130 <path value="etm" /> | |
| 1131 </pathTree> | |
| 1132 <pathTree description="LLS sources" name="LLS_DIR"> | |
| 1133 <path value="lls" /> | |
| 1134 </pathTree> | |
| 1135 <pathTree description="MFW sources" name="MFW_DIR"> | |
| 1136 <path value="mfw" /> | |
| 1137 </pathTree> | |
| 1138 <pathTree description="MKS sources" name="MKS_DIR"> | |
| 1139 <path value="mks" /> | |
| 1140 </pathTree> | |
| 1141 | |
| 1142 <pathTree description="RGUI sources" name="RGUI_DIR"> | |
| 1143 <path value="rgui" /> | |
| 1144 </pathTree> | |
| 1145 <pathTree description="RNET sources" name="RNET_DIR"> | |
| 1146 <path value="rnet" /> | |
| 1147 <pathTree description="RNET_BR sources" name="RNET_BR_DIR"> | |
| 1148 <path value="rnet_br" /> | |
| 1149 </pathTree> | |
| 1150 <pathTree description="RNET_RT sources" name="RNET_RT_DIR"> | |
| 1151 <path value="rnet_rt" /> | |
| 1152 <pathTree description="RNET_RT_COREIP sources" name="RNET_RT_COREIP_DIR"> | |
| 1153 <path value="coreip" /> | |
| 1154 </pathTree> | |
| 1155 </pathTree> | |
| 1156 <pathTree description="RNET_WS sources" name="RNET_WS_DIR"> | |
| 1157 <path value="rnet_ws" /> | |
| 1158 </pathTree> | |
| 1159 </pathTree> | |
| 1160 <pathTree description="SMBS sources" name="SMBS_DIR"> | |
| 1161 <path value="smbs" /> | |
| 1162 </pathTree> | |
| 1163 <pathTree description="TTY sources" name="TTY_DIR"> | |
| 1164 <path value="tty" /> | |
| 1165 </pathTree> | |
| 1166 <pathTree description="TUT sources" name="TUT_DIR"> | |
| 1167 <path value="tut" /> | |
| 1168 </pathTree> | |
| 1169 <pathTree description="WIDCOMM sources" name="WIDCOMM_DIR"> | |
| 1170 <path value="widcomm" /> | |
| 1171 </pathTree> | |
| 1172 </pathTree> | |
| 1173 <pathTree description="Riviera directory" name="RIVIERA_DIR"> | |
| 1174 <path value="riviera" /> | |
| 1175 <pathTree description="RIVIERA Tests sources" name="RIVIERA_TESTS_DIR"> | |
| 1176 <path value="tests" /> | |
| 1177 <pathTree description="RIVIERA Tests sources" name="RIVIERA_TESTS_RV_DIR"> | |
| 1178 <path value="rv" /> | |
| 1179 </pathTree> | |
| 1180 </pathTree> | |
| 1181 </pathTree> | |
| 1182 <pathTree description="Tools directory" name="CHIPSETSW_TOOLS"> | |
| 1183 <path value="tools" /> | |
| 1184 <pathTree description="RivieraTool sources" name="RVTOOL_DIR"> | |
| 1185 <path value="RivieraTool" /> | |
| 1186 </pathTree> | |
| 1187 </pathTree> | |
| 1188 </pathTree> | |
| 1189 </pathTree> | |
| 1190 </pathSet> |
