[Version]
Signature=$CHICAGO$
Class=AndorTechnology
ClassGuid={BA4CEDC2-41ED-4D3F-898D-1EE1F2C8E1CC}
Provider=%MFGNAME%

[Manufacturer]
%MFGNAME%=DeviceList

[DestinationDirs]
DefaultDestDir=10,System32\Drivers

[SourceDisksFiles]
atmcdwdm.sys=1

[SourceDisksNames]
1=%INSTDISK%,,,

[DeviceList]
%DESCRIPTION%=DriverInstall,PCI\VEN_149A&DEV_0001

;------------------------------------------------------------------------------
;  Windows 2000 Sections
;------------------------------------------------------------------------------

[DriverInstall.NT]
CopyFiles=DriverCopyFiles
DriverVer=01/01/2001
; TODO Add a LogConfig command and section if this is a legacy device

[DriverCopyFiles]
atmcdwdm.sys,,,2

[DriverInstall.NT.Services]
AddService=AndorWDM,2,DriverService

[DriverService]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%10%\system32\drivers\atmcdwdm.sys

[DriverInstall.nt.hw]
AddReg=DriverHwAddReg

[DriverHwAddReg]
HKR,,FriendlyName,,"Andor Technology PCI driver"

[ClassInstall32]
AddReg=ATMCDWDMClassReg

[ATMCDWDMClassReg]
HKR,,,0,Andor
HKR,,Icon,,-5
 
;------------------------------------------------------------------------------
;  Windows 98 Sections
;------------------------------------------------------------------------------

[DriverInstall]
AddReg=DriverAddReg
CopyFiles=DriverCopyFiles
; TODO Add a LogConfig command and section if this is a legacy device

[DriverAddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,atmcdwdm.sys

[DriverInstall.hw]
AddReg=DriverHwAddReg

;------------------------------------------------------------------------------
;  String Definitions
;------------------------------------------------------------------------------

[Strings]
MFGNAME="Andor Technology"
INSTDISK="Andor Driver"
DESCRIPTION="Andor Technology WDM Driver for PCI Device."

