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

📄 select_cap.h

📁 三星ic 9980的源代码. 718版.
💻 H
字号:
/******************************************************************************
 *   Filename    : Select_cap.h
 *   Start date  : 2002. 10. 28.
 *   By          : Taejin Kwon
 *   Contact     : tj1kwon@samsung.co.kr
 *   Description : To select all capabilities supported in this application
 ******************************************************************************
 */
#ifndef	_SELECT_CAP_H_
#define	_SELECT_CAP_H_

/******************************************************************************
 * Define supported applications
 * No to use a function, comment out that!
 *****************************************************************************/
#define	_SUPPORT_DVD_VIDEO				1
#define _SUPPORT_DVD_AUDIO 				0
#define _SUPPORT_SUPER_VIDEO_CD			1
#define _SUPPORT_VIDEO_CD					1
#define _SUPPORT_HQ_VCD					1
#define _SUPPORT_CDDA						1
#define _SUPPORT_MP3						1
#define _SUPPORT_WMA						1
#define _SUPPORT_JPEG						1
//#define _SUPPORT_GAMECD					1
#define _SUPPORT_FLASH_GAME				1
#define _SUPPORT_CLOSED_CAPTION			1
#define _SUPPORT_CDDA_CDG					1


/******************************************************************************
 * System capability
 *****************************************************************************/
#define _SUPPORT_CD_UPGRADE				1
#define _SUPPORT_MEMORY_STICK			0
#define _SUPPORT_NTSC_OUT					1 /* if this 0, PAL out */
#define _SUPPORT_DISPLAY_FIT				0	/* Ez View */
#define _SUPPORT_INSTANT_PLAY			0
#define _SUPPORT_INSTANT_REPLAY			0

/******************************************************************************
 * Remote control key capability
 *****************************************************************************/
#define _SUPPORT_COLD_START				0
#define _SUPPORT_DISC_CHANGER			0
#define _SUPPORT_XVCD_PBC				0	/* VCD menu on/off */
#define _SUPPORT_NTPAL_CHANGE			1
#define _SUPPORT_SCAN_CHANGE_SMOOTH		1
#define _SUPPORT_VOLUME_CONTROL			1
#define _SUPPORT_MASTER_MUTE_COTROL		1
#define _SUPPORT_EEPROM_PAGE_ACCESS		0
#define _SUPPORT_MASTER_MUTE_ 			1
/******************************************************************************
 *   For the remote controller selection between SAMSUNG and DEAY                                                        
 *****************************************************************************/

/* 
	hspark 040614 
		: add MALATA_REMOTE define for malata remocon
*/
//#define MALATA_REMOTE
//#define DESAY_REMOTE				
//#define SAMSUNG_REMOTE	

//#define DESAY_VFD2
#define DESAY_VFD1

/******************************************************************************
 *  _USE_FRONT_PANEL 
 * And if that is set, _USE_LCD_PANEL, _USE_ADC_KEY and _USE_IR
 * are unset.
 *****************************************************************************/
#define _USE_FRONT_PANEL		1
//#define _FP_IS_MICOM					/* It's for additional VFD controller */
#define _FP_IS_NORMAL	


/******************************************************************************
 * TEST routines for massproduct
 *****************************************************************************/
#define _SUPPORT_OSD_TEST					0
#define _SUPPORT_KEY_TEST					0
#define _SUPPORT_RC_CODE_FREE			0 /* Support code free by REMOCON */
#define _SUPPORT_TEN_PLUS				1


#ifdef _SEP_RW
/* When separating RW region, we shoud not use zipped image and font */
#define  _USE_ZIPPED_IMAGE_FONT_			0	/*For Imgs in Trino*/
#else
#define  _USE_ZIPPED_IMAGE_FONT_			0	/*For Imgs in Trino*/
#endif
#define _USE_ZIPPED_EVA_CODE				1

#define _USE_256_FONT_SET_					1    /* 0: 512 font set */
#define	_USE_SETUP_LOGO						0
#define	_USE_SMALL_IDLE_LOGO				0	/* Use 352x240 Idle logo */

#define _INFO_TIMELIMIT					0 /* for information osd time limit */

/* Language Set 
	if you don't check anything, default is selected
	(default : support key handling of 6 language)
*/ 
#define _CHINA_LANG							1 /* using 6 lang
												ENG/FRA/ESP/DEU/ITA/CHI*/
/******************************************************************************
 * Define User interface
 *****************************************************************************/
#define _SUPPORT_OSD						1
#define _SUPPORT_LOGO_OSD	
#define _USE_OPTIMAL_TYPE			1

#define INFO_DVD_BR_ONLY


/* Use watch dog timer for power off emergency */
#define _USE_WATCH_DOG_TIMER		1


#define MACRO_NEW_STOP	0

/******************************************************************************
 *  If you want to run the navigator as another task, Set TRUE
 *  This can improve the response time of tray open
 *****************************************************************************/
#define _ENGLISH_ONLY
#define _TEST_OSD

#define _MP3_OSD			1

#define _MP3_EXPLORE_OSD   1 //maymeng 050520

/* Modify _SH_CAP_OSD_TASK_LEVEL_GA in S5H_capability.h together *///By QQ 051111

#endif /* _SELECT_CAP_H_ */

⌨️ 快捷键说明

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