⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mmi_featurespluto.h

📁 The font library converting tool MCT mainly introduces the process of the font formats to give us a
💻 H
📖 第 1 页 / 共 5 页
字号:
		//#define __MMI_GAME_CHICKEN_128x160__								/* Detail Info: [Stair (Chicken) Game 		(128x160)] */
		//#define __MMI_GAME_ROBOT_128x160__								/* Detail Info: [Stair (Robot) Game 		(128x160)] */
		//#define __MMI_GAME_PANDA_128x160__								/* Detail Info: [Panda Game 					(128x160)] */
		//#define __MMI_GAME_MONKEY_128x160__								/* Detail Info: [Panda (Monkey) Game 		(128x160)] */
		//#define __MMI_GAME_UFO_128x160__									/* Detail Info: [Ufo Game						(128x160)] */
	#elif defined(__MMI_MAINLCD_176X220__)
		/* 176x220 Games */
		//#define __MMI_GAME_DANCE_176x220__									/* Detail Info: [Dance Game					(176x220)] */
	//	#define __MMI_GAME_COPTER_176x220__								/* Detail Info: [Copter Game					(176x220)] */
		//#define __MMI_GAME_SUBMARINE_176x220__							/* Detail Info: [Copter (Submarine) Game	(176x220)] */
		//#define __MMI_GAME_JET_176x220__										/* Detail Info: [Copter (Jet) Game			(176x220)] */
		//#define __MMI_GAME_PUZZLE_176x220__								/* Detail Info: [Puzzle Game 					(176x220)] */
		//#define __MMI_GAME_ROBOT_176x220__								/* Detail Info: [Stair (Robot) Game 		(176x220)] */
		//#define __MMI_GAME_PANDA_176x220__								/* Detail Info: [Panda Game 					(176x220)] */
		//#define __MMI_GAME_MONKEY_176x220__									/* Detail Info: [Panda (Monkey) Game 		(176x220)] */
		//#define __MMI_GAME_UFO_176x220__									/* Detail Info: [Ufo Game 						(176x220)] */
#ifndef __MMI_TOUCH_SCREEN__
		//#define __MMI_GAME_FRUIT_176x220__									/* Detail Info: [Fruit Game					(176x220)] */
#endif

		//#define __MMI_GAME_MAJUNG_176x220__									/* Detail Info: [Majung Game 					(176x220)] */
		#define __MMI_GAME_F1RACE_176X220__
		
	#elif defined(__MMI_MAINLCD_240X320__)
		/* 240x320 Games */
		//#define __MMI_GAME_VSMJ_240x320__									/* Detail Info: [Vsmj Game 					(240x320)] */		
		#define __MMI_GAME_MAGICSUSHI__										/* Detail Info: [Magicsushi Game 			(240x320)] */
		//#define __MMI_GAME_PUZZLE_240x320__								/* Detail Info: [Puzzle Game 					(240x320)] */
		//#define __MMI_GAME_MAJUNG_240x320__								/* Detail Info: [Majung Game 					(240x320)] */

	#else
		/* 128x128 games */
		//#define __MMI_GAME_F1RACE__											/* Detail Info: [F1 Race Game					(128x128)] */
		//#define __MMI_GAME_HANOI__											/* Detail Info: [Hanoi Game 					(128x128)] */
		#define __MMI_GAME_RICHES__											/* Detail Info: [Riches Game					(128x128)] */
		//#define __MMI_GAME_COLORBALLS__									/* Detail Info: [ColorBall Game			 	(128x128)] */
		//#define __MMI_GAME_SNAKE__											/* Detail Info: [Snake Game					(128x128)] */
		//#define __MMI_GAME_SMASH__											/* Detail Info: [Smash Game 					(128x128)] */
		//#define __MMI_GAME_DOLL__											/* Detail Info: [Doll Game 					(128x128)] */
		//#define __MMI_GAME_COPTER_128x128__								/* Detail Info: [Copter Game 					(128x128)] */
		//#define __MMI_GAME_SUBMARINE_128x128__							/* Detail Info: [Copter (Submarine) Game 	(128x128)] */
		//#define __MMI_GAME_JET_128x128__									/* Detail Info: [Copter (Jet) Game 			(128x128)] */
		#define __MMI_GAME_PUZZLE_128x128__									/* Detail Info: [Puzzle Game 					(128x128)] */
		//#define __MMI_GAME_CHICKEN_128x128__								/* Detail Info: [Stair (Chicken) Game		(128x128)] */
			//#define __MMI_GAME_MONKEY_128x128__							/* Detail Info: [Panda (Monkey) Game		(128x128)] */
		#if !defined(MT6205B) && !defined(MT6205B)						/* need multi-layer */
			//#define __MMI_GAME_PANDA_128x128__							/* Detail Info: [Panda Game 					(128x128)] */	
			//#define __MMI_GAME_UFO_128x128__								/* Detail Info: [Ufo Game 						(128x128)] */
		#endif	

		/* 128x96 games */
		//#define __MMI_GAME_NINJA_128x96__									/* Detail Info: [Ninja Game 	(128x96)] */
		#define __MMI_GAME_MAJUNG_128x96__									/* Detail Info: [Majung Game 	(128x96)] */
		//#define __MMI_GAME_MEMORY_128x96__								/* Detail Info: [Memory Game 	(128x96)] */
	#endif

	#ifdef MOTION_SENSOR_SUPPORT
		#if defined(__MMI_MAINLCD_176X220__)
			/* currently only support 176x220 games */
			#define __MMI_MOTION_APP__
      #endif /* __MMI_MAINLCD_176X220__ */

		#ifdef __MMI_MOTION_APP__
			#if defined(__MMI_MAINLCD_176X220__)
				#define __MMI_MOTIONGAME_DICE_176x220__
				#define __MMI_MOTIONGAME_DJ_176x220__
			#endif /* __MMI_MAINLCD_176X220__ */
		#endif /* __MMI_MOTION_APP__ */
	#endif /* MOTION_SENSOR_SUPPORT */

#endif /* __MMI_GAME__ */

#define __MMI_IMELODY_SUPPORT__												/* Detail Info: [Support IMelody]*/

#ifndef __MMI_SMALL_DEFAULT_RELEASE__
/* Ring composer
 */
#define __MMI_RING_COMPOSER__													/* Detail Info: [Turn on Ring Comopser]*/
#if (defined  __MMI_TOUCH_SCREEN__) && (defined __MMI_RING_COMPOSER__)
#define __MMI_TOUCH_RING_COMPOSER__
#endif
#endif
/* Theme
 */
 #ifndef __MMI_SMALL_DEFAULT_RELEASE__
#define __MMI_THEMES_APPLICATION__
#endif
/* GUI
 */
#define __MMI_DEFAULT_THEME_1__												/* Detail Info: []*/
/* Download
 */
#if (defined(__MMI_MESSAGES_EMS__) || defined(__MMI_WAP__)) && !defined(__MMI_FILE_MANAGER__)
   #define __DOWNLOAD__															/* Detail Info: [Turn on Download application]*/
#endif
/* Stopwatch
 */
#if !defined(MT6205B)
	//#define __MMI_STOPWATCH__												/* Detail Info: [Enalbe Stopwatch Application]*/
#endif
#ifndef __MMI_SMALL_DEFAULT_RELEASE__
/* Picture Editor
 */
#if !defined(MT6205B)
	#define __MMI_PICTURE_EDITOR_SUPPORT__								/* Detail Info: []*/
#endif
#endif

/*****************************************************************************
 [Application]: Profiles
 *****************************************************************************/
#define __MMI_PROFILE_EXTMELODY_SUPPORT__ 								/* Detail Info: [For profile set digital audio] */
//#define __MMI_STATUS_LED__														/* Detail Info: [Enable Light item in profile menu]*/
#if defined( __MMI_A2DP_SUPPORT__ ) || defined( __MMI_HFP_SUPPORT__	)	/* Detail Info: [MMI BT Profile]*/
#define __MMI_BT_PROFILE__
#endif

#if defined(DEMO_PROJECT) && !defined(__MMI_TOUCH_SCREEN__) 		/* The feature is not ready. Do not enable it in MP projects. */
//#define __MMI_PROFILES_TWO_LINE_MENUITEM_DISPLAY__					/* Detail Info: [Show inline volume selection] */
#endif

/* For KeyPad Tone Human Speech
 */
//#define __MMI_KEYPAD_TONE_HUMAN_VOICE_1__
//#define __MMI_KEYPAD_TONE_HUMAN_VOICE_2__
//#define __MMI_KEYPAD_TONE_HUMAN_VOICE_3__
//#define __MMI_KEYPAD_TONE_HUMAN_VOICE_4__
//#define __MMI_KEYPAD_TONE_HUMAN_VOICE_5__
//#define __MMI_KEYPAD_TONE_HUMAN_VOICE_6__
#ifdef DIGIT_TONE_SUPPORT
#define __MMI_HUMAN_VOICE_KEYPAD_TONE__
#endif
#if defined(DIGIT_TONE_SUPPORT) || defined(SIMPLE_TTS)
#define __MMI_INTELLIGENT_CALL_ALERT__
#endif
#if defined(CUST_KEYPAD_TONE_SUPPORT)
#define __MMI_CUST_KEYPAD_TONE__
#endif

/*****************************************************************************
 [Application]: Settings
 *****************************************************************************/

#if defined(DEMO_PROJECT) && !defined(__MMI_TOUCH_SCREEN__) 		/* The feature is not ready. Do not enable it in MP projects. */
#define __MMI_PHNSET_TWO_LINE_MENUITEM_DISPLAY__						/* Detail Info: [Show inline hint in menuitem hightlight with selection]*/
#define __MMI_CFU_SEPARATE_LINE__
#endif


/*****************************************************************************
 [Application]: Services
 *****************************************************************************/
/* MMS
 */
#ifdef MMS_SUPPORT
   #define __MMI_MMS__															/* Detail Info: [Teleca MMS support]*/
   #define __MMI_STATUS_ICON_MMS__											/* Detail Info: [MMS status icons]*/
   #define __MMI_MMS_TEMPLATES_NUM__ 5										/* Detail Info: [MMS templates number]*/
   #define __MMI_MMS_SIGNATURE__												/* Detail Info: [MMS Auto Signature]*/
#endif /* MMS_SUPPORT */

#ifdef __POC__
#define __MMI_POC__
#define __MMI_POC_ADHOC_STR_INPUT__
#endif


/*****************************************************************************
 [Application]: Encoding
 *****************************************************************************/
#if (defined(__MMI_LANG_TR_CHINESE__) && defined(__MMI_LANG_SM_CHINESE__) )
#define __MMI_SET_DEF_ENCODING_TYPE__  									/* Detail Info: [PhoneSetup set default encoding type] */
#endif

#if defined(__MMI_LANG_ARABIC__)
//#define __MMI_CHSET_ARABIC_ISO__											/* Detail Info: [Turn on Arabic ISO charset]*/
//#define __MMI_CHSET_ARABIC_WIN__											/* Detail Info: [Turn on Arabic WIN charset]*/
#endif
//#define __MMI_CHSET_BALTIC_ISO__											/* Detail Info: [Turn on Baltic ISO charset]*/
//#define __MMI_CHSET_BALTIC_WIN__											/* Detail Info: [Turn on Arabic WIN charset]*/
#if defined(__MMI_LANG_TR_CHINESE__)
	#define __MMI_CHSET_BIG5__													/* Detail Info: [Turn on GIB5 charset]*/
#endif
#if defined(__MMI_LANG_SM_CHINESE__)
	#define __MMI_CHSET_GB2312__												/* Detail Info: [Turn on GB2312 charset]*/
#endif
#define __MMI_CHSET_UTF7__
#define __MMI_CHSET_EUCKR_WIN__
#define	__MMI_CHSET_THAI_WINDOWS__
#define	__MMI_CHSET_VIETNAMESE_WINDOWS__
//#define __MMI_CHSET_CEURO_ISO__											/* Detail Info: [Turn on Centrual European ISO charset]*/
//#define __MMI_CHSET_CEURO_WIN__											/* Detail Info: [Turn on Centrual European WIN charset]*/
//#define __MMI_CHSET_GREEK_ISO__											/* Detail Info: [Turn on Greek ISO charset]*/
//#define __MMI_CHSET_GREEK_WIN__											/* Detail Info: [Turn on Greek WIN charset]*/
//#define __MMI_CHSET_HEBREW_ISO__											/* Detail Info: [Turn on Hebrew ISO charset]*/
//#define __MMI_CHSET_HEBREW_WIN__											/* Detail Info: [Turn on Hebrew WIN charset]*/
//#define __MMI_CHSET_LATIN_ISO__											/* Detail Info: [Turn on Latin ISO charset]*/
//#define __MMI_CHSET_NORDIC_ISO__											/* Detail Info: [Turn on Nordic ISO charset]*/
//#define __MMI_CHSET_SEURO_ISO__											/* Detail Info: [Turn on Sourth European ISO charset]*/
#if defined(__MMI_LANG_TURKISH__)
//#define __MMI_CHSET_TURKISH_ISO__    									/* Detail Info: [Turn on Turkish ISO charset]*/
//#define __MMI_CHSET_TURKISH_WIN__											/* Detail Info: [Turn on Turkish WIN charset]*/
#endif
//#define __MMI_CHSET_WESTERN_ISO__											/* Detail Info: [Turn on Western ISO charset]*/
#define __MMI_CHSET_WESTERN_WIN__											/* Detail Info: [Turn on Western WIN charset]*/

