comparison g23m-aci/aci/aci_conf.h @ 0:75a11d740a02

initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 00:02:41 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:75a11d740a02
1 /*
2 * This header file is a FreeCalypso addition. It serves a purpose similar to
3 * fixedconf.h and condat-features.h in gsm-fw/include, but this one is local
4 * to the ACI component.
5 */
6
7 #define DTI 1
8
9 #if CONFIG_UI
10 #define MMI 2
11 #define MFW 1
12 #else
13 #define MMI 0
14 #define ACI 1
15 #endif