comparison gsm-fw/include/condat-features.h @ 753:7f68d2ab0d33

SIM_TOOLKIT re-enabled: the SIM entity code is broken without it
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 11 Oct 2014 21:24:24 +0000
parents 2dcd1bef7ea8
children 08f148c63220
comparison
equal deleted inserted replaced
752:ec171ca4afb4 753:7f68d2ab0d33
18 #define FF_EM_MODE 1 18 #define FF_EM_MODE 1
19 #define FF_MULTIBAND 1 19 #define FF_MULTIBAND 1
20 #define FF_HOMEZONE 1 20 #define FF_HOMEZONE 1
21 #define FF_MMI_SMS_DYNAMIC 1 21 #define FF_MMI_SMS_DYNAMIC 1
22 #define HAS_FLASH_EPROM 1 22 #define HAS_FLASH_EPROM 1
23 #define SIM_TOOLKIT 1
23 #define UART 1 24 #define UART 1
24 #define USE_L1FD_FUNC_INTERFACE 1 25 #define USE_L1FD_FUNC_INTERFACE 1
25 #define VOCODER_FUNC_INTERFACE 1 26 #define VOCODER_FUNC_INTERFACE 1
26
27 /* let's disable SIM toolkit for now */
28 #if 0
29 #define SIM_TOOLKIT 1
30 #endif