📄 pci9052demo.inf
字号:
[Version]
Signature = "$CHICAGO$"
Provider = %pci9052demo%
Class = PciDevelopCard
ClassGUID = {2919F41D-410F-4c14-A18E-5E4F8391529C}
DriverVer = 01/30/2002, 1.0.0.0
[ClassInstall32] ;a new class will be added to
Addreg=PciDevelopCardClassReg ;the system registry
;(HKLMSystemCurrentControlclass)
[PciDevelopCardClassReg]
HKR,,,,%ClassName%
HKR,,Icon,,"-18"
;-----------------------------------------------------------
; Driver information
;-----------------------------------------------------------
[Manufacturer]
%pci9052demo% = pci9052demo.Mfg
[pci9052demo.Mfg]
%PciDevelopCard% = PciDevelopCard.DDInstall, PCI\VEN_10ba&DEV_1000
;-----------------------------------------------------------
; Source file information
;-----------------------------------------------------------
[DestinationDirs]
PciDevelopCard.Files.Driver=10,System32\Drivers
PciDevelopCard.Files.Driver.NTx86=10,System32\Drivers
[SourceDisksNames]
1 ="PCI9052Demo build directory",,,
[SourceDisksFiles.x86]
PCI9052Demo.sys = 1,\objchk\i386
;-----------------------------------------------------------
; Windows 2000 installation section
;-----------------------------------------------------------
[PciDevelopCard.DDInstall.NTx86]
AddReg = PciDevelopCard.AddRegistry
CopyFiles = PciDevelopCard.Files.Driver.NTx86
[PciDevelopCard.Files.Driver.NTx86]
PCI9052Demo.sys,,,2 ;Don't allow user to skip file.
[PciDevelopCard.DDInstall.NTx86.Services]
AddService = PciDevelopCard, 0x00000002, PciDevelopCard.Service ;, PCI9052Demo.EventLog
[PciDevelopCard.AddRegistry]
[PciDevelopCard.Service]
DisplayName = %PciDevelopCard.ServiceName%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
ServiceBinary = %10%\System32\Drivers\PCI9052Demo.sys
;-----------------------------------------------------------
; Windows 98 installation section
;-----------------------------------------------------------
[PCI9052Demo.DDInstall]
AddReg = AddRegistry_Can1000
CopyFiles = PCI9052Demo.Files.Driver
[AddRegistry_PCI9052Demo]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,PCI9052Demo.sys
HKR,,ErrorLogLevel,0x00010003,2
[PCI9052Demo.Files.Driver]
PCI9052Demo.sys
;-----------------------------------------------------------
; Event log registry entries
;-----------------------------------------------------------
[PciDevelopCard.EventLog]
AddReg = EventLog_AddReg_PciDevelopCard
[EventLog_AddReg_PciDevelopCard]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\Can1000.sys"
HKR,,TypesSupported,0x00010001,7
;-----------------------------------------------------------
; String information
;-----------------------------------------------------------
[Strings]
InstallDisk = "pci9052demo Windows Driver Installation Disk"
pci9052demo = "pci9052demo Technology, Inc."
PciDevelopCard = "PCI9052Demo Card"
PciDevelopCard.ServiceName = "PCI9052Demo Card"
ClassName = "PciDevelopCard"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -