Subversion Repositories f9daq

Rev

Blame | Last modification | View Log | RSS feed

;===========================================================
; File    : pcicc32.inf
;
; Abstract: Windows 2000 INF for PCICC32 boards from ARW Elektronik, Germany
;
;===========================================================


[Version]
Signature   = $CHICAGO$
Provider    = %ARW%
Class       = %PCICC32_class_name%
ClassGUID   = {c4ad1dfa-3e35-4659-bf2b-c83cda6833e1}
DriverVer   = 06/18/2002,2.3.0.4


;-----------------------------------------------------------
; Driver information
;-----------------------------------------------------------

[Manufacturer]
%ARW_MFG% = ARW.Mfg

[ARW.Mfg]
PCICC32 CAMAC Interface = Install_PCICC32, PCI\VEN_10B5&DEV_2258
PCICC32 CAMAC Interface = Install_PCICC32, PCI\VEN_10B5&DEV_2258&SUBSYS_22589050
PCICC32 CAMAC Interface = Install_PCICC32, PCI\VEN_10B5&DEV_2258&SUBSYS_22589050&REV_01
PCICC32 CAMAC Interface = Install_PCICC32, PCI\VEN_10B5&DEV_2258&SUBSYS_22589050&REV_02

[ClassInstall32]
AddReg=PCICC32_class_addreg

[PCICC32_class_addreg]
HKR,,,,%PCICC32_class_name%
HKR,,Icon,0,0


;-----------------------------------------------------------
; General installation section
;-----------------------------------------------------------

[CopyFiles_9050]
pcicc32.sys,,,2


;-----------------------------------------------------------
; Windows 2000 installation section
;-----------------------------------------------------------

[Install_PCICC32.NT]
AddReg    = AddRegistry_NT_9050
CopyFiles = CopyFiles_9050


[Install_PCICC32.NT.Services]
AddService = pcicc32, 0x00000002, Service_Inst_9050, EventLog_Inst_9050


[AddRegistry_NT_9050]


[Service_Inst_9050]
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
ServiceBinary  = %12%\pcicc32.sys


;-----------------------------------------------------------
; Event log registry entries
;-----------------------------------------------------------

[EventLog_Inst_9050]
AddReg = EventLog_AddReg_9050


[EventLog_AddReg_9050]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\pcicc32.sys"
HKR,,TypesSupported,0x00010001,7


;-----------------------------------------------------------
; Source file information
;-----------------------------------------------------------

[SourceDisksNames.x86]
1 = %InstallDisk%,"",1

[SourceDisksFiles]
pcicc32.sys = 1

[DestinationDirs]
DefaultDestDir = 12      ; drivers


;-----------------------------------------------------------
; String information
;-----------------------------------------------------------

[Strings]
InstallDisk = "ARW Elektronik Windows Driver Installation Disk"
ARW_MFG     = "ARW Elektronik, Germany"
ARW         = "ARW Elektronik, Germany"
PCICC32_class_name = "ARW BUS Interfaces"