ap_defs.h
来自「DVB软件,基于CT216软件的开发源程序.」· C头文件 代码 · 共 47 行
H
47 行
/**************************************************************************
(C)Copyright Cheertek Inc. 2002-2004,
D700, all right reserved.
Product : STB Firmware
****************************************************************************/
#ifndef __AP_DEFS_H
#define __AP_DEFS_H
/*! \file
* This file provide the application can setup some parameters for driver used.
*
*/
#define UI_MAIN_VER "Cheer T 1.20"
#ifdef CI_ENABLE
#define CI_SW_VER "1.01"
#endif
// AKai/K300, 2008/09/23 18:30
// Update IR defined for new remote controller.
//#define IR_TYPE_CHEERTEK_E01
//#define IR_TYPE_CHEERTEK_E00
#define IR_TYPE_JEJA
//#define IR_TYPE_BAOTONG
#define DVB_SYSTEM_T
#define DVB_SYSTEM_T_NEWDB //For seperate scan functions in middleware.
#define SYSTEM_aurora_t
#define DVBT_BIG5_TAIWAN_ONLY // DVB-T in Taiwan only, 0x14 is Unicode in Taiwan
//#define SUPPORT_HIERARCHY_MODE
#include "dvb_type.h"
#define ENABLE_CI_MMI 1
//#define DUAL_CI //Jeans 20060714
//#define P000_TEST /* P000 test used */
#ifdef P000_TEST
#define MACHINE_MODE
#endif
//Yan/K300, 2008/07/24
//
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?