FreeCalypso > hg > tcs211-c139
comparison g23m/condat/ms/src/bmi/mmimmssetting.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_MMSSETTING_H_ | |
2 #define _DEF_MMI_MMSSETTING_H_ | |
3 | |
4 | |
5 | |
6 /******************************************************************************* | |
7 | |
8 TI (Shanghai) | |
9 | |
10 ******************************************************************************** | |
11 | |
12 This software product is the property of TI (Shanghai) Ltd and may not be | |
13 disclosed to any third party without the express permission of the owner. | |
14 | |
15 ******************************************************************************** | |
16 | |
17 $Project name: TISHMMS Project | |
18 $Project code: BMI (6349) | |
19 $Module: MMS | |
20 $File: MmiMMSSetting.h | |
21 $Revision: 1.0 | |
22 | |
23 $Author: Yan Bin(bin-yan@ti.com) | |
24 $Date: 26/08/03 | |
25 | |
26 ******************************************************************************** | |
27 | |
28 Description: | |
29 | |
30 This module provides definitions of the types and | |
31 constants which are shared across the MMS | |
32 application modules. | |
33 | |
34 ******************************************************************************** | |
35 $History: MmiMMSSetting.h | |
36 | |
37 29/10/03 Original TI(Shanghai) BMI version. | |
38 | |
39 $End | |
40 | |
41 *******************************************************************************/ | |
42 #include "mfw_mfw.h" | |
43 | |
44 | |
45 extern T_MFW_HND MMSSetting_start(T_MFW_HND parent_window, MfwMnuAttr *menuAttr); | |
46 | |
47 | |
48 #endif //_DEF_MMI_MMSSETTING_H_ | |
49 |