FreeCalypso > hg > tcs211-l1-reconst
comparison g23m/system/busyb/sourcesets/mfw.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 description="MMI frame work" name="MFW"> | |
3 <settings> | |
4 <options> | |
5 <optionDef description="imported global options" name=""> | |
6 <condOption optRef="makcdg_opt" /> | |
7 <condOption optRef="global_opt" /> | |
8 <condOption optRef="trace_opt" /> | |
9 <condOption optRef="str2ind_opt" /> | |
10 <condOption optRef="em_opt" /> | |
11 <condOption optRef="fd_opt" /> | |
12 <condOption optRef="mmi_opt" /> | |
13 <condOption optRef="bmi_opt" /> | |
14 <condOption optRef="bt_opt" /> | |
15 <condOption optRef="gprs_opt" require="PMODE==2" /> | |
16 <condOption optRef="tk_opt" /> | |
17 <condOption optRef="SSA_WCP_INCLUDES" /> | |
18 </optionDef> | |
19 <optionDef description="BT local settings" name=""> | |
20 <condOption name="define"> | |
21 <condValue require="BTE_MOBILE==1" value="_WIDCOMM" /> | |
22 <condValue require="BTE_MOBILE==1" value="BUILDCFG" /> | |
23 <condValue require="BTE_MOBILE==1" value="BTE_MOBILE" /> | |
24 </condOption> | |
25 </optionDef> | |
26 <optionDef description="MFW local settings" name=""> | |
27 <condOption name="include"> | |
28 <condValue pathRef="G23_EXP_ACI" /> | |
29 <condValue pathRef="G23_EXP_SMI" /> | |
30 <condValue pathRef="G23_EXP_KSD" /> | |
31 <condValue pathRef="G23_EXP_BT" require="BT!=0" /> | |
32 <condValue pathRef="G23_EXP_ATB" /> | |
33 <!-- NOTE: only needed for mfw_phb.c when INT_PHONEBOOK is defined --> | |
34 <condValue pathRef="G23_EXP_MFW" /> | |
35 <condValue pathRef="G23_EXP_ACIEXT" /> | |
36 <condValue pathRef="G23_EXP_ACI_DTI_MNG" /> | |
37 <condValue pathRef="MMS_Riviera" /> | |
38 <condValue pathRef="MMS_DIR" /> | |
39 </condOption> | |
40 </optionDef> | |
41 </options> | |
42 </settings> | |
43 <sourceDirs> | |
44 <srcDir path="" pathRef="G23_SRC_MFW" /> | |
45 <expDir path="" pathRef="G23_EXP_MFW" /> | |
46 </sourceDirs> | |
47 <sourceFiles> | |
48 <source name="ti1_key" /> | |
49 <source name="ti1_tmr" /> | |
50 <source name="mfw_mfw" /> | |
51 <source name="mfw_win" /> | |
52 <source name="mfw_kbd" /> | |
53 <source name="mfw_tim" /> | |
54 <source name="mfw_edt" require="NEWED==0" /> | |
55 <source name="mfw_mnu" /> | |
56 <source name="mfw_icn" /> | |
57 <source name="mfw_ext" /> | |
58 <source name="mfw_cm" /> | |
59 <source name="mfw_ss" /> | |
60 <source name="mfw_nm" /> | |
61 <source name="mfw_nma" /> | |
62 <source name="mfw_sim" /> | |
63 <source name="mfw_sima" /> | |
64 <source name="mfw_sms" /> | |
65 <source name="mfw_phb" /> | |
66 <source name="mfw_mme" /> | |
67 <source name="mfw_cb" /> | |
68 <source name="mfw_acie" /> | |
69 <source name="mfw_sat" require="TK!=0" /> | |
70 <source name="mfw_lng" /> | |
71 <source name="mfw_cnvt" /> | |
72 <source name="mfw_cphs" /> | |
73 <source name="mfw_str" /> | |
74 <source name="mfw_ffs" /> | |
75 <source name="cphs_mod" require="TK==0" /> | |
76 <source name="mfw_bt" require="BT==2" /> | |
77 <source name="mfw_bta" require="BT==2" /> | |
78 <source name="mfw_bte" require="BTE_MOBILE==1" /> | |
79 <source name="mfw_bt_dm" require="BTE_MOBILE==1" /> | |
80 <source name="mfw_bt_dg" require="BTE_MOBILE==1" /> | |
81 <source name="mfw_bt_ag" require="BTE_MOBILE==1" /> | |
82 <source name="mfw_bt_op" require="BTE_MOBILE==1" /> | |
83 <source name="mfw_bt_ft" require="BTE_MOBILE==1" /> | |
84 <source name="mfw_bt_flash" require="BTE_MOBILE==1" /> | |
85 <source name="mfw_gprs" require="PMODE==2" /> | |
86 <source name="mfw_band" /> | |
87 <source name="mfw_em" require="EM==1" /> | |
88 <source name="mfw_utils" /> | |
89 <source name="mfw_aud" /> | |
90 <source name="mfw_td" /> | |
91 <source name="mfw_midi" require="BOARD==43" /> | |
92 <source name="mfw_cam" require="BOARD==43" /> | |
93 <source name="mfw_mp3test" require="BOARD==43" /> | |
94 </sourceFiles> | |
95 </sourceSet> |