FreeCalypso > hg > tcs211-fcmodem
comparison g23m/system/busyb/sourcesets/cci.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 <sourceSet name="CCI" description="Compression and Ciphering Interface"> | |
3 <settings> | |
4 <options> | |
5 <optionDef name="" description="Imported global settings"> | |
6 <condOption optRef="makcdg_opt" /> | |
7 <condOption optRef="global_opt" /> | |
8 <condOption optRef="trace_opt" /> | |
9 <condOption optRef="str2ind_opt" /> | |
10 <condOption optRef="SSA_WCP_INCLUDES" /> | |
11 <condOption optRef="em_opt" /> | |
12 <condOption require="PMODE==2" optRef="gprs_opt" /> | |
13 <condOption optRef="fd_opt" /> | |
14 <condOption optRef="mmi_opt" /> | |
15 </optionDef> | |
16 <optionDef description="linkage settings - from targetSet" name=""> | |
17 <condOption optRef="cci_linkage_opt" /> | |
18 </optionDef> | |
19 <optionDef name="" description="CCI local settings"> | |
20 <condOption name="include"> | |
21 <condValue pathRef="G23_SRC_LLC" /> | |
22 <condValue pathRef="G23_EXP_CCI" /> | |
23 </condOption> | |
24 <condOption name="define"> | |
25 <condValue require="" valRef="" value="LL_DESC" /> | |
26 <condValue value="CCI_INT_RAM" require="cci_int_ram==1" /> | |
27 <condValue value="CCI_FLASH_ROM" require="cci_int_ram==0" /> | |
28 </condOption> | |
29 </optionDef> | |
30 </options> | |
31 </settings> | |
32 <sourceDirs> | |
33 <srcDir pathRef="G23_SRC_CCI" path="" /> | |
34 <expDir pathRef="G23_EXP_CCI" path="" /> | |
35 </sourceDirs> | |
36 <sourceFiles> | |
37 <source name="cci_gea_start" /> | |
38 <source name="cci_fbsf" require="cci_int_ram==0" /> | |
39 <source name="cci_fbsp" require="cci_int_ram==0" /> | |
40 <source name="cci_fbss" require="cci_int_ram==0" /> | |
41 <source name="cci_hw_sim" require="cci_int_ram==0" /> | |
42 <source name="cci_qf" require="cci_int_ram==0" /> | |
43 <source name="cci_qp" require="cci_int_ram==0" /> | |
44 <source name="cci_qs" require="cci_int_ram==0" /> | |
45 </sourceFiles> | |
46 </sourceSet> |