annotate components/mfw @ 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 4d7c2ccb5814
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
126
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 # Building mfw.lib from TCS211 source
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 CFLAGS="-me -mt -o -pw2 -x -mw"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 CPPFLAGS=
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 make_version mfw
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 cfile_plain mfw_version.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 # Defines
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 CPPFLAGS=-DCCDTABLES_EXTERN
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12 CPPFLAGS="$CPPFLAGS -DOPTION_MULTITHREAD"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13 CPPFLAGS="$CPPFLAGS -DNEW_FRAME"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14 CPPFLAGS="$CPPFLAGS -DNEW_ENTITY"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
15 CPPFLAGS="$CPPFLAGS -D_TARGET_"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
16 CPPFLAGS="$CPPFLAGS -DSHARED_VSI"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
17 CPPFLAGS="$CPPFLAGS -DALR"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
18 CPPFLAGS="$CPPFLAGS -DFF_HOMEZONE"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
19 CPPFLAGS="$CPPFLAGS -DFF_MMI_SAT_ICON"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
20 CPPFLAGS="$CPPFLAGS -DFF_MMI_SMS_DYNAMIC"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
21 CPPFLAGS="$CPPFLAGS -DFF_CPHS"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
22 CPPFLAGS="$CPPFLAGS -D_TMS470"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
23 CPPFLAGS="$CPPFLAGS -DUART"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
24 CPPFLAGS="$CPPFLAGS -DFF_ATI"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
25 CPPFLAGS="$CPPFLAGS -DNWARN"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
26 CPPFLAGS="$CPPFLAGS -DFF_EM_MODE"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
27 CPPFLAGS="$CPPFLAGS -DAT_INTERPRETER"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
28 CPPFLAGS="$CPPFLAGS -DUSE_L1FD_FUNC_INTERFACE"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
29
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
30 if [ "$SRVC" != 0 ]
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
31 then
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
32 CPPFLAGS="$CPPFLAGS -DFAX_AND_DATA"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
33 if [ "$SRVC" = 1 ]
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
34 then
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
35 CPPFLAGS="$CPPFLAGS -DFF_FAX"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
36 fi
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
37 CPPFLAGS="$CPPFLAGS -DUSE_L2FD_FUNC_INTERFACE"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
38 fi
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
39
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
40 CPPFLAGS="$CPPFLAGS -DSRVC=$SRVC"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
41 CPPFLAGS="$CPPFLAGS -DMMI=2"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
42 CPPFLAGS="$CPPFLAGS -DMFW"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
43 CPPFLAGS="$CPPFLAGS -DMMI_HOMEZONE_ENABLED"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
44 CPPFLAGS="$CPPFLAGS -DFF_MMI_SAT_ICON"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
45 CPPFLAGS="$CPPFLAGS -DFF_MMI_SMS_DYNAMIC"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
46
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
47 if [ "$GPRS" = 1 ]
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
48 then
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
49 CPPFLAGS="$CPPFLAGS -DMMI_GPRS_ENABLED"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
50 fi
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
51
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
52 CPPFLAGS="$CPPFLAGS -DMMI_EM_ENABLED"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
53 CPPFLAGS="$CPPFLAGS -DNO_ASCIIZ"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
54
452
4d7c2ccb5814 config mechanism: high-level UI config made separate from target display drivers
Mychaela Falconia <falcon@freecalypso.org>
parents: 451
diff changeset
55 case "$UI_CONFIG" in
4d7c2ccb5814 config mechanism: high-level UI config made separate from target display drivers
Mychaela Falconia <falcon@freecalypso.org>
parents: 451
diff changeset
56 bigcolor)
451
fd1d9063ad40 config mechanism: added ability to build D-Sample B&W UI configuration
Mychaela Falconia <falcon@freecalypso.org>
parents: 419
diff changeset
57 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY"
452
4d7c2ccb5814 config mechanism: high-level UI config made separate from target display drivers
Mychaela Falconia <falcon@freecalypso.org>
parents: 451
diff changeset
58 CPPFLAGS="$CPPFLAGS -DLSCREEN"
4d7c2ccb5814 config mechanism: high-level UI config made separate from target display drivers
Mychaela Falconia <falcon@freecalypso.org>
parents: 451
diff changeset
59 ;;
4d7c2ccb5814 config mechanism: high-level UI config made separate from target display drivers
Mychaela Falconia <falcon@freecalypso.org>
parents: 451
diff changeset
60 bigbw)
4d7c2ccb5814 config mechanism: high-level UI config made separate from target display drivers
Mychaela Falconia <falcon@freecalypso.org>
parents: 451
diff changeset
61 CPPFLAGS="$CPPFLAGS -DLSCREEN"
4d7c2ccb5814 config mechanism: high-level UI config made separate from target display drivers
Mychaela Falconia <falcon@freecalypso.org>
parents: 451
diff changeset
62 ;;
4d7c2ccb5814 config mechanism: high-level UI config made separate from target display drivers
Mychaela Falconia <falcon@freecalypso.org>
parents: 451
diff changeset
63 84x48)
4d7c2ccb5814 config mechanism: high-level UI config made separate from target display drivers
Mychaela Falconia <falcon@freecalypso.org>
parents: 451
diff changeset
64 ;;
4d7c2ccb5814 config mechanism: high-level UI config made separate from target display drivers
Mychaela Falconia <falcon@freecalypso.org>
parents: 451
diff changeset
65 *)
4d7c2ccb5814 config mechanism: high-level UI config made separate from target display drivers
Mychaela Falconia <falcon@freecalypso.org>
parents: 451
diff changeset
66 echo "Error: UI_CONFIG=$UI_CONFIG setting not understood" 1>&2
4d7c2ccb5814 config mechanism: high-level UI config made separate from target display drivers
Mychaela Falconia <falcon@freecalypso.org>
parents: 451
diff changeset
67 exit 1
4d7c2ccb5814 config mechanism: high-level UI config made separate from target display drivers
Mychaela Falconia <falcon@freecalypso.org>
parents: 451
diff changeset
68 esac
126
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
69
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
70 CPPFLAGS="$CPPFLAGS -DINT_PHONEBOOK"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
71 CPPFLAGS="$CPPFLAGS -DNEW_EDITOR"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
72 CPPFLAGS="$CPPFLAGS -DTRGT_G23"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
73 CPPFLAGS="$CPPFLAGS -DAUS_CONDAT_TYPE_PORTING"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
74 CPPFLAGS="$CPPFLAGS -DPHONEBOOK_EXTENSION"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
75
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
76 if [ "$GPRS" = 1 ]
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
77 then
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
78 CPPFLAGS="$CPPFLAGS -DGPRS"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
79 fi
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
80
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
81 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
82
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
83 # Includes
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
84
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
85 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
86 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
87 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
88 CPPFLAGS="$CPPFLAGS -I../../$CDGINC"
419
59143cd42ec7 failed attempt to build TCS211 UI atop of the hybrid config
Mychaela Falconia <falcon@freecalypso.org>
parents: 378
diff changeset
89 CPPFLAGS="$CPPFLAGS -I$SRC/$ACI/aci"
59143cd42ec7 failed attempt to build TCS211 UI atop of the hybrid config
Mychaela Falconia <falcon@freecalypso.org>
parents: 378
diff changeset
90 CPPFLAGS="$CPPFLAGS -I$SRC/$ACI/ksd"
126
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
91 CPPFLAGS="$CPPFLAGS -I$SRC/aci2/atb"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
92 CPPFLAGS="$CPPFLAGS -I$SRC/aci2/mfw"
419
59143cd42ec7 failed attempt to build TCS211 UI atop of the hybrid config
Mychaela Falconia <falcon@freecalypso.org>
parents: 378
diff changeset
93 CPPFLAGS="$CPPFLAGS -I$SRC/$ACI/aci_ext"
59143cd42ec7 failed attempt to build TCS211 UI atop of the hybrid config
Mychaela Falconia <falcon@freecalypso.org>
parents: 378
diff changeset
94 CPPFLAGS="$CPPFLAGS -I$SRC/$ACI/aci_dti_mng"
126
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
95 CPPFLAGS="$CPPFLAGS -I.."
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
96 CPPFLAGS="$CPPFLAGS -I../config"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
97 CPPFLAGS="$CPPFLAGS -I$SRC/cs/riviera"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
98 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_app"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
99 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
100 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/abb"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
101 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/armio"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
102 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/clkm"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
103 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/conf"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
104 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/dma"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
105 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/dsp_dwnld"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
106 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/inth"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
107 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/memif"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
108 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/rhea"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
109 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/security"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
110 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/spi"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
111 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/timer"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
112 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/uart"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
113 CPPFLAGS="$CPPFLAGS -I$SRC/cs/drivers/drv_core/ulpd"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
114 CPPFLAGS="$CPPFLAGS -I$SRC/cs/system"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
115 CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/include"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
116 CPPFLAGS="$CPPFLAGS -I$SRC/cs/services"
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
117
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
118 # MFW source modules
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
119
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
120 SRCDIR=$SRC/aci2/mfw
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
121
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
122 cfile_str2ind $SRCDIR/ti1_key.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
123 cfile_str2ind $SRCDIR/ti1_tmr.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
124 cfile_str2ind $SRCDIR/mfw_mfw.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
125 cfile_str2ind $SRCDIR/mfw_win.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
126 cfile_str2ind $SRCDIR/mfw_kbd.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
127 cfile_str2ind $SRCDIR/mfw_tim.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
128 cfile_str2ind $SRCDIR/mfw_mnu.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
129 cfile_str2ind $SRCDIR/mfw_icn.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
130 cfile_str2ind $SRCDIR/mfw_ext.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
131 cfile_str2ind $SRCDIR/mfw_cm.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
132 cfile_str2ind $SRCDIR/mfw_ss.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
133 cfile_str2ind $SRCDIR/mfw_nm.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
134 cfile_str2ind $SRCDIR/mfw_nma.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
135 cfile_str2ind $SRCDIR/mfw_sim.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
136 cfile_str2ind $SRCDIR/mfw_sima.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
137 cfile_str2ind $SRCDIR/mfw_sms.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
138 cfile_str2ind $SRCDIR/mfw_phb.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
139 cfile_str2ind $SRCDIR/mfw_mme.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
140 cfile_str2ind $SRCDIR/mfw_cb.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
141 cfile_str2ind $SRCDIR/mfw_acie.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
142 cfile_str2ind $SRCDIR/mfw_sat.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
143 cfile_str2ind $SRCDIR/mfw_lng.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
144 cfile_str2ind $SRCDIR/mfw_cnvt.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
145 cfile_str2ind $SRCDIR/mfw_cphs.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
146 cfile_str2ind $SRCDIR/mfw_str.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
147 cfile_str2ind $SRCDIR/mfw_ffs.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
148
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
149 if [ "$GPRS" = 1 ]
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
150 then
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
151 cfile_str2ind $SRCDIR/mfw_gprs.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
152 fi
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
153
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
154 cfile_str2ind $SRCDIR/mfw_band.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
155 cfile_str2ind $SRCDIR/mfw_em.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
156 cfile_str2ind $SRCDIR/mfw_utils.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
157 cfile_str2ind $SRCDIR/mfw_aud.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
158 cfile_str2ind $SRCDIR/mfw_td.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
159
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
160 # ATB source modules
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
161
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
162 SRCDIR=$SRC/aci2/atb
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
163
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
164 cfile_str2ind $SRCDIR/ATBCommon.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
165 cfile_str2ind $SRCDIR/ATBDisplay.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
166 cfile_str2ind $SRCDIR/ATBEditor.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
167 cfile_str2ind $SRCDIR/ATBPb.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
168 cfile_str2ind $SRCDIR/ATBPbFS.c
8dcbb050c4c6 mfw.lib compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
169 cfile_str2ind $SRCDIR/ATBPbGI.c