FreeCalypso > hg > fc-magnetite
comparison src/ui3/bmi/MmiSimToolkit.h @ 420:e8ddbb0837ed
src/ui3: initial import of TCS3/LoCosto BMI & MFW code
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 21 Jan 2018 03:09:00 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 419:59143cd42ec7 | 420:e8ddbb0837ed |
|---|---|
| 1 /******************************************************************************* | |
| 2 | |
| 3 CONDAT (UK) | |
| 4 | |
| 5 ******************************************************************************** | |
| 6 | |
| 7 This software product is the property of Condat (UK) Ltd and may not be | |
| 8 disclosed to any third party without the express permission of the owner. | |
| 9 | |
| 10 ******************************************************************************** | |
| 11 | |
| 12 $Project name: Basic MMI | |
| 13 $Project code: BMI (6349) | |
| 14 $Module: MMI | |
| 15 $File: MmiSimToolkit.h | |
| 16 $Revision: 1.0 | |
| 17 | |
| 18 $Author: Condat(UK) | |
| 19 $Date: 25/10/00 | |
| 20 | |
| 21 ******************************************************************************** | |
| 22 | |
| 23 Description: | |
| 24 | |
| 25 This provides the root mofule for the basic MMI | |
| 26 | |
| 27 ******************************************************************************** | |
| 28 $History: MmiSimToolkit.h | |
| 29 | |
| 30 Nov 17, 2006 REF:DR:OMAPS00104580 x0039928 | |
| 31 Description: CT GCF - TC27.22.4.13.1 Seq 1.10 - PROACTIVE SIM COMMANDS: | |
| 32 SET UP CALL (NORMAL) - Call Set-up Failed | |
| 33 Solution: Removed the Redial flag enabling code. | |
| 34 | |
| 35 25/10/00 Original Condat(UK) BMI version. | |
| 36 | |
| 37 Nov 07, 2006 ER:OMAPS00070661 R.Prabakar(a0393213) | |
| 38 R99 network compliancy : Implemented Language Notification and Provide Local Information (Language setting) | |
| 39 SAT proactive commands and Language Selection SAT event | |
| 40 | |
| 41 $End | |
| 42 | |
| 43 *******************************************************************************/ | |
| 44 | |
| 45 #ifndef _DEF_MMI_SAT_H_ | |
| 46 #define _DEF_MMI_SAT_H_ | |
| 47 | |
| 48 #include "mfw_mfw.h" | |
| 49 | |
| 50 /* | |
| 51 * External Interfaces | |
| 52 */ | |
| 53 | |
| 54 USHORT sim_toolkit_check (struct MfwMnuTag *m, struct MfwMnuAttrTag *ma, struct MfwMnuItemTag *mi); | |
| 55 extern void simToolkitInit(T_MFW_HND parentWindow); | |
| 56 extern void simToolkitExit(void); | |
| 57 void sat_add_unicode_tag_if_needed(char* string); /*SPR 1257, added new function for unicode handling*/ | |
| 58 /* Nov 17, 2006 REF:DR:OMAPS00104580 x0039928 | |
| 59 -Deleted Redial flag enabling/disabling code*/ | |
| 60 | |
| 61 // ADDED - RAVI - 25-11-2005 | |
| 62 void sat_release_the_editor (void); | |
| 63 // END - RAVI | |
| 64 | |
| 65 #ifdef FF_MMI_R99_SAT_LANG | |
| 66 /*OMAPS00070661 a0393213(R.Prabakar) */ | |
| 67 /*ADD ALL QUALIFIERS HERE*/ | |
| 68 #define LOCAL_INFO_LANG_SETTING_QUALIFIER 4 | |
| 69 | |
| 70 #define LANG_NOTIFY_NON_SPEC_LANG_QUALIFIER 0 | |
| 71 #define LANG_NOTIFY_SPEC_LANG_QUALIFIER 1 | |
| 72 | |
| 73 /*ASCII VALUES FOR LANGUAGES*/ | |
| 74 #define ASCII_FOR_D 0x64 | |
| 75 #define ASCII_FOR_E 0x65 | |
| 76 #define ASCII_FOR_H 0x68 | |
| 77 #define ASCII_FOR_N 0x6E | |
| 78 #define ASCII_FOR_Z 0x7A | |
| 79 | |
| 80 #endif /*FF_MMI_R99_SAT_LANG*/ | |
| 81 #endif /* _DEF_MMI_SAT_H_ */ | |
| 82 |
