Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 f9daq 1
;===========================================================
2
; File    : pcicc32.inf
3
;
4
; Abstract: Windows 2000 INF for PCICC32 boards from ARW Elektronik, Germany
5
;
6
;===========================================================
7
 
8
 
9
[Version]
10
Signature   = $CHICAGO$
11
Provider    = %ARW%
12
Class       = %PCICC32_class_name%
13
ClassGUID   = {c4ad1dfa-3e35-4659-bf2b-c83cda6833e1}
14
DriverVer   = 06/18/2002,2.3.0.4
15
 
16
 
17
;-----------------------------------------------------------
18
; Driver information
19
;-----------------------------------------------------------
20
 
21
[Manufacturer]
22
%ARW_MFG% = ARW.Mfg
23
 
24
[ARW.Mfg]
25
PCICC32 CAMAC Interface = Install_PCICC32, PCI\VEN_10B5&DEV_2258
26
PCICC32 CAMAC Interface = Install_PCICC32, PCI\VEN_10B5&DEV_2258&SUBSYS_22589050
27
PCICC32 CAMAC Interface = Install_PCICC32, PCI\VEN_10B5&DEV_2258&SUBSYS_22589050&REV_01
28
PCICC32 CAMAC Interface = Install_PCICC32, PCI\VEN_10B5&DEV_2258&SUBSYS_22589050&REV_02
29
 
30
[ClassInstall32]
31
AddReg=PCICC32_class_addreg
32
 
33
[PCICC32_class_addreg]
34
HKR,,,,%PCICC32_class_name%
35
HKR,,Icon,0,0
36
 
37
 
38
;-----------------------------------------------------------
39
; General installation section
40
;-----------------------------------------------------------
41
 
42
[CopyFiles_9050]
43
pcicc32.sys,,,2
44
 
45
 
46
;-----------------------------------------------------------
47
; Windows 2000 installation section
48
;-----------------------------------------------------------
49
 
50
[Install_PCICC32.NT]
51
AddReg    = AddRegistry_NT_9050
52
CopyFiles = CopyFiles_9050
53
 
54
 
55
[Install_PCICC32.NT.Services]
56
AddService = pcicc32, 0x00000002, Service_Inst_9050, EventLog_Inst_9050
57
 
58
 
59
[AddRegistry_NT_9050]
60
 
61
 
62
[Service_Inst_9050]
63
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
64
StartType      = 3                  ; SERVICE_DEMAND_START
65
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
66
ServiceBinary  = %12%\pcicc32.sys
67
 
68
 
69
;-----------------------------------------------------------
70
; Event log registry entries
71
;-----------------------------------------------------------
72
 
73
[EventLog_Inst_9050]
74
AddReg = EventLog_AddReg_9050
75
 
76
 
77
[EventLog_AddReg_9050]
78
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\pcicc32.sys"
79
HKR,,TypesSupported,0x00010001,7
80
 
81
 
82
;-----------------------------------------------------------
83
; Source file information
84
;-----------------------------------------------------------
85
 
86
[SourceDisksNames.x86]
87
1 = %InstallDisk%,"",1
88
 
89
[SourceDisksFiles]
90
pcicc32.sys = 1
91
 
92
[DestinationDirs]
93
DefaultDestDir = 12      ; drivers
94
 
95
 
96
;-----------------------------------------------------------
97
; String information
98
;-----------------------------------------------------------
99
 
100
[Strings]
101
InstallDisk = "ARW Elektronik Windows Driver Installation Disk"
102
ARW_MFG     = "ARW Elektronik, Germany"
103
ARW         = "ARW Elektronik, Germany"
104
PCICC32_class_name = "ARW BUS Interfaces"