siwdm.inf

来自「The PCI Local bus concept was developed 」· INF 代码 · 共 81 行

INF
81
字号
[Version]
Signature=$CHICAGO$
Class=SIWDM
ClassGuid={9A93D7BF-7BB7-4019-BC57-22C1F3013B59}
Provider=%MFGNAME%

[Manufacturer]
%MFGNAME%=DeviceList

[DestinationDirs]
DefaultDestDir=10,System32\Drivers

[SourceDisksFiles]
siwdm.sys=1

[SourceDisksNames]
1=%INSTDISK%,,,

[DeviceList]
%DESCRIPTION%=DriverInstall,PCI\VEN_80BB&DEV_0000

;------------------------------------------------------------------------------
;  Windows 2000 Sections
;------------------------------------------------------------------------------

[DriverInstall.NT]
CopyFiles=DriverCopyFiles
DriverVer=04/25/2001
; TODO Add a LogConfig command and section if this is a legacy device

[DriverCopyFiles]
siwdm.sys,,,2

[DriverInstall.NT.Services]
AddService=SIWDM,2,DriverService

[DriverService]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%10%\system32\drivers\siwdm.sys

[DriverInstall.nt.hw]
AddReg=DriverHwAddReg

[DriverHwAddReg]
HKR,,FriendlyName,,"SIWDM"

[ClassInstall32]
AddReg=SIWDMClassReg

[SIWDMClassReg]
HKR,,,0,SIWDM
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,,siwdm.sys

[DriverInstall.hw]
AddReg=DriverHwAddReg

;------------------------------------------------------------------------------
;  String Definitions
;------------------------------------------------------------------------------

[Strings]
MFGNAME="Sheldon Instruments"
INSTDISK="SI-WDM"
DESCRIPTION="SI-DDK-AMCC-WDM Driver for PCI Devices."

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?