FreeCalypso > hg > fc-magnetite
comparison configs/hybrid @ 394:fe200bd2f188
configs/*: converted to use scripts/config-headers-new.sh
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 17 Jan 2018 22:53:14 +0000 |
parents | 045541ab3ef5 |
children | 69e52afc01d5 |
comparison
equal
deleted
inserted
replaced
393:512fb1dca72d | 394:fe200bd2f188 |
---|---|
1 # This hybrid configuration is an attempt to graft the G23M PS and ACI | 1 # This hybrid configuration is an attempt to graft the G23M PS and ACI |
2 # from TCS3.2/LoCosto onto the TCS211 foundation. It is based on the | 2 # from TCS3.2/LoCosto onto the TCS211 foundation. It is based on the |
3 # l1reconst config. | 3 # l1reconst config. |
4 | 4 |
5 scripts/config-headers.sh gprs 2091-pruned | 5 GPRS=1 |
6 MMI=0 | |
7 SRVC=1 | |
8 export GPRS MMI SRVC | |
9 | |
10 ATP_STATE=0 | |
11 FCHG_STATE=0 | |
12 LCC_STATE=0 | |
13 MKS_STATE=0 | |
14 PWR_STATE=0 | |
15 R2D_STATE=0 | |
16 export ATP_STATE FCHG_STATE LCC_STATE MKS_STATE PWR_STATE R2D_STATE | |
17 | |
18 scripts/config-headers-new.sh | |
6 | 19 |
7 CONDAT=condat3 | 20 CONDAT=condat3 |
8 GPF=gpf3 | 21 GPF=gpf3 |
9 CDGINC=cdg-hybrid/cdginc | 22 CDGINC=cdg-hybrid/cdginc |
10 CDGPRIM=cdg-hybrid/sap-inline | 23 CDGPRIM=cdg-hybrid/sap-inline |
11 ACI=g23m-aci | 24 ACI=g23m-aci |
12 export CONDAT GPF CDGINC CDGPRIM ACI | 25 export CONDAT GPF CDGINC CDGPRIM ACI |
13 | |
14 GPRS=1 | |
15 MMI=0 | |
16 SRVC=1 | |
17 export GPRS MMI SRVC | |
18 | 26 |
19 build_lib ccddata | 27 build_lib ccddata |
20 | 28 |
21 # ACI libs | 29 # ACI libs |
22 build_lib aci tcs3 | 30 build_lib aci tcs3 |