comparison src/ui/bmi/mmiMain.h @ 64:6724664925c9

mmiMain.h: white space fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 23 Oct 2020 00:43:05 +0000
parents 67bfe9f274f6
children 77321341946c
comparison
equal deleted inserted replaced
63:7c7fe9d0ea7c 64:6724664925c9
32 32
33 25/10/00 Original Condat(UK) BMI version. 33 25/10/00 Original Condat(UK) BMI version.
34 34
35 Jun 09, 2006 REF:OMAPS00079650 a0393213 (R.Prabakar) 35 Jun 09, 2006 REF:OMAPS00079650 a0393213 (R.Prabakar)
36 Description : CPHS Roaming indication feature implementation 36 Description : CPHS Roaming indication feature implementation
37 Solution : As part of the implementation, in this file, type of GlobalIconStatus is changed 37 Solution : As part of the implementation, in this file, type of GlobalIconStatus is changed
38 38
39 $End 39 $End
40 40
41 *******************************************************************************/ 41 *******************************************************************************/
42 42
43 43
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;
212 212
213 213
214 214
215 /* Settings status*/ 215 /* Settings status*/
216 216
217 #define SettingsAnyKeyAnswerOn 0x01 217 #define SettingsAnyKeyAnswerOn 0x01
218 #define SettingsAutoAnswerOn 0x02 218 #define SettingsAutoAnswerOn 0x02
219 #define SettingsKeyPadLockOn 0x04 219 #define SettingsKeyPadLockOn 0x04
220 #define SettingsKeypadClick 0x08 220 #define SettingsKeypadClick 0x08
221 #define SettingsKeypadDTMF 0x10 221 #define SettingsKeypadDTMF 0x10
222 #define SettingsSilentMode 0x20 222 #define SettingsSilentMode 0x20
223 #define SettingsCBDisable 0x80 /* SPR 2470 0x80- disable CB display 0-display CB */ 223 #define SettingsCBDisable 0x80 /* SPR 2470 0x80- disable CB display 0-display CB */
224 //extern USHORT settingsStatus; 224 //extern USHORT settingsStatus;
225 225
226 #define GlobalBatteryLesser5 1 226 #define GlobalBatteryLesser5 1
227 #define GlobalBatteryGreater5 2 227 #define GlobalBatteryGreater5 2
228 #define GlobalBatteryFull 3 228 #define GlobalBatteryFull 3