?? general.h
字號:
/*************** MTK CONFIDENTIAL & COPYRIGHTED ****************/
/*************** ****************/
/*************** $Modtime:: 07/04/09 11:55a $ ****************/
/*************** $Revision:: 2 $ ****************/
/*************** ****************/
/*************** Description : include files used ****************/
/*************** for UI module ****************/
/*************** ****************/
/*************** Company : MediaTek Inc. ****************/
/*************** Programmer : Joseph Lin ****************/
/**********************************************************************/
#ifndef _H_GENERAL_
#define _H_GENERAL_
// NOTE : Keep in This Sequence, Otherwise MAY Cause Preprocessing Error
#ifndef PC_EMULATION
#include "8032api.h"
#define NO_SM_NOTIFY
#else
#include "emu_api.h"
#endif
#include "uopmap.h"
#include ".\play\play_com.h"
#include ".\play\play_ini.h"
#include ".\play\play_dvd.h"
#include ".\play\play_vcd.h"
#include ".\play\play_iso.h"
#include ".\play\play_pcd.h"
#include ".\play\play_cda.h"
#include ".\play\play_ain.h"
#include ".\play\show_dvd.h"
#include ".\play\show_vcd.h"
#include ".\play\show_cda.h"
#include ".\play\show_iso.h"
#include ".\play\show_pcd.h"
#include ".\play\show_ain.h"
#include ".\keyproc.h"
#include ".\show\comshow.h"
#include ".\show\progshow.h"
#include ".\show\markshow.h"
#include ".\show\dgstshow.h"
#include ".\show\gotoshow.h"
#include ".\show\upgshow.h"
#include ".\show\ainshow.h"
#include ".\module\selmenu.h"
#include ".\module\bookmark.h"
#include ".\module\digest.h"
#include ".\module\scan.h"
#include ".\module\upg.h"
#include ".\module\eq.h"
#include ".\module\zoom.h"
#include ".\module\mic_rec.h"
#include ".\module\logo_cap.h"
#ifdef DVD_VR_SUPPORT
#include "..\..\common\dsp\dspshm.h" // Seiya: Added on 2004/07/27 for dual mono switch.
#endif
#ifdef PLAYER_FLMENU
// #include ".\fslist\flspec.h"
// #include ".\fslist\flipshow.h"
#include ".\fslist\fslist.h"
#endif
#ifdef SUPPORT_MODE_SWITCH_MENU //yan 070409
#include ".\module\SmsMenu.h"
#endif
#include ".\module\vremote.h"
#include ".\module\goto.h"
#include "message.h"
#include "posi.h"
#include "osdcore.h"
#include "osdcmpnt.h"
#include "vfd_pub.h"
#include "aud_ctrl.h"
#include "vid_ctrl.h"
#include "sys_ctrl.h"
#ifdef SUPPORT_HDMI
#include "..\..\hdcp.h"
#include "..\..\hdmi_ctrl.h"
#endif // #ifdef SUPPORT_HDMI
#ifdef SUPPORT_DRM
#include ".\module\drm.h"
#endif
#ifdef SUPPORT_USB_COPY //yan 070409
#include ".\module\usb.h"
#include ".\show\usbshow.h"
#endif
#ifdef MTK_MENU
#include ".\setupmn\stpmain.h"
#else
#include ".\setup\setup.h"
#endif
#include ".\setupmn\regcode.h"
#include ".\vfd\vfd.h"
#include VFD_DATA_H
#include ".\ss\scrsav.h"
#include ".\ss\ssbmp.h"
#include ".\ss\ssrect.h"
#endif //_H_GENERAL_
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -