comparison src/ui/bmi/mmiDummy.h @ 107:6bcaf6e7dad2

mmiDummy.h: bogotab fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 08 Nov 2020 23:13:33 +0000
parents c0052fe355d3
children
comparison
equal deleted inserted replaced
106:598489a0ce3c 107:6bcaf6e7dad2
1
2 #ifndef _DEF_MMI_DUMMY_H_ 1 #ifndef _DEF_MMI_DUMMY_H_
3 #define _DEF_MMI_DUMMY_H_ 2 #define _DEF_MMI_DUMMY_H_
4 3
5 4
6 /******************************************************************************* 5 /*******************************************************************************
7 6
8 CONDAT (UK) 7 CONDAT (UK)
9 8
10 ******************************************************************************** 9 ********************************************************************************
11 10
12 This software product is the property of Condat (UK) Ltd and may not be 11 This software product is the property of Condat (UK) Ltd and may not be
13 disclosed to any third party without the express permission of the owner. 12 disclosed to any third party without the express permission of the owner.
14 13
15 ******************************************************************************** 14 ********************************************************************************
16 15
17 $Project name: Basic MMI 16 $Project name: Basic MMI
18 $Project code: BMI (6349) 17 $Project code: BMI (6349)
19 $Module: 18 $Module:
20 $File: MmiDummy.h 19 $File: MmiDummy.h
21 $Revision: 1.0 20 $Revision: 1.0
22 21
23 $Author: Condat(UK) 22 $Author: Condat(UK)
24 $Date: 25/10/00 23 $Date: 25/10/00
25 ******************************************************************************* 24 *******************************************************************************
26 $History: MmiServices.c 25 $History: MmiServices.c
27 26
28 xreddymn Jun-29-2005 MMI-ENH-32467: 27 xreddymn Jun-29-2005 MMI-ENH-32467:
29 Handling of animated GIF images. Added E_WIN_SUSPEND to 28 Handling of animated GIF images. Added E_WIN_SUSPEND to
30 provide MfwWinSuspend event to WAP window 29 provide MfwWinSuspend event to WAP window
31 30
32 May 02, 2005 REF : LOCOSTO-ENH-30818 - xpradipg 31 May 02, 2005 REF : LOCOSTO-ENH-30818 - xpradipg
33 Description: IMEI retreival by posting a call to ACI sAT_xx API 32 Description: IMEI retreival by posting a call to ACI sAT_xx API
34 Solution: The direct call to cl_get_imeisv() is replaced with the 33 Solution: The direct call to cl_get_imeisv() is replaced with the
35 call to the callNUmber() which inturn calls sAT_Dn() and 34 call to the callNUmber() which inturn calls sAT_Dn() and
36 retrieves the IMEI info 35 retrieves the IMEI info
37 36
38 *******************************************************************************/ 37 *******************************************************************************/
39 38
40 39
41 40
99 98
100 typedef MfwMnuItem T_MFW_MNU_ITEM; 99 typedef MfwMnuItem T_MFW_MNU_ITEM;
101 typedef MfwMnuAttr T_MFW_MNU_ATTR; 100 typedef MfwMnuAttr T_MFW_MNU_ATTR;
102 typedef MfwMnu T_MFW_MNU; 101 typedef MfwMnu T_MFW_MNU;
103 typedef MfwKbd T_MFW_KBD; 102 typedef MfwKbd T_MFW_KBD;
104 #ifndef NEW_EDITOR /* SPR#1428 - SH - New Editor: no longer required */ 103 #ifndef NEW_EDITOR /* SPR#1428 - SH - New Editor: no longer required */
105 typedef MfwEdtAttr T_MFW_EDT_ATTR; 104 typedef MfwEdtAttr T_MFW_EDT_ATTR;
106 #endif 105 #endif
107 106
108 #define MFW_SAT_REFRESH MfwSatRefresh 107 #define MFW_SAT_REFRESH MfwSatRefresh
109 #define MFW_SAT_TEXT_OUT MfwSatTextOut 108 #define MFW_SAT_TEXT_OUT MfwSatTextOut
142 #define SAT_RES_CC_PERMANENT SatResCCPermanent 141 #define SAT_RES_CC_PERMANENT SatResCCPermanent
143 142
144 /* 143 /*
145 * end of compatibility definitions 144 * end of compatibility definitions
146 */ 145 */
147 // May 02, 2005 REF : LOCOSTO-ENH-30818 - xpradipg 146 // May 02, 2005 REF : LOCOSTO-ENH-30818 - xpradipg
148 #ifdef FF_MMI_ATC_MIGRATION 147 #ifdef FF_MMI_ATC_MIGRATION
149 EXTERN char imei[]; 148 EXTERN char imei[];
150 #endif 149 #endif
151 char* get_build_user(void); // RAVI 150 char* get_build_user(void); // RAVI
152 char* get_build_date(void); // RAVI 151 char* get_build_date(void); // RAVI
153 char* get_build_time(void); // RAVI 152 char* get_build_time(void); // RAVI
154 // May 02, 2005 REF : LOCOSTO-ENH-30818 - xpradipg 153 // May 02, 2005 REF : LOCOSTO-ENH-30818 - xpradipg
155 #ifdef FF_MMI_ATC_MIGRATION 154 #ifdef FF_MMI_ATC_MIGRATION
156 void mmi_imei_retrieve(); 155 void mmi_imei_retrieve();
157 #else 156 #else
158 int get_imei(char *imei); 157 int get_imei(char *imei);
159 #endif 158 #endif
164 extern S32 ffs_file_read ( const S8 * pathname, void * buf, S32 nbytes ); 163 extern S32 ffs_file_read ( const S8 * pathname, void * buf, S32 nbytes );
165 #endif /* PCM_2_FFS */ 164 #endif /* PCM_2_FFS */
166 /* End - remove warning Aug - 11 */ 165 /* End - remove warning Aug - 11 */
167 166
168 #endif 167 #endif
169