comparison src/g23m-gsm/alr2/alr_mmi.c @ 2:3a14ee9a9843

src/g23m-gsm: same alr2 & alr3 structure as in Selenite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 06:29:12 +0000
parents
children
comparison
equal deleted inserted replaced
1:fa8dc04885d8 2:3a14ee9a9843
1 /*
2 +-----------------------------------------------------------------------------
3 | Project : GSM-PS
4 | Modul : ALR_MMI
5 +-----------------------------------------------------------------------------
6 | Copyright 2002 Texas Instruments Berlin, AG
7 | All rights reserved.
8 |
9 | This file is confidential and a trade secret of Texas
10 | Instruments Berlin, AG
11 | The receipt of or possession of this file does not convey
12 | any rights to reproduce or disclose its contents or to
13 | manufacture, use, or sell anything it may describe, in
14 | whole, or in part, without the specific written consent of
15 | Texas Instruments Berlin, AG.
16 +-----------------------------------------------------------------------------
17 | Purpose : This Modul defines the functions for the SDL process
18 | MMI_Control of the TI++ functionality.
19 +-----------------------------------------------------------------------------
20 */
21
22 #ifndef ALR_MMI_C
23 #define ALR_MMI_C
24
25 #define ENTITY_PL
26
27 /*==== INCLUDES ===================================================*/
28 #include <string.h>
29 #include <stdlib.h>
30 #include <ctype.h>
31 #include "typedefs.h"
32 #include "pconst.cdg"
33 #include "mconst.cdg"
34 #include "message.h"
35 #include "ccdapi.h"
36 #include "vsi.h"
37 #include "custom.h"
38 #include "gsm.h"
39 #include "prim.h"
40 #include "cnf_alr.h"
41 #include "mon_alr.h"
42 #include "pei.h"
43 #include "tok.h"
44 #include "pcm.h"
45 #ifdef GPRS
46 #include "alr_gprs.h"
47 #endif
48
49 #include "alr.h"
50
51 #if defined TM_SPECIAL
52
53 #include "gdi.h"
54 #include "audio.h"
55
56 #endif
57
58 /*==== EXPORT =====================================================*/
59 #if defined (WIN32)
60 #define TRACING
61 #endif
62
63 #if defined (TRACING)
64 #define ALR_TRACE_MMI(a) ALR_TRACE(a)
65 #else
66 #define ALR_TRACE_MMI(a)
67 #endif
68
69 /*==== PRIVAT =====================================================*/
70
71 /*==== FUNCTIONS ==================================================*/
72
73 /*
74 * -------------------------------------------------------------------
75 * PRIMITIVE Processing functions
76 * -------------------------------------------------------------------
77 */
78
79 #endif