/*****************************************************************************
 [Application]: MISC
 *****************************************************************************/
#ifdef __GPRS_MODE__	
   #define __MMI_GPRS_FEATURES__												/* Detail Info: [Turn On MMI GPRS Features]*/
#endif

#define _NETWORK_CIPHER_SUPPORT_

/*------------------------------                 ----------------------------*/
/*------------------------------[End Application]----------------------------*/
/*------------------------------                 ----------------------------*/

/*-----------------------------                  ----------------------------*/
/*-----------------------------[Begin Multimedia]----------------------------*/
/*-----------------------------                  ----------------------------*/
/*****************************************************************************
 [Multimedia]: Multimedia
 *****************************************************************************/
#ifdef FM_RADIO_ENABLE
   #define __MMI_FM_RADIO__
   #define __MMI_FM_RADIO_BIND_EARPHONE__									/* Detail Info: []*/

   #define __MMI_ALM_AUDIO_OPTIONS__										/* Detail Info: [Set FM Radio as alarm]*/
#ifdef __MMI_ALM_AUDIO_OPTIONS__
	#define __MMI_ALM_CUSTOMIZE_TONE__										/* Detail Info: [Move alarm ring tone setting from profile to alarm]*/
#endif

#ifdef FM_RADIO_RECORD
   #define __MMI_FM_RADIO_RECORD__											/* Detail Info: [FM Radio Recording]*/
   #define __MMI_FM_RADIO_SCHEDULE_REC__									/* Detail Info: [Schedule FM Radio Recording]*/
#endif

#ifdef __MMI_MAINLCD_240X320__
	#define __MMI_FM_RADIO_ANIMATION__										/* Detail Info: [Animation background for FM Radio]*/
#endif
#endif

#ifdef DAF_DECODE
   /* Audio Player
   */
   #define __MMI_AUDIO_PLAYER__												/* Detail Info: []*/
#ifndef __MMI_FOURWAYS_KEY_DISABLE__
   #define __MMI_DEDICATED_KEY_SHORTCUTS__								/* Detail Info: []*/
#endif
   #define __MMI_AUDIO_PLAYER_DETAIL_SHOW_MORE_INFO__					/* Detail Info: []*/
   /*
   * Audio Player Skin Animation feature
   */
   #ifdef __MMI_MAINLCD_176X220__
  //    #define __MMI_AUDIO_PLAYER_ANIMATION__
      //#define __MMI_AUDIO_PLAYER_SKIN_SHOW_REPEAT_SHUFFLE__			/* Detail Info: []*/
      //#define __MMI_AUDIO_SPECTRUM_DISPLAY__
   #endif
   
   #if defined( __MMI_A2DP_SUPPORT__ ) && defined(__MMI_AUDIO_PLAYER__) && defined( __MMI_AUDIO_SPECTRUM_DISPLAY__ ) && (defined( MT6226 ) || defined( MT6226M ) || defined( MT6227 ))
      #define __MMI_A2DP_PROHIBIT_AUDIO_SPECTRUM_DISPLAY__
   #endif
   
   /* AB Repeater
   */
   #ifndef __MMI_SMALL_DEFAULT_RELEASE__
   #ifndef __MMI_TOUCH_SCREEN__
      #define __MMI_AB_REPEATER__
   #endif
   #endif
#endif
#ifndef __MMI_SMALL_DEFAULT_RELEASE__
/* Sound Recorder
 */
#define __MMI_SOUND_RECORDER__												/* Detail Info: []*/
//#define __MMI_SOUND_RECORDER_STYLE_X__
#endif
#if defined( DEDI_AMR_REC )
#define __MMI_DEDI_AMR_REC__           									/* Detail Info: [to turn on AMR record format in dedicated mode] */
#endif


/* Camera App
 */
#if (defined(JPG_DECODE)) /* jepg decode is supported after MT6218B */
	#define __MMI_IMAGE_VIEWER__
	#if (defined(CAMERA_MODULE) || defined(ISP_SUPPORT) )
	 	#define __MMI_CAMERA__													/* Detail Info: [Camera App: Camera , (2)Image Viewer] */

		#ifndef __MMI_SMALL_DEFAULT_RELEASE__
		#if (defined(__MMI_CAMERA__) && defined(ISP_SUPPORT) )
			/* PhotoArt using MDI_CAMERA's post effect function */
	   	#define __MMI_PHOTOEDITOR__										/* Detail Info: [Photo Editor App] */
	   #endif /* __MMI_CAMERA__ && ISP_SUPPORT

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -