📄 all.h
字号:
/*
$Workfile: all.h $
$Revision: 1.51 $
$Date: Jul 07 2006 03:46:18 $
*/
//******************************************************************
//
// Copyright (C) 2002. GENESIS MICROCHIP INC.
// All rights reserved. No part of this program may be reproduced.
//
// Genesis Microchip Corp., 2150 Gold Street
// Alviso, CA 95002 USA
// Genesis Microchip Inc., 165 Commerce Valley Dr. West
// Thornhill, Ontario, Canada, L3T 7V8
//
//================================================================
//
// MODULE: all.h
//
// USAGE : This module includes all header files used for the project
// to simplify adding necessary header file in a any "C" file.
//
//
//******************************************************************
//******************************************************************
// I N C L U D E F I L E S
//******************************************************************
#ifndef __ALL_H__
#define __ALL_H__
#ifdef PHOENIX_U // For 57xx
#include "inc\57xx_config.h"
#include "inc\57xx_options.h"
#include "gsel\gsel.h"
#include "inc\defines.h"
#include "inc\register_57xx.h"
#include "inc\57xx_board.h"
#include "gsel\gsel-57xx.h"
#include "system\hdcp.h"
#include "inc\52xx_panel.h"
#include "system\msgque.h"
#include "inc\usertimers.h"
#include "Osd\OsdLib\extOsdLib.h"
#include "System\keypad.h"
#include "inc\custom.h"
#include "Osd\OsdAdjust.h"
#if defined(RD3_57XX) && ( BOARD == RD3_57XX )
#include "Osd\GenFiles57xx_rd3\osd_act.h"
#include "Osd\GenFiles57xx_rd3\osd_cdat.h"
#include "Osd\GenFiles57xx_rd3\osd_clpt.h"
#include "Osd\GenFiles57xx_rd3\osd_ctype.h"
#include "Osd\GenFiles57xx_rd3\osd_dat.h"
#include "Osd\GenFiles57xx_rd3\osd_glph.h"
#include "Osd\GenFiles57xx_rd3\osd_trtbl.h"
#include "Osd\GenFiles57xx_rd3\osd_uadj.h"
#include "Osd\GenFiles57xx_rd3\osd_uset.h"
#include "Osd\GenFiles57xx_rd3\nvtable.h"
#elif defined(EV_BD_B_57XX) && ( BOARD == EV_BD_B_57XX )
#include "Osd\GenFiles57xx_evbd_b\osd_act.h"
#include "Osd\GenFiles57xx_evbd_b\osd_cdat.h"
#include "Osd\GenFiles57xx_evbd_b\osd_clpt.h"
#include "Osd\GenFiles57xx_evbd_b\osd_ctype.h"
#include "Osd\GenFiles57xx_evbd_b\osd_dat.h"
#include "Osd\GenFiles57xx_evbd_b\osd_glph.h"
#include "Osd\GenFiles57xx_evbd_b\osd_trtbl.h"
#include "Osd\GenFiles57xx_evbd_b\osd_uadj.h"
#include "Osd\GenFiles57xx_evbd_b\osd_uset.h"
#include "Osd\GenFiles57xx_evbd_b\nvtable.h"
#else
#include "Osd\GenFiles57xx\osd_act.h"
#include "Osd\GenFiles57xx\osd_cdat.h"
#include "Osd\GenFiles57xx\osd_clpt.h"
#include "Osd\GenFiles57xx\osd_ctype.h"
#include "Osd\GenFiles57xx\osd_dat.h"
#include "Osd\GenFiles57xx\osd_glph.h"
#include "Osd\GenFiles57xx\osd_trtbl.h"
#include "Osd\GenFiles57xx\osd_uadj.h"
#include "Osd\GenFiles57xx\osd_uset.h"
#include "Osd\GenFiles57xx\nvtable.h"
#endif
#elif defined(TUCSON) // For 26xx
#include "inc\26xx_config.h"
#include "inc\26xx_options.h"
#include "gsel\gsel.h"
#include "inc\defines.h"
//#include "inc\register_56xx.h"
#include "inc\register_26xx.h"
#include "inc\26xx_board.h"
#include "gsel\gsel-26xx.h"
#include "system\hdcp.h"
#include "inc\52xx_panel.h"
#include "system\msgque.h"
#include "inc\usertimers.h"
#include "Osd\OsdLib\extOsdLib.h"
#include "System\keypad.h"
#include "inc\custom.h"
#include "Osd\OsdAdjust.h"
#include "Osd\GenFiles26xx\osd_act.h"
#include "Osd\GenFiles26xx\osd_cdat.h"
#include "Osd\GenFiles26xx\osd_clpt.h"
#include "Osd\GenFiles26xx\osd_ctype.h"
#include "Osd\GenFiles26xx\osd_dat.h"
#include "Osd\GenFiles26xx\osd_glph.h"
#include "Osd\GenFiles26xx\osd_trtbl.h"
#include "Osd\GenFiles26xx\osd_uadj.h"
#include "Osd\GenFiles26xx\osd_uset.h"
#include "Osd\GenFiles26xx\nvtable.h"
#elif defined(PHOENIX) // For 56xx
#include "inc\56xx_config.h"
#include "inc\56xx_options.h"
#include "gsel\gsel.h"
#include "inc\defines.h"
#include "inc\register_56xx.h"
#include "inc\56xx_board.h"
#include "gsel\gsel-56xx.h"
#include "system\hdcp.h"
#include "inc\52xx_panel.h"
#include "system\msgque.h"
#include "inc\usertimers.h"
#include "Osd\OsdLib\extOsdLib.h"
#include "System\keypad.h"
#include "inc\custom.h"
#include "Osd\OsdAdjust.h"
#include "Osd\GenFiles56xx\osd_act.h"
#include "Osd\GenFiles56xx\osd_cdat.h"
#include "Osd\GenFiles56xx\osd_clpt.h"
#include "Osd\GenFiles56xx\osd_ctype.h"
#include "Osd\GenFiles56xx\osd_dat.h"
#include "Osd\GenFiles56xx\osd_glph.h"
#include "Osd\GenFiles56xx\osd_trtbl.h"
#include "Osd\GenFiles56xx\osd_uadj.h"
#include "Osd\GenFiles56xx\osd_uset.h"
#include "Osd\GenFiles56xx\nvtable.h"
#else // For 52xx
#include "inc\52xx-config.h"
#include "inc\options.h"
#include "gsel\gsel.h"
#include "inc\defines.h"
#include "inc\register.h"
#include "inc\52xx_board.h"
#include "gsel\gsel-52xx.h"
#include "system\hdcp.h"
#include "inc\52xx_panel.h"
#include "system\msgque.h"
#include "inc\usertimers.h"
#include "Osd\OsdLib\extOsdLib.h"
#include "System\keypad.h"
#include "inc\custom.h"
#include "Osd\OsdAdjust.h"
#include "Osd\GenFiles\osd_act.h"
#include "Osd\GenFiles\osd_cdat.h"
#include "Osd\GenFiles\osd_clpt.h"
#include "Osd\GenFiles\osd_ctype.h"
#include "Osd\GenFiles\osd_dat.h"
#include "Osd\GenFiles\osd_glph.h"
#include "Osd\GenFiles\osd_trtbl.h"
#include "Osd\GenFiles\osd_uadj.h"
#include "Osd\GenFiles\osd_uset.h"
#include "Osd\GenFiles\nvtable.h"
#endif
#include "nvram\nvram_def.h"
#include "inc\prototypes.h"
#include "inc\externs.h"
#include "nvram\nv_functions.h"
#include "inc\exceptions.h"
#if (USE_VPORT && USE_GSEL_DRVR_MODEL && (DEV_VIDEO_DECODER == DEV_SAA7119))
#include ".\device\saa7119.h"
#elif (USE_VPORT && USE_GSEL_DRVR_MODEL && (DEV_VIDEO_DECODER == DEV_TW9910))
#include ".\device\TW9910.h"
#elif (USE_VPORT && USE_GSEL_DRVR_MODEL && (DEV_VIDEO_DECODER == DEV_TW9906))
#include ".\device\TW9906.h"
#elif (USE_VPORT && USE_GSEL_DRVR_MODEL && (DEV_VIDEO_DECODER == DEV_VPC3230))
#include ".\device\vpc_regs.h"
#include ".\device\vpc3230.h"
#endif
#ifdef PHOENIX
#include ".\device\vpc_regs.h"
#include ".\device\vpc3230.h"
#endif
#if (USE_AUDIO && USE_GSEL_DRVR_MODEL && (DEV_AUDIO_DECODER == DEV_TDA7496))
#include ".\device\TDA7496.h"
#endif
#include "main\testpattern.h"
#include "system\vblank.h"
#if USE_SMT
#include "smt\smt.h"
#endif
#if USE_SMT && USE_ACM_3D
#include "smt\smt_acm3.h"
#endif
#pragma option -zIOSD_DATSEG
#endif // __ALL_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -