IMEResT9.h
2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used or disclosed except with the written
* permission of MediaTek Inc. (C) 2001
*
*****************************************************************************/
/*****************************************************************************
*
* Filename:
* ---------
* IMEResT9.h
*
* Project:
* --------
* Maui_Software
*
* Description:
* ------------
* This is header file for T9 IME Resource for Multiple Bin.
*
* Author:
* -------
* -------
*
*============================================================================
* HISTORY
* Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*------------------------------------------------------------------------------
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
*
*------------------------------------------------------------------------------
* Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*============================================================================
****************************************************************************/
#ifndef _IME_Res_T9_H_
#define _IME_Res_T9_H_
#include "t9cgen.h"
#ifdef __MMI_T9_ENGLISH__
#include "l0109b00.h"
#include "l0109b01.h"
#include "l0109b02.h"
#endif
/*Array for T9 IME LDB*/
const sIMELDBDetails mtk_gIMELDBArray[]=
{
#ifdef __MMI_T9_ENGLISH__
{
T9PIDEnglish,
2,
5319,
{
l0109b00,
l0109b01,
l0109b02
}
},
#endif
/* for checking end */
{
(0xff),
0,
0,
{
0
}
}
};
#endif/*IME_RES_T9*/