FreeCalypso > hg > tcs211-l1-reconst
comparison g23m/condat/ms/src/bmi/mmiemscreate.h @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
1 #ifndef _DEF_MMI_EMSCREATE_H_ | |
2 #define _DEF_MMI_EMSCREATE_H_ | |
3 | |
4 | |
5 /******************************************************************************* | |
6 | |
7 TI (Shanghai) | |
8 | |
9 ******************************************************************************** | |
10 | |
11 This software product is the property of TI (Shanghai) Ltd and may not be | |
12 disclosed to any third party without the express permission of the owner. | |
13 | |
14 ******************************************************************************** | |
15 | |
16 $Project name: TISHMMS Project | |
17 $Project code: BMI (6349) | |
18 $Module: EMS | |
19 $File: MmiMMSCreate.h | |
20 $Revision: 1.0 | |
21 | |
22 $Author: Pinghua (pinghua-zhang@ti.com) | |
23 $Date: 26/08/03 | |
24 | |
25 ******************************************************************************** | |
26 | |
27 Description: | |
28 | |
29 This module provides definitions of the types and | |
30 constants which are shared across the MMS | |
31 application modules. | |
32 | |
33 ******************************************************************************** | |
34 $History: MmiEMSCreate.h | |
35 | |
36 xrashmic 13 Sep, 2004 MMI-SPR-24744 | |
37 | |
38 26/08/03 Original TI(Shanghai) BMI version. | |
39 | |
40 $End | |
41 | |
42 *******************************************************************************/ | |
43 | |
44 /******************************************************************************* | |
45 | |
46 Include Files | |
47 | |
48 *******************************************************************************/ | |
49 | |
50 #include "mfw_mfw.h" | |
51 | |
52 /******************************************************************************* | |
53 | |
54 Shared Structure Definitions | |
55 | |
56 *******************************************************************************/ | |
57 /* | |
58 #define MENU_TEXT_LENGTH 16 //TBD: to include in common .h | |
59 #define MENU_HEADER_LENGTH MENU_TEXT_LENGTH - 4 //TBD: to include in common .h | |
60 | |
61 #define MAX_MMS_TEXT_LEN 32 | |
62 #define MAX_MMS_TOPIC_LEN 16 | |
63 | |
64 */ | |
65 | |
66 /******************************************************************************* | |
67 | |
68 Function Prototypes | |
69 | |
70 *******************************************************************************/ | |
71 | |
72 #define MAX_EMS_TEXT_LEN 32 | |
73 #define MAX_EMS_TOPIC_LEN 16 | |
74 | |
75 #define EMS_DELETE_PICTURE 0 | |
76 #define EMS_DELETE_SOUND 1 | |
77 #define EMS_DELETE_TEXT 2 | |
78 | |
79 | |
80 | |
81 T_MFW_HND EMSCreate_OPT_start(T_MFW_HND parent_window, MfwMnuAttr *menuAttr) ; | |
82 | |
83 T_MFW_HND EMSCreate_start(T_MFW_HND parent_window, MfwMnuAttr *menuAttr); | |
84 // xrashmic 13 Sep, 2004 MMI-SPR-24744 | |
85 void ems_dialog(USHORT TxtId1, USHORT TxtId2, USHORT SoftKeyTxtId1, USHORT SoftKeyTxtId2, int timer); | |
86 | |
87 /* | |
88 T_MFW_HND MMSInbox_start(T_MFW_HND parent_window, MfwMnuAttr *data); | |
89 T_MFW_HND MMSOutbox_start(T_MFW_HND parent_window, MfwMnuAttr *data); | |
90 T_MFW_HND MMSSettings_start(T_MFW_HND parent_window, MfwMnuAttr *menuAttr); | |
91 */ | |
92 | |
93 | |
94 /******************************************************************************* | |
95 | |
96 DUMMY DECLARATIONS | |
97 | |
98 *******************************************************************************/ | |
99 | |
100 //Dummy defines | |
101 | |
102 // Dummy global variables | |
103 | |
104 | |
105 | |
106 #endif /* _DEF_MMI_EMSCREATE_H_ */ |