NAV_ERR.H
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:2k
- /* **************************************************************************************
- * Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
- * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
- *
- * File: $Workfile: NAV_ERR.H $
- *
- * Description:
- * ============
- * DVD navigation error desacription
- *
- * Log:
- * ====
- * $Revision: 4 $
- * Last Modified by $Author: Angieh $ at $Modtime: 04-02-25 19:03 $
- ****************************************************************************************
- * Updates:
- ****************************************************************************************
- * $Log: /I76/I76_Common/I76_Reference/Playcore/Nav_DVD/Header/NAV_ERR.H $
- *
- * 4 04-02-25 19:04 Angieh
- * Add error type DVDNAV_ERR_WATERMARK_STOP.
- *
- * 3 2/20/04 6:16p Glenl
- * Merged S1 code
- *
- * 2 12/30/03 11:28a Leonh
- * Angieh:Change for DVD AUDIO navigator header.
- *
- * 4 8/20/03 2:56p Leonh
- * Merge dvd audio code with the latest nav_dvd code with reference
- *
- *
- * 1 03-04-28 11:15 Fwang
- * Initial for DVDA
- *
- * 2 23/04/02 9:34 Nirm
- * - Added dependency in "Config.h".
- *
- * 1 2/17/02 12:12 Rinata
- *
- * 4 9/01/02 16:40 Nirm
- * Corrected Include-Paths.
- *
- * 3 9/01/02 14:53 Atai
- * Code cleaning
- **************************************************************************************** */
- #include "Config.h" // Global Configuration - do not remove!
- #ifndef _NAV_ERR_H
- #define _NAV_ERR_H
- #include "PlaycoreCoremaincore_err.h"
- #define DVDNAV_ERR_PROHIBITED_UOP MAKE_ERROR_CODE(DVDNAV_ERROR_BASE, 1 )
- #define DVDNAV_ERR_PARENTAL_LEVEL_PROHIBIT MAKE_ERROR_CODE(DVDNAV_ERROR_BASE, 2 )
- #define DVDNAV_ERR_REPEAT_AB_PROHIBIT MAKE_ERROR_CODE(DVDNAV_ERROR_BASE, 3 ) /* ZORAN TC0131 */
- #define DVDNAV_ERR_STOP MAKE_ERROR_CODE(DVDNAV_ERROR_BASE, 4 ) /* ZORAN BMV0209 */
- #define DVDNAV_ERR_INVALID_REGION MAKE_ERROR_CODE(DVDNAV_ERROR_BASE, 5 ) /* ZORAN TC0314 */
- #define DVDNAV_ERR_SHUFFLE_PROHIBIT MAKE_ERROR_CODE(DVDNAV_ERROR_BASE, 6 ) /* ZORAN TC0330 */
- // <<< ZKR GL082103 : Added invalid TV system error code.
- #if defined(D_PROHIBIT_PAL_TO_NTSC)
- #define DVDNAV_ERR_INVALID_TV_SYSTEM MAKE_ERROR_CODE(DVDNAV_ERROR_BASE, 8 )
- #endif
- // ZKR GL082103 >>>
- #ifdef WATERMARK_SUPPORT
- #define DVDNAV_ERR_WATERMARK_STOP MAKE_ERROR_CODE(DVDNAV_ERROR_BASE, 9)
- #endif
- #endif