FreeCalypso > hg > fc-magnetite
comparison components/icn-tcs3 @ 431:b006702b48ca
components/icn-tcs3: recipe created, compiles
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 22 Jan 2018 00:25:18 +0000 |
parents | components/icn@59143cd42ec7 |
children | fd1d9063ad40 |
comparison
equal
deleted
inserted
replaced
430:68d23de90144 | 431:b006702b48ca |
---|---|
1 # Building icn.lib from TCS3/LoCosto source | |
2 | |
3 CFLAGS="-me -mt -o -pw2 -x -mw" | |
4 CPPFLAGS= | |
5 | |
6 # Defines | |
7 | |
8 CPPFLAGS=-DMMI_HOMEZONE_ENABLED | |
9 CPPFLAGS="$CPPFLAGS -DFF_MMI_SAT_ICON" | |
10 CPPFLAGS="$CPPFLAGS -DFF_MMI_SMS_DYNAMIC" | |
11 | |
12 if [ "$GPRS" = 1 ] | |
13 then | |
14 CPPFLAGS="$CPPFLAGS -DMMI_GPRS_ENABLED" | |
15 fi | |
16 | |
17 CPPFLAGS="$CPPFLAGS -DMMI_EM_ENABLED" | |
18 CPPFLAGS="$CPPFLAGS -DNO_ASCIIZ" | |
19 | |
20 if [ "$TARGET" != c139 -a "$TARGET" != c11x ] | |
21 then | |
22 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY" | |
23 CPPFLAGS="$CPPFLAGS -DLSCREEN" | |
24 fi | |
25 | |
26 CPPFLAGS="$CPPFLAGS -DINT_PHONEBOOK" | |
27 CPPFLAGS="$CPPFLAGS -DNEW_EDITOR" | |
28 CPPFLAGS="$CPPFLAGS -DTRGT_G23" | |
29 CPPFLAGS="$CPPFLAGS -DAUS_CONDAT_TYPE_PORTING" | |
30 CPPFLAGS="$CPPFLAGS -DCCDTABLES_EXTERN" | |
31 CPPFLAGS="$CPPFLAGS -DOPTION_MULTITHREAD" | |
32 CPPFLAGS="$CPPFLAGS -DNEW_FRAME" | |
33 CPPFLAGS="$CPPFLAGS -DNEW_ENTITY" | |
34 CPPFLAGS="$CPPFLAGS -D_TARGET_" | |
35 CPPFLAGS="$CPPFLAGS -DSHARED_VSI" | |
36 CPPFLAGS="$CPPFLAGS -DALR" | |
37 CPPFLAGS="$CPPFLAGS -DFF_HOMEZONE" | |
38 CPPFLAGS="$CPPFLAGS -DFF_MMI_SAT_ICON" | |
39 CPPFLAGS="$CPPFLAGS -DFF_MMI_SMS_DYNAMIC" | |
40 CPPFLAGS="$CPPFLAGS -DFF_CPHS" | |
41 CPPFLAGS="$CPPFLAGS -D_TMS470" | |
42 CPPFLAGS="$CPPFLAGS -DUART" | |
43 CPPFLAGS="$CPPFLAGS -DFF_ATI" | |
44 CPPFLAGS="$CPPFLAGS -DPHONEBOOK_EXTENSION" | |
45 | |
46 if [ "$GPRS" = 1 ] | |
47 then | |
48 CPPFLAGS="$CPPFLAGS -DGPRS" | |
49 fi | |
50 | |
51 CPPFLAGS="$CPPFLAGS -DFF_EM_MODE" | |
52 CPPFLAGS="$CPPFLAGS -DMMI=2" | |
53 CPPFLAGS="$CPPFLAGS -DMFW" | |
54 CPPFLAGS="$CPPFLAGS -DAT_INTERPRETER" | |
55 CPPFLAGS="$CPPFLAGS -DUSE_L1FD_FUNC_INTERFACE" | |
56 | |
57 if [ "$SRVC" != 0 ] | |
58 then | |
59 CPPFLAGS="$CPPFLAGS -DFAX_AND_DATA" | |
60 if [ "$SRVC" = 1 ] | |
61 then | |
62 CPPFLAGS="$CPPFLAGS -DFF_FAX" | |
63 fi | |
64 CPPFLAGS="$CPPFLAGS -DUSE_L2FD_FUNC_INTERFACE" | |
65 fi | |
66 | |
67 CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC" | |
68 CPPFLAGS="$CPPFLAGS -DNWARN" | |
69 | |
70 # Includes | |
71 | |
72 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | |
73 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | |
74 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | |
75 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | |
76 CPPFLAGS="$CPPFLAGS -I$SRC/ui3/bmi" | |
77 CPPFLAGS="$CPPFLAGS -I$SRC/ui3/mfw" | |
78 CPPFLAGS="$CPPFLAGS -I$SRC/$ACI/aci" | |
79 CPPFLAGS="$CPPFLAGS -I$SRC/$ACI/ksd" | |
80 CPPFLAGS="$CPPFLAGS -I.." | |
81 CPPFLAGS="$CPPFLAGS -I../config" | |
82 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera" | |
83 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_app" | |
84 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core" | |
85 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/abb" | |
86 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/armio" | |
87 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/clkm" | |
88 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/conf" | |
89 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/dma" | |
90 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/dsp_dwnld" | |
91 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/inth" | |
92 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/memif" | |
93 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/rhea" | |
94 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/security" | |
95 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/spi" | |
96 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/timer" | |
97 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/uart" | |
98 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/ulpd" | |
99 CPPFLAGS="$CPPFLAGS -I$SRC/cs/system" | |
100 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/include" | |
101 CPPFLAGS="$CPPFLAGS -I$SRC/cs/services" | |
102 | |
103 # Source modules | |
104 | |
105 SRCDIR=$SRC/ui3/bmi/Icons | |
106 | |
107 cfile_str2ind $SRCDIR/IcnAniPhone.c | |
108 cfile_str2ind $SRCDIR/IcnBattery.c | |
109 cfile_str2ind $SRCDIR/IcnBgdSquares.c | |
110 cfile_str2ind $SRCDIR/IcnBgdTI.c | |
111 cfile_str2ind $SRCDIR/IcnCallBackGround.c | |
112 cfile_str2ind $SRCDIR/IcnCipher.c | |
113 cfile_str2ind $SRCDIR/IcnDefs.c | |
114 cfile_str2ind $SRCDIR/IcnForward.c | |
115 cfile_str2ind $SRCDIR/IcnGprs.c | |
116 cfile_str2ind $SRCDIR/IcnHomezone.c | |
117 cfile_str2ind $SRCDIR/IcnKeylock.c | |
118 cfile_str2ind $SRCDIR/IcnLogoTI.c | |
119 cfile_str2ind $SRCDIR/IcnMainApp.c | |
120 cfile_str2ind $SRCDIR/IcnMainDiv.c | |
121 cfile_str2ind $SRCDIR/IcnMainMsg.c | |
122 cfile_str2ind $SRCDIR/IcnMainPhb.c | |
123 cfile_str2ind $SRCDIR/IcnMainRcl.c | |
124 cfile_str2ind $SRCDIR/IcnMainSec.c | |
125 cfile_str2ind $SRCDIR/IcnMainSet.c | |
126 cfile_str2ind $SRCDIR/IcnMainStk.c | |
127 cfile_str2ind $SRCDIR/IcnMainWap.c | |
128 cfile_str2ind $SRCDIR/IcnMessage.c | |
129 cfile_str2ind $SRCDIR/IcnNetBouygues.c | |
130 cfile_str2ind $SRCDIR/IcnNetChinamobile.c | |
131 cfile_str2ind $SRCDIR/IcnNetFareast.c | |
132 cfile_str2ind $SRCDIR/IcnNetorange.c | |
133 cfile_str2ind $SRCDIR/IcnNetSFR.c | |
134 cfile_str2ind $SRCDIR/IcnNetsonofon.c | |
135 cfile_str2ind $SRCDIR/IcnNetTMobile.c | |
136 cfile_str2ind $SRCDIR/IcnNetVodafone.c | |
137 cfile_str2ind $SRCDIR/IcnNetVodafoneD2.c | |
138 cfile_str2ind $SRCDIR/IcnPopupBgd.c | |
139 cfile_str2ind $SRCDIR/IcnSignal.c | |
140 cfile_str2ind $SRCDIR/IcnVoicemail.c |