FreeCalypso > hg > fc-magnetite
comparison src/aci2/bmi/mmimmssetting.h @ 3:93999a60b835
src/aci2, src/condat2: import of g23m/condat source pieces from TCS211
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 26 Sep 2016 00:29:36 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:c41a534f33c6 | 3:93999a60b835 |
---|---|
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 |