📄 mmi_features_switchpluto.h
字号:
/*
Description: to turn Zi Marathi
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_MARATHI (__OFF__)
/*
Description: turn on TR/SM Chinese multitap phonetic inputs, ex: Multitap BoPoMo or Multitap Pinyin
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_MULTITAP_PHONETIC_INPUT (__AUTO__)
/*
Description: turn on Zi Norwegian inputs
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_NORWEGIAN (__AUTO__)
/*
Description: turn on Zi Persian inputs
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_PERSIAN (__AUTO__)
/*
Description: turn on Zi Polish inputs
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_POLISH (__AUTO__)
/*
Description: turn on Zi English inputs
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_PRC_ENGLISH (__AUTO__)
/*
Description: to turn Zi Punjabi
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_PUNJABI (__OFF__)
/*
Description: to turn on Zi Romanian inputs
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_ROMANIAN (__AUTO__)
/*
Description: turn on Zi Russian inputs
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_RUSSIAN (__AUTO__)
/*
Description: turn on Zi South American Portuguese inputs
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_SA_PORTUGUESE (__AUTO__)
/*
Description: turn on Zi South American Spanish inputs
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_SA_SPANISH (__AUTO__)
/*
Description: to turn on Zi SLOVAK inputs
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_SLOVAK (__AUTO__)
/*
Description: to turn on Zi Slovenian inputs
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_SLOVENIAN (__AUTO__)
/*
Description: turn on Zi Sm Chinese inputs
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_SM_CHINESE (__AUTO__)
/*
Description: turn on TR/SM Chinese smart phonetic inputs, ex: Smart BoPoMo or Smart Pinyin
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_SMART_PHONETIC_INPUT (__AUTO__)
/*
Description: to turn on Zi stroke input method
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_STROKE_INPUT (__AUTO__)
/*
Description: turn on Zi SWEDISH inputs
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_SWEDISH (__AUTO__)
/*
Description: to turn Zi Tamil
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_TAMIL (__OFF__)
/*
Description: to turn Zi Telugu
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_TELUGU (__OFF__)
/*
Description: turn on Zi Thai inputs
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_THAI (__AUTO__)
/*
Description: turn on Zi Tr Chinese inputs
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_TR_CHINESE (__AUTO__)
/*
Description: turn on Zi Turkish inputs
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_TURKISH (__AUTO__)
/*
Description: to turn on Zi UKRAINIAN
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_UKRAINIAN (__AUTO__)
/*
Description: to turn Zi Urdu
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_URDU (__OFF__)
/*
Description: to enable Zi engine to use another pscratch buffer to avoid duplicated candidates
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_USING_PSCRATCH_BUFFER (__OFF__)
/*
Description: to turn on Zi Vietnamese inputs
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_ZI_VIETNAMESE (__AUTO__)
/*****************************************************************************
* [Framework]: Languages
*****************************************************************************/
/*
Description: to turn on Arabic language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#ifdef __ARABIC_SUPPORT__
#define CFG_MMI_LANG_ARABIC (__ON__)
#else
#define CFG_MMI_LANG_ARABIC (__OFF__)
#endif
/*
Description: to turn on Bengali language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_BENGALI (__OFF__)
/*
Description: to turn on Bulgarian language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_BULGARIAN (__OFF__)
/*
Description: to turn on Croatian language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_CROATIAN (__OFF__)
/*
Description: to turn on Czech language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_CZECH (__OFF__)
/*
Description: to turn on Danish language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_DANISH (__OFF__)
/*
Description: to turn on Dutch language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_DUTCH (__OFF__)
/*
Description: to turn on English language, English is default language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_ENGLISH (__ON__)
/*
Description: to turn on Finnish language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_FINNISH (__OFF__)
/*
Description: to turn on French language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#ifdef __FRENCH_SUPPORT__
#define CFG_MMI_LANG_FRENCH (__ON__)
#else
#define CFG_MMI_LANG_FRENCH (__OFF__)
#endif
/*
Description: to turn on German language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#ifdef __GERMAN_SUPPORT__
#define CFG_MMI_LANG_GERMAN (__ON__)
#else
#define CFG_MMI_LANG_GERMAN (__OFF__)
#endif
/*
Description: to turn on Greek language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_GREEK (__OFF__)
/*
Description: to turn on Hebrew Language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_HEBREW (__OFF__)
/*
Description: to turn on Hindi language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_HINDI (__OFF__)
/*
Description: to turn on Hungarian language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_HUNGARIAN (__OFF__)
/*
Description: to turn on Indonesian language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_INDONESIAN (__OFF__)
/*
Description: to turn on Italic language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#ifdef __ITALIAN_SUPPORT__
#define CFG_MMI_LANG_ITALIAN (__ON__)
#else
#define CFG_MMI_LANG_ITALIAN (__OFF__)
#endif
/*
Description: to turn on Malay language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_MALAY (__OFF__)
/*
Description: to turn on Marathi language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_MARATHI (__OFF__)
/*
Description: to turn on Norwegian language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_NORWEGIAN (__OFF__)
/*
Description: to turn on Persian language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_PERSIAN (__OFF__)
/*
Description: to turn on Polish language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_POLISH (__OFF__)
/*
Description: to turn on Portuguese language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_PORTUGUESE (__OFF__)
/*
Description: to turn on Punjabi language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_PUNJABI (__OFF__)
/*
Description: to turn on Romanian language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_ROMANIAN (__OFF__)
/*
Description: to turn on Russian language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#ifdef __RUSSIAN_SUPPORT__
#define CFG_MMI_LANG_RUSSIAN (__ON__)
#else
#define CFG_MMI_LANG_RUSSIAN (__OFF__)
#endif
/*
Description: to turn on Slovak language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_SLOVAK (__OFF__)
/*
Description: to turn on Slovenian language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_SLOVENIAN (__OFF__)
/*
Description: to turn on Simpled Chinese language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#ifdef __SM_CHINESE_SUPPORT__
#define CFG_MMI_LANG_SM_CHINESE (__ON__) //jinguo
#else
#define CFG_MMI_LANG_SM_CHINESE (__OFF__)
#endif
/*
Description: to turn on Spanish language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#ifdef __SPANISH_SUPPORT__
#define CFG_MMI_LANG_SPANISH (__ON__)
#else
#define CFG_MMI_LANG_SPANISH (__OFF__)
#endif
/*
Description: to turn on Swedish language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_SWEDISH (__OFF__)
/*
Description: to turn on Tamil language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_TAMIL (__OFF__)
/*
Description: to turn on Telugu language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_TELUGU (__OFF__)
/*
Description: to turn on Thai language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#ifdef __THAI_SUPPORT__
#define CFG_MMI_LANG_THAI (__ON__)
#else
#define CFG_MMI_LANG_THAI (__OFF__)
#endif
/*
Description: to turn on Traditional Chinese language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#if defined(__TR_CHINESE_SUPPORT__) //amyhua
#define CFG_MMI_LANG_TR_CHINESE (__ON__)
#else
#define CFG_MMI_LANG_TR_CHINESE (__OFF__)
#endif
/*
Description: to turn on Turkish language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#ifdef __TURKISH_SUPPORT__
#define CFG_MMI_LANG_TURKISH (__ON__)
#else
#define CFG_MMI_LANG_TURKISH (__OFF__)
#endif
/*
Description: to turn on UKRAINIAN language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_UKRAINIAN (__OFF__)
/*
Description: to turn on Urdu language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_LANG_URDU (__OFF__)
/*
Description: to turn on Vietnamese language
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#ifdef __VIETNAMESE_SUPPORT__
#define CFG_MMI_LANG_VIETNAMESE (__ON__)
#else
#define CFG_MMI_LANG_VIETNAMESE (__OFF__)
#endif
/*
Description: to turn on French multitap input method
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_MULTITAP_FRENCH (__AUTO__)
/*
Description: to turn on German multitap input method
Option: [__ON__, __OFF__, __AUTO__]
Reference: n/a
*/
#define CFG_MMI_MULTITAP_GERMAN (__AUTO__)
/*****************************************************************************
* [Framework]: Light-weight UI
*****************************************************************************/
/*
Description: Disable fancy UI effects on big LCD for better UI responsiveness
Option: [__ON__, __OFF__, __AUTO__]
Reference: SOP_UI_Display_Performance_Tuning.doc
*/
#define CFG_MMI_LITE_DISPLAY (__AUTO__)
/*****************************************************************************
* [Framework]: Profiling
*****************************************************************************/
/*
Description: Interactive UI performance profiling in Engineer Mode
Option: [__ON__, __OFF__, __AUTO__]
Reference: SOP_UI_Display_Performance_Tuning.xls
*/
#define CFG_MMI_INTERACTIVE_PROFILNG (__OFF__)
/*****************************************************************************
* [Framework]: Resource Generation ENFB support
*****************************************************************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -