IMERes.h
上传用户:lqx1163
上传日期:2014-08-13
资源大小:9183k
文件大小:6k
源码类别:

MTK

开发平台:

C/C++

  1. /*****************************************************************************
  2. *  Copyright Statement:
  3. *  --------------------
  4. *  This software is protected by Copyright and the information contained
  5. *  herein is confidential. The software may not be copied and the information
  6. *  contained herein may not be used or disclosed except with the written
  7. *  permission of MediaTek Inc. (C) 2001
  8. *
  9. *  BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
  10. *  THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
  11. *  RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON
  12. *  AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
  13. *  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
  14. *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
  15. *  NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
  16. *  SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
  17. *  SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH
  18. *  THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO
  19. *  NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S
  20. *  SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM.
  21. *
  22. *  BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE
  23. *  LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
  24. *  AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
  25. *  OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
  26. *  MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE. 
  27. *
  28. *  THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
  29. *  WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
  30. *  LAWS PRINCIPLES.  ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND
  31. *  RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER
  32. *  THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC).
  33. *****************************************************************************/
  34. /*****************************************************************************
  35.  *
  36.  * Filename:
  37.  * ---------
  38.  *   IMERes.h
  39.  *
  40.  * Project:
  41.  * --------
  42.  *   Maui_Software
  43.  *
  44.  * Description:
  45.  * ------------
  46.  *   This is header file for IME structure for Multiple Bin.
  47.  *
  48.  * Author:
  49.  * -------
  50.  * -------
  51.  *
  52.  *============================================================================
  53.  *             HISTORY
  54.  * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
  55.  *------------------------------------------------------------------------------
  56.  * removed!
  57.  *
  58.  * removed!
  59.  * removed!
  60.  * removed!
  61.  *
  62.  * removed!
  63.  * removed!
  64.  * removed!
  65.  *
  66.  *------------------------------------------------------------------------------
  67.  * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
  68.  *============================================================================
  69.  ****************************************************************************/
  70. #ifndef _IME_Res_H_
  71. #define _IME_Res_H_
  72. #include "MMI_features.h"
  73. /* __CUSTPACK_MULTIBIN     Terry   BEGIN */
  74. #define MAX_LDB_NUMBER 20
  75. #include "CommonScreensenum.h"
  76. #include "SettingDefs.h"
  77. #include "gui_data_types.h"
  78. #include "wgui_categories_inputsenum.h"
  79. #if defined(__MMI_T9__)
  80. #include "t9api.h"
  81. typedef struct T9LdbMemData_s
  82. {
  83.     T9U16 wLdbNum;          /* Language ID */
  84.     T9U32 nNumFullBlk;      /* Number of the blocks whose */
  85.     /* data size is BLOCKSIZE. */
  86.     /* BLOCKSIZE is the size of each */
  87.     /* block with assumption that all */
  88.     /* data blocks but the last one */
  89.     /* are in the same size. */
  90.     T9U32 dwLastBlkSize;    /* Size of the last data block if */
  91.     /* its size is smaller than */
  92.     /* BLOCKSIZE. Set to 0 if the */
  93.     /* size equals BLOCKSIZE. And */
  94.     /* this block should be added */
  95.     /* into nNumFullBlk. */
  96. #if defined(__MMI_T9_V7__)
  97.     //START PMT VANDANA 20051506
  98.     //Increased the size to 7 as russian has 7 language database arrays
  99.     //PMT CZ_PO_TU START 20050812   
  100.     //Increased the size to 9 as Turkish has 9 language database arrays
  101.     //PMT NO_AR_SL_DU START 20050909
  102.     //Increased the size to 10 as Arabic has 10 language database arrays
  103.     //PMT LANGUAGE START 20051221
  104.     //Increased the size to 12 as Greek has 11 language database arrays
  105.     const T9U8 T9FARDATA *dwLdbDataBlk[12];
  106.     //PMT LANGUAGE END 20051221
  107.     //PMT NO_AR_SL_DU END 20050909
  108.     //PMT CZ_PO_TU END 20050812     
  109.     //END PMT
  110. #else /* defined(__MMI_T9_V7__) */ 
  111.     //START PMT VANDANA 20051506
  112.     //PMT CZ_PO_TU START 20050812   
  113.     //Increased the size to 9 as Turkish has 9 language database arrays
  114.     //PMT NO_AR_SL_DU START 20050909
  115.     //Increased the size to 10 as Arabic has 10 language database arrays
  116.     //PMT LANGUAGE START 20051221
  117.     //Increased the size to 12 as Greek has 11 language database arrays
  118.     const T9U8 FARDATA *dwLdbDataBlk[12];
  119.     //PMT LANGUAGE END 20051221
  120.     //PMT NO_AR_SL_DU END 20050909
  121.     //PMT CZ_PO_TU END 20050812     
  122.     //END PMT
  123. #endif /* defined(__MMI_T9_V7__) */ 
  124.     /* Pointers to each data block. */
  125. } T9LdbMemData;
  126. #elif defined(__MMI_ZI__)
  127. #include "zi8api.h"
  128. #define ZI_TR_CHINESE 0
  129. #define ZI_SIM_CHINESE 1
  130. #endif 
  131. typedef struct _IMEModeDetails
  132. {
  133.     SUPPORT_INPUT_MODES IME_Mode_ID;
  134.     SUPPORT_INPUT_TYPES IME_Type_ID;
  135.     U16 Common_Screen_StringID;
  136.     U16 Prefered_IMEStringID;
  137.     MMI_BOOL English_Only_Flag;
  138. } sIMEModeDetails;
  139. #if defined(__MMI_T9__)
  140. typedef T9LdbMemData sIMELDBDetails;
  141. #elif defined(__MMI_ZI__)
  142. #if defined(__MMI_ZI_DYNAMIC_LAN_LIB_INIT__)
  143. typedef ZI8_LANGUAGE_ENTRY sIMELDBDetails[MAX_LDB_NUMBER];
  144. #else 
  145. typedef ZI8_LANGUAGE_ENTRY sIMELDBDetails;
  146. #endif 
  147. #else 
  148. typedef char sIMELDBDetails;
  149. #endif 
  150. typedef enum
  151. {
  152.     ZiV5,
  153.     ZiV6,
  154.     T9V6,
  155.     T9V7,
  156.     IME_OTHERS
  157. } sIMEModuleDetails;
  158. /* __CUSTPACK_MULTIBIN     Terry   END */
  159. #endif /* _IME_Res_H_ */ /* IME_RES_H */