//==========================================================================;
//
// File:		REGISTRY.H
//
// Purpose:		To provide Header file for ATI WDM Registry configurations
//
// Notes:		This file is provided under strict non-disclosure agreements
//				it is and remains the property of ATI Technologies Inc.
//				Any use of this file or the information it contains to
//				develop products commercial or otherwise must be with the
//				permission of ATI Technologies Inc.
//
// Copyright (C) 1997 - 1998, ATI Technologies Inc.
//
//==========================================================================;

#define	REGISTRY_BUFFER_SIZE				6

#define	WDM_REGISTRY_KEY					"ATI WDM Configurations"

#define	WDM_REG_MULTIMEDIA					"ATI WDM Configurations\\Multimedia Table"
#define	UNICODE_WDM_REG_MULTIMEDIA			L"ATI WDM Configurations\\Multimedia Table"

#define	WDM_REG_MM_TUNER					"Tuner Type"
#define	UNICODE_WDM_REG_MM_TUNER			L"Tuner Type"

#define	WDM_REG_MM_DECODER					"Decoder Type"
#define	UNICODE_WDM_REG_MM_DECODER			L"Decoder Type"

#define WDM_REG_MM_DECODER_CRYSTALS			"Decoder Crystals Type"
#define UNICODE_WDM_REG_MM_DECODER_CRYSTALS	L"Decoder Crystals Type"

#define	WDM_REG_MM_AUDIO					"Audio Chip Type"
#define	UNICODE_WDM_REG_MM_AUDIO			L"Audio Chip Type"

#define	WDM_REG_MM_OEM						"OEM Id"
#define	UNICODE_WDM_REG_MM_OEM				L"OEM Id"

#define	WDM_REG_MM_ATI_PRODUCT				"ATI Product Id"
#define	UNICODE_WDM_REG_MM_ATI_PRODUCT		L"ATI Product Id"

#define WDM_REG_MM_PRODUCT_REVISION			"Product Revision Id"
#define UNICODE_WDM_REG_MM_PRODUCT_REVISION	L"Product Revision Id"

#define WDM_REG_MM_BYTE1					"MMTableByte1"
#define UNICODE_WDM_REG_MM_BYTE1			L"MMTableByte1"

#define WDM_REG_MM_BYTE6					"MMTableByte6"
#define UNICODE_WDM_REG_MM_BYTE6			L"MMTableByte6"

#define WDM_REG_MM_BYTE7					"MMTableByte7"
#define UNICODE_WDM_REG_MM_BYTE7			L"MMTableByte7"

#define WDM_REG_I2C							"ATI WDM Configurations\\I2C Configuration"
#define UNICODE_WDM_REG_I2C					L"ATI WDM Configurations\\I2C Configuration"

#define WDM_REG_I2C_METHOD					"I2C Method"
#define UNICODE_WDM_REG_I2C_METHOD			L"I2C Method"

#define WDM_REG_TVOUT						"ATI WDM Configurations\\TVOut Configuration"
#define UNICODE_WDM_REG_TVOUT				L"ATI WDM Configurations\\TVOut Configuration"

#define WDM_REG_TVOUT_INFO					"TVOut Information"
#define UNICODE_WDM_REG_TVOUT_INFO			L"TVOut Information"

#define WDM_DEBUGLEVEL_INFO					"DebugLevel"
#define UNICODE_WDM_DEBUGLEVEL_INFO			L"DebugLevel"

#define WDM_DRIVER_NAME						"NTMPDriver"
#define UNICODE_WDM_DRIVER_NAME				L"NTMPDriver"

#define WDM_I2CLOG_ENABLE					"I2CLog Enable"
#define UNICODE_WDM_I2CLOG_ENABLE			L"I2CLog Enable"

#define WDM_I2CLOG_FILENAME					"I2CLog FileName"
#define UNICODE_WDM_I2CLOG_FILENAME			L"I2CLog FileName"

#define WDM_I2CLOG_DEFAULTEXTENSION			"i2c"
#define UNICODE_WDM_I2CLOG_DEFAULTEXTENSION	L"i2c"

#define WDM_I2CLOG_ABSOLUTEPATH				"\\SystemRoot\\system32\\drivers\\"
#define UNICODE_WDM_I2CLOG_ABSOLUTEPATH		L"\\SystemRoot\\system32\\drivers\\"


