comparison src/ui/bmi/mmiMain.h @ 114:8a613ccfd6dc

mmiMain.h: formatting fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 09 Nov 2020 01:33:41 +0000
parents 77321341946c
children 62480f597962
comparison
equal deleted inserted replaced
113:9c079f8f71a0 114:8a613ccfd6dc
12 12
13 ******************************************************************************** 13 ********************************************************************************
14 14
15 $Project name: Basic MMI 15 $Project name: Basic MMI
16 $Project code: BMI (6349) 16 $Project code: BMI (6349)
17 $Module: MMI 17 $Module: MMI
18 $File: MmiMain.h 18 $File: MmiMain.h
19 $Revision: 1.0 19 $Revision: 1.0
20 20
21 $Author: Condat(UK) 21 $Author: Condat(UK)
22 $Date: 25/10/00 22 $Date: 25/10/00
23 23
24 ******************************************************************************** 24 ********************************************************************************
25 25
26 Description: 26 Description:
27 27
109 #define POS_BEGIN 0 109 #define POS_BEGIN 0
110 #define POS_END 1 110 #define POS_END 1
111 #define MAX_LINE 14 111 #define MAX_LINE 14
112 #define EDITOR_SIZE 41 112 #define EDITOR_SIZE 41
113 113
114 /* GLOBAL DATA */ 114 /* GLOBAL DATA */
115 extern UBYTE editControls [KCD_MAX]; 115 extern UBYTE editControls [KCD_MAX];
116 extern LngInfo mainLngInfo; /* language control block */ 116 extern LngInfo mainLngInfo; /* language control block */
117 extern MfwHnd mainMmiLng; /* global language handler */ 117 extern MfwHnd mainMmiLng; /* global language handler */
118 118
119 /* PROTOTYPES */ 119 /* PROTOTYPES */
137 void mainShutdown(void); 137 void mainShutdown(void);
138 138
139 extern char stringTrace[50]; 139 extern char stringTrace[50];
140 140
141 /* Battery and Signal Status */ 141 /* Battery and Signal Status */
142 #define GlobalNothingIconFlag 0x00 142 #define GlobalNothingIconFlag 0x00
143 #define GlobalBatteryIconFlag 0x01 143 #define GlobalBatteryIconFlag 0x01
144 #define GlobalSignalIconFlag 0x02 144 #define GlobalSignalIconFlag 0x02
145 #define GlobalSMSIconFlag 0x04 145 #define GlobalSMSIconFlag 0x04
146 #define GlobalVoiceMailIconFlag 0x08 146 #define GlobalVoiceMailIconFlag 0x08
147 #define GlobalCallForwardingIconFlag 0x10 147 #define GlobalCallForwardingIconFlag 0x10
148 #define GlobalSilentRingerIconFlag 0x20 148 #define GlobalSilentRingerIconFlag 0x20
149 #define GlobalKeyplockIconFlag 0x40 149 #define GlobalKeyplockIconFlag 0x40
150 #define GlobalRingerIconFlag 0x80 150 #define GlobalRingerIconFlag 0x80
151 #define GlobalVibratorIconFlag 0x100 151 #define GlobalVibratorIconFlag 0x100
152 #define GlobalRingVibrIconFlag 0x200 152 #define GlobalRingVibrIconFlag 0x200
153 #define GlobalAlarmIconFlag 0x400 153 #define GlobalAlarmIconFlag 0x400
154 #define GlobalCipheringActivIconFlag 0x800 154 #define GlobalCipheringActivIconFlag 0x800
155 #define GlobalCipheringDeactivIconFlag 0x1000 155 #define GlobalCipheringDeactivIconFlag 0x1000
156 /* SH 18/01/02. Indication for GPRS */ 156 /* SH 18/01/02. Indication for GPRS */
157 #ifdef MMI_GPRS_ENABLED 157 #ifdef MMI_GPRS_ENABLED
158 #define GlobalGPRSOnIconFlag 0x2000 158 #define GlobalGPRSOnIconFlag 0x2000
159 #endif 159 #endif
160 /* SPR877 - SH - Indication for Homezone */ 160 /* SPR877 - SH - Indication for Homezone */
161 #ifdef MMI_HOMEZONE_ENABLED 161 #ifdef MMI_HOMEZONE_ENABLED
162 #define GlobalHomezoneIconFlag 0x4000 162 #define GlobalHomezoneIconFlag 0x4000
163 #endif 163 #endif
164 164
165 #ifdef MMI_TTY_ENABLED 165 #ifdef MMI_TTY_ENABLED
166 #ifndef GlobalHomezoneIconFlag 166 #ifndef GlobalHomezoneIconFlag
167 #define GlobalHomezoneIconFlag 0x4000 167 #define GlobalHomezoneIconFlag 0x4000
168 #endif 168 #endif
169 #endif 169 #endif
170 170
171 /* SPR#1352 - SH - TTY indication */ 171 /* SPR#1352 - SH - TTY indication */
172 #define GlobalTTYIconFlag 0x8000 172 #define GlobalTTYIconFlag 0x8000
173 /* end SH */ 173 /* end SH */
174 174
175 /* Jun 09, 2006 REF:OMAPS00079650 a0393213 (R.Prabakar) */ 175 /* Jun 09, 2006 REF:OMAPS00079650 a0393213 (R.Prabakar) */
176 #define GlobalRoamingIconFlag 0x10000 176 #define GlobalRoamingIconFlag 0x10000
177 177
178 /* Jun 09, 2006 REF:OMAPS00079650 a0393213 (R.Prabakar) 178 /* Jun 09, 2006 REF:OMAPS00079650 a0393213 (R.Prabakar)
179 Description : CPHS Roaming indication feature implementation 179 Description : CPHS Roaming indication feature implementation
180 Solution : As part of the implementation, in this file, type of GlobalIconStatus is changed */ 180 Solution : As part of the implementation, in this file, type of GlobalIconStatus is changed */
181 extern U32 GlobalIconStatus; 181 extern U32 GlobalIconStatus;
200 #define ModuleDialling 0x400 /*in Dialling state */ 200 #define ModuleDialling 0x400 /*in Dialling state */
201 201
202 extern int MmiModule; 202 extern int MmiModule;
203 203
204 204
205
206
207 /* PROTOTYPES */ 205 /* PROTOTYPES */
208 206
209 void MmiModuleSet (int modul); /* Set the status where the user is */ 207 void MmiModuleSet (int modul); /* Set the status where the user is */
210 void MmiModuleDel (int modul); /* Delete the status where the user was */ 208 void MmiModuleDel (int modul); /* Delete the status where the user was */
211
212
213 209
214 210
215 /* Settings status*/ 211 /* Settings status*/
216 212
217 #define SettingsAnyKeyAnswerOn 0x01 213 #define SettingsAnyKeyAnswerOn 0x01