usb_dfu_snd1.inf

来自「MP3播放器详细设计方案」· INF 代码 · 共 71 行

INF
71
字号
;Generated by WinDriver
[Version]
Signature="$CHICAGO$"
Class=HIDClass
ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
provider=%JUNGO%
;LayoutFile=layout.inf
;DriverVer=mm/dd/yyyy

[SourceDisksNames]
1="WinDriver Installation Disk",,0

[SourceDisksFiles]
wdpnp.sys = 1
USB_DFU_SND1.inf = 1

[Manufacturer]
%MfgUSB_DFU_SND1%=USB_DFU_SND1

[USB_DFU_SND1]
; The Vendor ID is 03eb, and the Product ID is 2fff
USB_DFU_SND1=USB_DFU_SND1.Dev, USB\VID_03eb&PID_2fff

[PreCopySection]
HKR,,NoSetupUI,,1

[DestinationDirs]
USB_DFU_SND1.Files.Ext = 10,System32\Drivers
USB_DFU_SND1.Files.Inf = 10,INF

[USB_DFU_SND1.Dev]
CopyFiles=USB_DFU_SND1.Files.Ext, USB_DFU_SND1.Files.Inf
AddReg=USB_DFU_SND1.AddReg

[USB_DFU_SND1.Dev.NT]
CopyFiles=USB_DFU_SND1.Files.Ext, USB_DFU_SND1.Files.Inf
AddReg=USB_DFU_SND1.AddReg

[USB_DFU_SND1.Dev.NT.Services]
Addservice = wdpnp, 0x00000002, USB_DFU_SND1.AddService

[USB_DFU_SND1.AddService]
DisplayName    = %USB_DFU_SND1.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\wdpnp.sys
LoadOrderGroup = Base

[USB_DFU_SND1.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,wdpnp.sys

[USB_DFU_SND1.Files.Ext]
;Remove the remarks for installation on a target computer
;windrvr.sys
wdpnp.sys

[USB_DFU_SND1.Files.Inf]
;USB_DFU_SND1.Inf


;---------------------------------------------------------------;

[Strings]
JUNGO="Jungo"
Mfg="USB_DFU_SND1"
USB\USB_DFU_SND1.DeviceDesc="wdpnp.sys WinDriver USB client"
USB_DFU_SND1.SvcDesc="WinDriver USB Client"

⌨️ 快捷键说明

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