www.pudn.com > 6027_HD65.rar > general.h
/*************** MTK CONFIDENTIAL & COPYRIGHTED ****************/ /*************** ****************/ /*************** $Modtime:: 04/04/29 10:04a $ ****************/ /*************** $Revision:: 4 $ ****************/ /*************** ****************/ /*************** 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" #ifdef NEW_SHOW #include ".\play\show_com.h" #endif #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 PLAYER_FLMENU // #include ".\fslist\flspec.h" // #include ".\fslist\flipshow.h" #include ".\fslist\fslist.h" #endif #include ".\module\vremote.h" #include ".\module\goto.h" #include "message.h" #include "posi.h" #include "osdcore.h" #include "vfdshow.h" #include "aud_ctrl.h" #include "vid_ctrl.h" #include "sys_ctrl.h" #include ".\setupmn\stpmain.h" #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_