comparison src/cs/services/cst/cnf_cst.h @ 0:945cf7f506b2

src/cs: chipsetsw import from tcs211-fcmodem binary blobs and LCD demo files have been excluded, all line endings are LF only
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Sep 2016 22:50:11 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:945cf7f506b2
1 /*
2 +--------------------------------------------------------------------+
3 | PROJECT : XXX SOURCE : CNF_CST.H |
4 | AUTHOR : CONDAT GmbH (pz) VERSION: 1.0 |
5 | CREATED : 01.02.99 STATE : code |
6 +--------------------------------------------------------------------+
7
8 MODULE : CNF_CST
9
10 PURPOSE : Dynamic configuration for the entity CST.
11 */
12
13 #ifndef CNF_CST_H
14 #define CNF_CST_H
15
16 /*==== CONSTANTS ==================================================*/
17 /*
18 * CONFIGURATION PARAMETER
19 *
20 * Description : The constants define the commands for dynamic
21 * configuration proposals.
22 */
23
24 #define CST_CONFIG "MMI_MODEL"
25 #define CST_MUTE "AUDIO_MUTE"
26 #define CST_GSM_PARAMETERS "GSM_PARAMETERS"
27 #define CST_L1_PARAMETERS "L1_PARAMS"
28
29
30 /*==== TYPES ======================================================*/
31
32 /*==== EXPORT =====================================================*/
33
34 #endif
35