📄 pci954.inf
字号:
;/*++
;
;Copyright (c) 1990-2000 Microsoft Corporation All rights Reserved
;
;Module Name:
;
; Portio.INF
;
;Abstract:
; INF file for installing sample portio driver
;
;--*/
[Version]
Signature="$WINDOWS NT$"
Class=NewPCI ;Sample
;ClassGuid={78A1C346-4539-11d3-B88D-00C04FAD5171} ;全新的设备PCI954 Drivers 1.0
;ClassGuid={78A1C347-4539-11d3-B88D-00C04FAD5171} ;全新的设备PCI954 Drivers 1.1
;ClassGuid={78A1C348-4539-11d3-B88D-00C04FAD5171} ;全新的设备PCI954 Drivers 1.2
;ClassGuid={ff646f80-8def-11d2-9449-00105a075f6b} ;PCI0301的号
ClassGuid={ff646f80-8def-11d2-9449-00105a075f6c} ;njh20080118
;ClassGuid={ff646f8f-8def-11d2-9449-00105a075f6b} ;在PCI0301的基础上增加号1.3
Provider=%MSFT%
DriverVer=06/16/1999,5.00.2072
[DestinationDirs]
;DefaultDestDir = 12
DefaultDestDir = 10,System32\Drivers
; ================= Class section =====================
[ClassInstall32]
Addreg=SampleClassReg
[SampleClassReg]
HKR,,,0,%ClassName%
HKR,,Icon,,-5
; ================= Device Install section =====================
[Manufacturer]
%MSFT%=MSFT
;[SourceDisksFiles]
;PCI954.sys=1
;[SourceDisksNames]
;1=%DISK_NAME%,
[MSFT]
; DisplayName Section DeviceId
; ----------- ------- --------
;%PortIO.DRVDESC%=PortIO_Inst,root\portio
;%PortIO.DRVDESC%=PortIO_Inst,PCI\VEN_0011&DEV_8357&SUBSYS_83570011&REV_02
%PortIO.DRVDESC%=PortIO_Inst,PCI\VEN_0011&DEV_8357&SUBSYS_83570011&REV_02
[PortIO_Inst.NT]
CopyFiles=PortIO.CopyFiles
[PortIO.CopyFiles]
PCI954.sys
[PortIO_Inst.NT.Services]
;AddService=portio,0x00000002,PortIO_Service
AddService=PCI954,0x00000002,PortIO_Service
[PortIO_Service]
;DisplayName = %PortIO.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
;ServiceBinary = %12%\PCI954.sys
ServiceBinary = %10%\System32\Drivers\PCI954.sys
[Strings]
MSFT = "HT835711"
ClassName = "PCI954 Drivers 1.0"
;PortIO.SVCDESC = "PCI954 Service 1.0"
PortIO.DRVDESC = "PCI954"
;DISK_NAME = "PCI954 Install Disk"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -