# HG changeset patch # User Mychaela Falconia # Date 1604884880 0 # Node ID 5b6cd82fedeae20bad8dc798516120456987b34e # Parent 4d3d71a22b9db1f83a2bd15f3261c7b822272e42 mmiIcons.h: bogotab fixes diff -r 4d3d71a22b9d -r 5b6cd82fedea src/ui/bmi/mmiIcons.h --- a/src/ui/bmi/mmiIcons.h Mon Nov 09 01:15:31 2020 +0000 +++ b/src/ui/bmi/mmiIcons.h Mon Nov 09 01:21:20 2020 +0000 @@ -3,7 +3,7 @@ /******************************************************************************* - CONDAT (UK) + CONDAT (UK) ******************************************************************************** @@ -12,14 +12,14 @@ ******************************************************************************** - $Project name: Basic MMI - $Project code: BMI (6349) - $Module: Icons - $File: Mmiicons.h - $Revision: 1.0 + $Project name: Basic MMI + $Project code: BMI (6349) + $Module: Icons + $File: Mmiicons.h + $Revision: 1.0 - $Author: Condat(UK) - $Date: 25/10/00 + $Author: Condat(UK) + $Date: 25/10/00 ******************************************************************************** @@ -34,15 +34,15 @@ Description : CPHS Roaming indication feature implementation Solution : As part of the implementation, in this file, Roaming icon is added to the list of icons - Apr 17, 2006 REF: ER: OMAPS00075178 x0pleela - Description: When the charger connect to phone(i-sample), the charger driver works, but the - MMI and App don't work - Solution: Added prototype for the function BattChargeEventTim which is the callback called - for the timeout of battery charging timer + Apr 17, 2006 REF: ER: OMAPS00075178 x0pleela + Description: When the charger connect to phone(i-sample), the charger driver works, but the + MMI and App don't work + Solution: Added prototype for the function BattChargeEventTim which is the callback called + for the timeout of battery charging timer - Apr 27, 2004 REF: ENH 12646 Deepa M.D - Fix: When the SMS memory is full,the SMS icon is made to blink. - 25/10/00 Original Condat(UK) BMI version. + Apr 27, 2004 REF: ENH 12646 Deepa M.D + Fix: When the SMS memory is full,the SMS icon is made to blink. + 25/10/00 Original Condat(UK) BMI version. $End @@ -51,7 +51,6 @@ #include "MmiResources.h" //For display definition - /******************************************************************************* Required Definitions @@ -62,8 +61,6 @@ #define FREE_MEMORY mfwFree - - /******************************************************************************* Public Enum types @@ -83,18 +80,18 @@ typedef enum /* AVAILABLE ICONS IDLE MODE*/ { - iconIdSMS = 0, /* icon New SMS message */ + iconIdSMS = 0, /* icon New SMS message */ iconIdVoice, /* icon New Voice mail */ iconIdCallFor, /* icon Call forward uncond */ iconIdSilRin, /* icon silent ringer */ - iconIdRoaming, /*icon Roaming Indicator */ /*Jun 09, 2006 REF:OMAPS00079650 a0393213 (R.Prabakar)*/ + iconIdRoaming, /*icon Roaming Indicator */ /*Jun 09, 2006 REF:OMAPS00079650 a0393213 (R.Prabakar)*/ iconIdKeyplock, /* icon Keypad locked */ - iconIdCipheringActiv, /* icon Ciphering */ - iconIdCipheringDeActiv, /* icon Ciphering */ - iconIdRinger, /* icon ringer */ - iconIdVibrator, /* icon vibrator */ - iconIdRingVibr, /* icon ringer + vibrator */ - iconIdAlarm, /* icon alarm on */ + iconIdCipheringActiv, /* icon Ciphering */ + iconIdCipheringDeActiv, /* icon Ciphering */ + iconIdRinger, /* icon ringer */ + iconIdVibrator, /* icon vibrator */ + iconIdRingVibr, /* icon ringer + vibrator */ + iconIdAlarm, /* icon alarm on */ iconSIMTool, /* icon SIM Toolkit */ iconMessages, /* icon Messages */ iconOrganiser, /* icon Organiser */ @@ -102,10 +99,10 @@ iconSettings, /* icon Settings */ iconServices, /* icon Services */ iconExtra, /* icon Extra */ - iconWAP, /* icon WAP */ - iconIdGPRSOn, /* icon GPRS ON (sbh 18/01/02) */ - iconIdHomezone, /* icon Homezone (SH 29/11/01) */ - iconIdTTY, /* SPR#xxx- SH - icon TTY */ + iconWAP, /* icon WAP */ + iconIdGPRSOn, /* icon GPRS ON (sbh 18/01/02) */ + iconIdHomezone, /* icon Homezone (SH 29/11/01) */ + iconIdTTY, /* SPR#xxx- SH - icon TTY */ #ifdef NEPTUNE_BOARD /* OMAPS00074454 - Edge icon - 24-04-2006 */ iconIdEdgeOn, /*EDGE Icon */ @@ -127,22 +124,22 @@ typedef enum /* AVAILABLE ICONS BATTERY */ { - iconBattery4 = 0, /* icon Battery 0-4% */ - iconBattery14, /* icon Battery 5-14% */ - iconBattery24, /* icon Battery 15-24% */ - iconBattery49, /* icon Battery 25-49% */ - iconBattery100, /* icon Battery 50-100% */ - iconBattMax /* number of batterie icon */ + iconBattery4 = 0, /* icon Battery 0-4% */ + iconBattery14, /* icon Battery 5-14% */ + iconBattery24, /* icon Battery 15-24% */ + iconBattery49, /* icon Battery 25-49% */ + iconBattery100, /* icon Battery 50-100% */ + iconBattMax /* number of batterie icon */ }IconBattId; typedef enum /* AVAILABLE ICONS SIGNAL */ { - iconSigStat49 = 0, /* icon Signal 0-49 */ - iconSigStat99, /* icon Signal 50-99 */ - iconSigStat149, /* icon Signal 100-149 */ - iconSigStat199, /* icon Signal 150-199 */ - iconSigStat255, /* icon Signal 200-255 */ - iconSignalMax /* number of signal icon */ + iconSigStat49 = 0, /* icon Signal 0-49 */ + iconSigStat99, /* icon Signal 50-99 */ + iconSigStat149, /* icon Signal 100-149 */ + iconSigStat199, /* icon Signal 150-199 */ + iconSigStat255, /* icon Signal 200-255 */ + iconSignalMax /* number of signal icon */ }IconSignId; @@ -242,20 +239,20 @@ #define T_BITMAP MfwIcnAttr enum { - BGD_NONE, - BGD_BUBBLES, - BGD_CLOUD, - BGD_SQUARE, - BGD_O2, - BGD_TI_LOGO, - BGD_TREE, - BGD_SUNSET, - BGD_EDINBURGH1, - BGD_EDINBURGH2, - BGD_EDINBURGH3, - BGD_EDINBURGH4, - BGD_INCALL, - BGD_LAST + BGD_NONE, + BGD_BUBBLES, + BGD_CLOUD, + BGD_SQUARE, + BGD_O2, + BGD_TI_LOGO, + BGD_TREE, + BGD_SUNSET, + BGD_EDINBURGH1, + BGD_EDINBURGH2, + BGD_EDINBURGH3, + BGD_EDINBURGH4, + BGD_INCALL, + BGD_LAST }; /******************************************************************************* @@ -293,8 +290,8 @@ int icon_networkShow (MfwMnu* m, MfwMnuItem* i); int icon_networkDontShow (MfwMnu* m, MfwMnuItem* i); -#define ICON_VISIBLE (0) -#define ICON_INVISIBLE (0xFF) +#define ICON_VISIBLE (0) +#define ICON_INVISIBLE (0xFF) /******************************************************************************* End Of File @@ -302,4 +299,3 @@ *******************************************************************************/ #endif -