annotate components/aci-tcs3 @ 662:8cd8fd15a095

SIM speed enhancement re-enabled and made configurable TI's original code supported SIM speed enhancement, but Openmoko had it disabled, and OM's disabling of speed enhancement somehow caused certain SIM cards to start working which didn't work before (OM's bug #666). Because our FC community is much smaller in year 2020 than OM's community was in their day, we are not able to find one of those #666-affected SIMs, thus the real issue they had encountered remains elusive. Thus our solution is to re-enable SIM speed enhancement and simply wait for if and when someone runs into a #666-affected SIM once again. We provide a SIM_allow_speed_enhancement global variable that allows SIM speed enhancement to be enabled or disabled per session, and an /etc/SIM_spenh file in FFS that allows it to enabled or disabled on a non-volatile basis. SIM speed enhancement is now enabled by default.
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 24 May 2020 05:02:28 +0000
parents ad7f986afae3
children cf1cfe12a54a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
165
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 # Building the TCS3.2 version of aci.lib
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 CFLAGS="-me -mt -o -pw2 -x -mw"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 CPPFLAGS=
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 make_version aci
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 cfile_plain aci_version.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 # Defines
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 CPPFLAGS=-DCCDTABLES_EXTERN
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12 CPPFLAGS="$CPPFLAGS -DOPTION_MULTITHREAD"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13 CPPFLAGS="$CPPFLAGS -DNEW_FRAME"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14 CPPFLAGS="$CPPFLAGS -DNEW_ENTITY"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
15 CPPFLAGS="$CPPFLAGS -D_TARGET_"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
16 CPPFLAGS="$CPPFLAGS -DSHARED_VSI"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
17 CPPFLAGS="$CPPFLAGS -DALR"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
18 CPPFLAGS="$CPPFLAGS -DFF_HOMEZONE"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
19 CPPFLAGS="$CPPFLAGS -DFF_MMI_SAT_ICON"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
20 CPPFLAGS="$CPPFLAGS -DFF_MMI_SMS_DYNAMIC"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
21 CPPFLAGS="$CPPFLAGS -DFF_CPHS"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
22 CPPFLAGS="$CPPFLAGS -D_TMS470"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
23 CPPFLAGS="$CPPFLAGS -DUART"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
24 CPPFLAGS="$CPPFLAGS -DFF_ATI"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
25 CPPFLAGS="$CPPFLAGS -DNWARN"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
26 CPPFLAGS="$CPPFLAGS -DFF_EM_MODE"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
27 CPPFLAGS="$CPPFLAGS -DVOCODER_FUNC_INTERFACE"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
28 CPPFLAGS="$CPPFLAGS -DAT_INTERPRETER"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
29 CPPFLAGS="$CPPFLAGS -DUSE_L1FD_FUNC_INTERFACE"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
30
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
31 if [ "$SRVC" != 0 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
32 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
33 CPPFLAGS="$CPPFLAGS -DFAX_AND_DATA"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
34 if [ "$SRVC" = 1 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
35 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
36 CPPFLAGS="$CPPFLAGS -DFF_FAX"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
37 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
38 CPPFLAGS="$CPPFLAGS -DUSE_L2FD_FUNC_INTERFACE"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
39 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
40
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
41 CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
42 CPPFLAGS="$CPPFLAGS -DMMI=$MMI"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
43
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
44 if [ "$MMI" = 0 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
45 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
46 CPPFLAGS="$CPPFLAGS -DACI"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
47 elif [ "$MMI" = 2 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
48 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
49 CPPFLAGS="$CPPFLAGS -DMFW"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
50 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
51
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
52 CPPFLAGS="$CPPFLAGS -DPHONEBOOK_EXTENSION"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
53
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
54 if [ "$GPRS" = 1 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
55 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
56 CPPFLAGS="$CPPFLAGS -DGPRS"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
57 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
58
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
59 CPPFLAGS="$CPPFLAGS -DSMS_PDU_SUPPORT"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
60 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
61 CPPFLAGS="$CPPFLAGS -DDTI2"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
62 CPPFLAGS="$CPPFLAGS -DDTI"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
63 CPPFLAGS="$CPPFLAGS -DUART"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
64 CPPFLAGS="$CPPFLAGS -DFF_ATI"
482
ad7f986afae3 pass -DCHIPSET and -DBOARD for all TCS3.2 components
Mychaela Falconia <falcon@freecalypso.org>
parents: 481
diff changeset
65 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET"
ad7f986afae3 pass -DCHIPSET and -DBOARD for all TCS3.2 components
Mychaela Falconia <falcon@freecalypso.org>
parents: 481
diff changeset
66 CPPFLAGS="$CPPFLAGS -DBOARD=41"
165
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
67
167
b135e1505ae4 TCS3.2 version of aci.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents: 165
diff changeset
68 # FreeCalypso additions to make the TCS3.2 version
b135e1505ae4 TCS3.2 version of aci.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents: 165
diff changeset
69 # behave more like TCS211
b135e1505ae4 TCS3.2 version of aci.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents: 165
diff changeset
70
477
f65a4399093d hybrid config: re-enabled obscure AT commands which require TI_PS_FF_* flags
Mychaela Falconia <falcon@freecalypso.org>
parents: 437
diff changeset
71 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_CMD_WS46"
f65a4399093d hybrid config: re-enabled obscure AT commands which require TI_PS_FF_* flags
Mychaela Falconia <falcon@freecalypso.org>
parents: 437
diff changeset
72 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_ATR"
f65a4399093d hybrid config: re-enabled obscure AT commands which require TI_PS_FF_* flags
Mychaela Falconia <falcon@freecalypso.org>
parents: 437
diff changeset
73 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_CPRSM"
f65a4399093d hybrid config: re-enabled obscure AT commands which require TI_PS_FF_* flags
Mychaela Falconia <falcon@freecalypso.org>
parents: 437
diff changeset
74 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_CSCN"
f65a4399093d hybrid config: re-enabled obscure AT commands which require TI_PS_FF_* flags
Mychaela Falconia <falcon@freecalypso.org>
parents: 437
diff changeset
75 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_CUSDR"
f65a4399093d hybrid config: re-enabled obscure AT commands which require TI_PS_FF_* flags
Mychaela Falconia <falcon@freecalypso.org>
parents: 437
diff changeset
76 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_CUST"
f65a4399093d hybrid config: re-enabled obscure AT commands which require TI_PS_FF_* flags
Mychaela Falconia <falcon@freecalypso.org>
parents: 437
diff changeset
77 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_DBGINFO"
f65a4399093d hybrid config: re-enabled obscure AT commands which require TI_PS_FF_* flags
Mychaela Falconia <falcon@freecalypso.org>
parents: 437
diff changeset
78 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_RDLB"
f65a4399093d hybrid config: re-enabled obscure AT commands which require TI_PS_FF_* flags
Mychaela Falconia <falcon@freecalypso.org>
parents: 437
diff changeset
79 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_SECP"
f65a4399093d hybrid config: re-enabled obscure AT commands which require TI_PS_FF_* flags
Mychaela Falconia <falcon@freecalypso.org>
parents: 437
diff changeset
80 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_SECS"
f65a4399093d hybrid config: re-enabled obscure AT commands which require TI_PS_FF_* flags
Mychaela Falconia <falcon@freecalypso.org>
parents: 437
diff changeset
81 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_STDR"
167
b135e1505ae4 TCS3.2 version of aci.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents: 165
diff changeset
82 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_CONC_SMS"
b135e1505ae4 TCS3.2 version of aci.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents: 165
diff changeset
83
481
24078551b620 build system: set ALLOW_CSIM_GSM=1 by default for hybrid configs
Mychaela Falconia <falcon@freecalypso.org>
parents: 477
diff changeset
84 if [ "$ALLOW_CSIM_GSM" = 1 ]
24078551b620 build system: set ALLOW_CSIM_GSM=1 by default for hybrid configs
Mychaela Falconia <falcon@freecalypso.org>
parents: 477
diff changeset
85 then
24078551b620 build system: set ALLOW_CSIM_GSM=1 by default for hybrid configs
Mychaela Falconia <falcon@freecalypso.org>
parents: 477
diff changeset
86 CPPFLAGS="$CPPFLAGS -DALLOW_CSIM_GSM"
24078551b620 build system: set ALLOW_CSIM_GSM=1 by default for hybrid configs
Mychaela Falconia <falcon@freecalypso.org>
parents: 477
diff changeset
87 fi
24078551b620 build system: set ALLOW_CSIM_GSM=1 by default for hybrid configs
Mychaela Falconia <falcon@freecalypso.org>
parents: 477
diff changeset
88
165
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
89 # Includes
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
90
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
91 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
92 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
93 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
94 CPPFLAGS="$CPPFLAGS -I../../$CDGINC"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
95
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
96 if [ "$MMI" = 2 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
97 then
437
63e10f44550c components/aci-tcs3: using the new TCS3 version of MFW
Mychaela Falconia <falcon@freecalypso.org>
parents: 371
diff changeset
98 CPPFLAGS="$CPPFLAGS -I$SRC/ui3/mfw"
165
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
99 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
100
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
101 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/ksd"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
102 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/ati_ext"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
103 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
104 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci_ext"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
105 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci_dti_mng"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
106 CPPFLAGS="$CPPFLAGS -I../../$CDGPRIM"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
107 CPPFLAGS="$CPPFLAGS -I.."
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
108 CPPFLAGS="$CPPFLAGS -I../config"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
109 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
110 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_app"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
111 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
112 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/abb"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
113 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/armio"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
114 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/clkm"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
115 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/conf"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
116 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/dma"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
117 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/dsp_dwnld"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
118 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/inth"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
119 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/memif"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
120 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/rhea"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
121 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/security"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
122 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/spi"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
123 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/timer"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
124 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/uart"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
125 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/ulpd"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
126 CPPFLAGS="$CPPFLAGS -I$SRC/cs/system"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
127 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/include"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
128 CPPFLAGS="$CPPFLAGS -I$SRC/cs/services"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
129
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
130 # ACI source modules
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
131
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
132 SRCDIR=$SRC/g23m-aci/aci
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
133
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
134 # ATI stuff
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
135 cfile_str2ind $SRCDIR/ati_sat.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
136 cfile_str2ind $SRCDIR/ati_src_sat.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
137 cfile_str2ind $SRCDIR/ati_pdu.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
138 cfile_str2ind $SRCDIR/ati_bas.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
139 cfile_str2ind $SRCDIR/ati_cc.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
140 cfile_str2ind $SRCDIR/ati_cmd.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
141 cfile_str2ind $SRCDIR/ati_csc.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
142 cfile_str2ind $SRCDIR/ati_err.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
143
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
144 if [ "$SRVC" != 0 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
145 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
146 cfile_str2ind $SRCDIR/ati_fd.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
147 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
148
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
149 cfile_str2ind $SRCDIR/ati_io.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
150 cfile_str2ind $SRCDIR/ati_mm.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
151 cfile_str2ind $SRCDIR/ati_phb.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
152 cfile_str2ind $SRCDIR/ati_prs.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
153 cfile_str2ind $SRCDIR/ati_ret.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
154 cfile_str2ind $SRCDIR/ati_sim.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
155 cfile_str2ind $SRCDIR/ati_sms.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
156 cfile_str2ind $SRCDIR/ati_ss.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
157
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
158 if [ "$GPRS" = 1 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
159 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
160 cfile_str2ind $SRCDIR/ati_gprs.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
161 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
162
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
163 cfile_str2ind $SRCDIR/ati_mmi.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
164 cfile_str2ind $SRCDIR/ati_em.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
165 cfile_str2ind $SRCDIR/ati_em_ret.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
166 cfile_str2ind $SRCDIR/ati_cphs.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
167 cfile_str2ind $SRCDIR/ati_dti.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
168
208
ab79cf3c29a5 AT-over-RVTMUX mechanism ported over to the TCS3.2 version of ACI
Mychaela Falconia <falcon@freecalypso.org>
parents: 167
diff changeset
169 cfile_str2ind $SRCDIR/ati_src_rvt.c
293
5b2ebc94cae4 aci3: integrated all Openmoko AT commands except AT@BAND
Mychaela Falconia <falcon@freecalypso.org>
parents: 247
diff changeset
170 cfile_str2ind $SRCDIR/ati_omcompat.c
247
294c26c07561 aci3: started adding Openmoko and FreeCalypso AT commands
Mychaela Falconia <falcon@freecalypso.org>
parents: 208
diff changeset
171 cfile_str2ind $SRCDIR/ati_audio.c
371
9a237d51c226 aci3: ati_fchg.c module brought over from aci2
Mychaela Falconia <falcon@freecalypso.org>
parents: 293
diff changeset
172 cfile_str2ind $SRCDIR/ati_fchg.c
165
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
173
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
174 # ACI stuff
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
175 cfile_str2ind $SRCDIR/aci_aci.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
176 cfile_str2ind $SRCDIR/aci_mem.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
177 cfile_str2ind $SRCDIR/aci_csf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
178 cfile_str2ind $SRCDIR/aci_pei.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
179 cfile_str2ind $SRCDIR/aci_tim.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
180 cfile_str2ind $SRCDIR/aci_util.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
181 cfile_str2ind $SRCDIR/aci_lst.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
182 cfile_str2ind $SRCDIR/dti_cntrl_mng.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
183 cfile_str2ind $SRCDIR/phb.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
184 cfile_str2ind $SRCDIR/aoc.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
185 cfile_str2ind $SRCDIR/aci_mfw.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
186 cfile_str2ind $SRCDIR/aci_slock.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
187 cfile_str2ind $SRCDIR/aci_em.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
188
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
189 if [ "$GPRS" = 1 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
190 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
191 cfile_str2ind $SRCDIR/gaci_srcc.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
192 cfile_str2ind $SRCDIR/gaci.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
193 cfile_str2ind $SRCDIR/gaci_ret.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
194 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
195
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
196 cfile_str2ind $SRCDIR/hl_audio_drv.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
197
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
198 # ATISRC stuff
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
199 cfile_str2ind $SRCDIR/ati_src_uart.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
200 cfile_str2ind $SRCDIR/ati_src_uart_io.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
201
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
202 # CMH stuff (part 1)
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
203 cfile_str2ind $SRCDIR/cmh_sats.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
204 cfile_str2ind $SRCDIR/cmh_satr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
205 cfile_str2ind $SRCDIR/cmh_satq.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
206
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
207 # CMH stuff (part 2)
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
208 if [ "$SRVC" = 0 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
209 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
210 cfile_str2ind $SRCDIR/cmh_ccf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
211 cfile_str2ind $SRCDIR/cmh_ccq.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
212 cfile_str2ind $SRCDIR/cmh_ccr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
213 cfile_str2ind $SRCDIR/cmh_ccs.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
214 cfile_str2ind $SRCDIR/cmh_dmy.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
215 cfile_str2ind $SRCDIR/cmh_f.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
216 cfile_str2ind $SRCDIR/cmh_mmf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
217 cfile_str2ind $SRCDIR/cmh_mmir.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
218 cfile_str2ind $SRCDIR/cmh_mmis.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
219 cfile_str2ind $SRCDIR/cmh_mmit.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
220 cfile_str2ind $SRCDIR/cmh_mmiq.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
221 cfile_str2ind $SRCDIR/cmh_mmq.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
222 cfile_str2ind $SRCDIR/cmh_mmr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
223 cfile_str2ind $SRCDIR/cmh_mms.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
224 cfile_str2ind $SRCDIR/cmh_mmt.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
225 cfile_str2ind $SRCDIR/cmh_phbf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
226 cfile_str2ind $SRCDIR/cmh_ssq.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
227 cfile_str2ind $SRCDIR/cmh_ssr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
228 cfile_str2ind $SRCDIR/cmh_sss.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
229 cfile_str2ind $SRCDIR/cmh_phbq.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
230 cfile_str2ind $SRCDIR/cmh_phbs.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
231 cfile_str2ind $SRCDIR/cmh_phbt.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
232 cfile_str2ind $SRCDIR/cmh_phbr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
233 cfile_str2ind $SRCDIR/cmh_simf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
234 cfile_str2ind $SRCDIR/cmh_simq.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
235 cfile_str2ind $SRCDIR/cmh_simr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
236 cfile_str2ind $SRCDIR/cmh_sims.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
237 cfile_str2ind $SRCDIR/cmh_smsf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
238 cfile_str2ind $SRCDIR/cmh_smsq.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
239 cfile_str2ind $SRCDIR/cmh_smsr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
240 cfile_str2ind $SRCDIR/cmh_smss.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
241 cfile_str2ind $SRCDIR/cmh_ssf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
242 cfile_str2ind $SRCDIR/cmh_tsts.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
243 cfile_str2ind $SRCDIR/cmh_uartf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
244 cfile_str2ind $SRCDIR/cmh_uartr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
245 cfile_str2ind $SRCDIR/cmh_uarts.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
246 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
247
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
248 cfile_str2ind $SRCDIR/cmh_emq.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
249 cfile_str2ind $SRCDIR/cmh_emr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
250
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
251 # CMH stuff (part 3)
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
252 if [ "$SRVC" != 0 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
253 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
254 cfile_str2ind $SRCDIR/cmh_ccf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
255 cfile_str2ind $SRCDIR/cmh_ccq.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
256 cfile_str2ind $SRCDIR/cmh_ccr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
257 cfile_str2ind $SRCDIR/cmh_ccs.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
258 cfile_str2ind $SRCDIR/cmh_dmy.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
259 cfile_str2ind $SRCDIR/cmh_f.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
260 cfile_str2ind $SRCDIR/cmh_l2rf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
261 cfile_str2ind $SRCDIR/cmh_l2rq.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
262 cfile_str2ind $SRCDIR/cmh_l2rr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
263 cfile_str2ind $SRCDIR/cmh_l2rs.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
264 cfile_str2ind $SRCDIR/cmh_mmf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
265 cfile_str2ind $SRCDIR/cmh_mmir.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
266 cfile_str2ind $SRCDIR/cmh_mmis.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
267 cfile_str2ind $SRCDIR/cmh_mmit.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
268 cfile_str2ind $SRCDIR/cmh_mmiq.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
269 cfile_str2ind $SRCDIR/cmh_mmq.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
270 cfile_str2ind $SRCDIR/cmh_mmr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
271 cfile_str2ind $SRCDIR/cmh_mms.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
272 cfile_str2ind $SRCDIR/cmh_mmt.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
273 cfile_str2ind $SRCDIR/cmh_phbf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
274 cfile_str2ind $SRCDIR/cmh_phbq.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
275 cfile_str2ind $SRCDIR/cmh_ssq.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
276 cfile_str2ind $SRCDIR/cmh_ssr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
277 cfile_str2ind $SRCDIR/cmh_sss.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
278 cfile_str2ind $SRCDIR/cmh_phbs.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
279 cfile_str2ind $SRCDIR/cmh_phbt.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
280 cfile_str2ind $SRCDIR/cmh_phbr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
281 cfile_str2ind $SRCDIR/cmh_raf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
282 cfile_str2ind $SRCDIR/cmh_rar.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
283 cfile_str2ind $SRCDIR/cmh_ras.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
284 cfile_str2ind $SRCDIR/cmh_simf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
285 cfile_str2ind $SRCDIR/cmh_simq.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
286 cfile_str2ind $SRCDIR/cmh_simr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
287 cfile_str2ind $SRCDIR/cmh_sims.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
288 cfile_str2ind $SRCDIR/cmh_smsf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
289 cfile_str2ind $SRCDIR/cmh_smsq.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
290 cfile_str2ind $SRCDIR/cmh_smsr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
291 cfile_str2ind $SRCDIR/cmh_smss.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
292 cfile_str2ind $SRCDIR/cmh_ssf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
293
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
294 if [ "$SRVC" = 1 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
295 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
296 cfile_str2ind $SRCDIR/cmh_t30f.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
297 cfile_str2ind $SRCDIR/cmh_t30r.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
298 cfile_str2ind $SRCDIR/cmh_t30s.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
299 cfile_str2ind $SRCDIR/cmh_t30q.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
300 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
301
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
302 cfile_str2ind $SRCDIR/cmh_tsts.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
303 cfile_str2ind $SRCDIR/cmh_uartf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
304 cfile_str2ind $SRCDIR/cmh_uartr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
305 cfile_str2ind $SRCDIR/cmh_uarts.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
306 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
307
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
308 # CMH stuff (part 4)
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
309 # all WAP/TCPIP/SATE stuff - not in FreeCalypso
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
310
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
311 # CMH stuff (part 5)
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
312 if [ "$GPRS" = 1 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
313 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
314 cfile_str2ind $SRCDIR/cmh_gmmf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
315 cfile_str2ind $SRCDIR/cmh_gmmq.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
316 cfile_str2ind $SRCDIR/cmh_gmmr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
317 cfile_str2ind $SRCDIR/cmh_gmms.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
318 cfile_str2ind $SRCDIR/cmh_gpppf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
319 cfile_str2ind $SRCDIR/cmh_gpppr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
320 cfile_str2ind $SRCDIR/cmh_gppps.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
321 cfile_str2ind $SRCDIR/cmh_snds.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
322 cfile_str2ind $SRCDIR/cmh_sndr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
323 cfile_str2ind $SRCDIR/cmh_smf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
324 cfile_str2ind $SRCDIR/cmh_smq.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
325 cfile_str2ind $SRCDIR/cmh_smr.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
326 cfile_str2ind $SRCDIR/cmh_sms.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
327 cfile_str2ind $SRCDIR/cmh_smt.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
328 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
329
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
330 # CMH stuff (part 6)
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
331 cfile_str2ind $SRCDIR/cmh_cphs.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
332 cfile_str2ind $SRCDIR/cmh_dti.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
333
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
334 # PSA stuff
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
335 cfile_str2ind $SRCDIR/psa_satf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
336 cfile_str2ind $SRCDIR/psa_satp.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
337 cfile_str2ind $SRCDIR/psa_sats.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
338 cfile_str2ind $SRCDIR/cmh_satf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
339
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
340 cfile_str2ind $SRCDIR/psa_ccf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
341 cfile_str2ind $SRCDIR/psa_ccp.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
342 cfile_str2ind $SRCDIR/psa_ccs.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
343 cfile_str2ind $SRCDIR/psa_f.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
344
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
345 if [ "$SRVC" != 0 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
346 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
347 cfile_str2ind $SRCDIR/psa_l2rf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
348 cfile_str2ind $SRCDIR/psa_l2rp.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
349 cfile_str2ind $SRCDIR/psa_l2rs.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
350 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
351
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
352 cfile_str2ind $SRCDIR/psa_mmf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
353 cfile_str2ind $SRCDIR/psa_mmif.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
354 cfile_str2ind $SRCDIR/psa_mmip.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
355 cfile_str2ind $SRCDIR/psa_mmis.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
356 cfile_str2ind $SRCDIR/psa_mmp.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
357 cfile_str2ind $SRCDIR/psa_mms.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
358
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
359 if [ "$SRVC" != 0 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
360 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
361 cfile_str2ind $SRCDIR/psa_raf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
362 cfile_str2ind $SRCDIR/psa_rap.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
363 cfile_str2ind $SRCDIR/psa_ras.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
364 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
365
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
366 cfile_str2ind $SRCDIR/psa_simf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
367 cfile_str2ind $SRCDIR/psa_simp.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
368 cfile_str2ind $SRCDIR/psa_sims.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
369 cfile_str2ind $SRCDIR/psa_smsf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
370 cfile_str2ind $SRCDIR/psa_smsp.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
371 cfile_str2ind $SRCDIR/psa_smss.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
372 cfile_str2ind $SRCDIR/psa_ssf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
373 cfile_str2ind $SRCDIR/psa_ssp.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
374 cfile_str2ind $SRCDIR/psa_sss.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
375
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
376 if [ "$SRVC" = 1 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
377 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
378 cfile_str2ind $SRCDIR/psa_t30f.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
379 cfile_str2ind $SRCDIR/psa_t30p.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
380 cfile_str2ind $SRCDIR/psa_t30s.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
381 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
382
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
383 cfile_str2ind $SRCDIR/psa_util.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
384 cfile_str2ind $SRCDIR/psa_uartp.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
385 cfile_str2ind $SRCDIR/psa_uarts.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
386
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
387 if [ "$SRVC" != 0 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
388 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
389 cfile_str2ind $SRCDIR/psa_tras.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
390 cfile_str2ind $SRCDIR/psa_trap.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
391 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
392
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
393 cfile_str2ind $SRCDIR/psa_mtst.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
394
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
395 if [ "$GPRS" = 1 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
396 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
397 cfile_str2ind $SRCDIR/psa_gmmf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
398 cfile_str2ind $SRCDIR/psa_gmmp.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
399 cfile_str2ind $SRCDIR/psa_gmms.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
400 cfile_str2ind $SRCDIR/psa_gpppf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
401 cfile_str2ind $SRCDIR/psa_gpppp.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
402 cfile_str2ind $SRCDIR/psa_gppps.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
403 cfile_str2ind $SRCDIR/psa_sndp.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
404 cfile_str2ind $SRCDIR/psa_snds.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
405 cfile_str2ind $SRCDIR/psa_smf.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
406 cfile_str2ind $SRCDIR/psa_smp.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
407 cfile_str2ind $SRCDIR/psa_sms.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
408 cfile_str2ind $SRCDIR/psa_upmp.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
409 cfile_str2ind $SRCDIR/psa_upms.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
410 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
411
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
412 # miscellaneous stuff
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
413 cfile_str2ind $SRCDIR/sap_dti.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
414
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
415 if [ "$GPRS" = 1 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
416 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
417 cfile_str2ind $SRCDIR/sap_ppp.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
418 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
419
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
420 cfile_str2ind $SRCDIR/sap_em.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
421 cfile_str2ind $SRCDIR/conc_sms.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
422 cfile_str2ind $SRCDIR/cphs.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
423 cfile_str2ind $SRCDIR/cphs_aci.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
424 cfile_str2ind $SRCDIR/line_edit.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
425 cfile_str2ind $SRCDIR/line_split.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
426 cfile_str2ind $SRCDIR/dcm_f.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
427
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
428 # KSD sourceset, new defines
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
429
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
430 CPPFLAGS=-DCCDTABLES_EXTERN
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
431 CPPFLAGS="$CPPFLAGS -DOPTION_MULTITHREAD"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
432 CPPFLAGS="$CPPFLAGS -DNEW_FRAME"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
433 CPPFLAGS="$CPPFLAGS -DNEW_ENTITY"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
434 CPPFLAGS="$CPPFLAGS -D_TARGET_"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
435 CPPFLAGS="$CPPFLAGS -DSHARED_VSI"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
436 CPPFLAGS="$CPPFLAGS -DALR"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
437 CPPFLAGS="$CPPFLAGS -DFF_HOMEZONE"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
438 CPPFLAGS="$CPPFLAGS -DFF_MMI_SAT_ICON"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
439 CPPFLAGS="$CPPFLAGS -DFF_MMI_SMS_DYNAMIC"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
440 CPPFLAGS="$CPPFLAGS -DFF_CPHS"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
441 CPPFLAGS="$CPPFLAGS -D_TMS470"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
442 CPPFLAGS="$CPPFLAGS -DUART"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
443 CPPFLAGS="$CPPFLAGS -DFF_ATI"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
444 CPPFLAGS="$CPPFLAGS -DNWARN"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
445 CPPFLAGS="$CPPFLAGS -DFF_EM_MODE"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
446 CPPFLAGS="$CPPFLAGS -DAT_INTERPRETER"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
447 CPPFLAGS="$CPPFLAGS -DUSE_L1FD_FUNC_INTERFACE"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
448
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
449 if [ "$SRVC" != 0 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
450 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
451 CPPFLAGS="$CPPFLAGS -DFAX_AND_DATA"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
452 if [ "$SRVC" = 1 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
453 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
454 CPPFLAGS="$CPPFLAGS -DFF_FAX"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
455 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
456 CPPFLAGS="$CPPFLAGS -DUSE_L2FD_FUNC_INTERFACE"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
457 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
458
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
459 CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
460 CPPFLAGS="$CPPFLAGS -DMMI=$MMI"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
461
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
462 if [ "$MMI" = 0 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
463 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
464 CPPFLAGS="$CPPFLAGS -DACI"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
465 elif [ "$MMI" = 2 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
466 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
467 CPPFLAGS="$CPPFLAGS -DMFW"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
468 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
469
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
470 CPPFLAGS="$CPPFLAGS -DPHONEBOOK_EXTENSION"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
471
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
472 if [ "$GPRS" = 1 ]
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
473 then
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
474 CPPFLAGS="$CPPFLAGS -DGPRS"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
475 fi
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
476
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
477 CPPFLAGS="$CPPFLAGS -DSMS_PDU_SUPPORT"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
478 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT"
482
ad7f986afae3 pass -DCHIPSET and -DBOARD for all TCS3.2 components
Mychaela Falconia <falcon@freecalypso.org>
parents: 481
diff changeset
479 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET"
ad7f986afae3 pass -DCHIPSET and -DBOARD for all TCS3.2 components
Mychaela Falconia <falcon@freecalypso.org>
parents: 481
diff changeset
480 CPPFLAGS="$CPPFLAGS -DBOARD=41"
165
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
481
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
482 # New includes
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
483
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
484 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
485 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
486 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
487 CPPFLAGS="$CPPFLAGS -I../../$CDGINC"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
488 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
489 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/ksd"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
490 CPPFLAGS="$CPPFLAGS -I../../$CDGPRIM"
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
491
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
492 # KSD source modules
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
493
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
494 SRCDIR=$SRC/g23m-aci/ksd
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
495
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
496 cfile_str2ind $SRCDIR/ksd.c
b0e6b861deba components/aci-tcs3: recipe created
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
497 cfile_str2ind $SRCDIR/ksd_utl.c