📄 xusbdrvr.inf
字号:
; Installation file (.inf) for "Xilinx Platform Cable USB" device
; Copyright (c) 2003 Xilinx, Inc.
;
[Version]
Signature="$CHICAGO$" ; Represents all Windows OSs
Class="Programming cables"
ClassGUID = {62C3B72B-1D17-42ed-8412-6DFE78954552}
Provider=%xilinx%
DriverVer=11/10/2005, 1.0.2.1
; Driver information
; ------------------
[Manufacturer]
%Mfg%=DeviceList
[DeviceList]
"Xilinx Platform Cable USB"=Install, USB\VID_03FD&PID_0008
"Xilinx Platform Cable USB Firmware Loader"=Install.Loader, USB\VID_03FD&PID_0007
"Xilinx Embedded Platform USB Firmware Loader"=Install.Loader, USB\VID_03FD&PID_0009
"Xilinx USB Xpress Platform Cable Firmware Loader"=Install.Loader, USB\VID_03FD&PID_000B
"Xilinx Embedded Platform USB Firmware Loader"=Install.Loader, USB\VID_03FD&PID_000D
"Xilinx Platform Cable USB Firmware Loader"=Install.Loader, USB\VID_03FD&PID_000F
; Installation section
; --------------------
[Install] ; Installation script for Windows 2000/XP
CopyFiles=FilesToCopy
AddReg=UpDateRegistry
[Install.Loader] ; Installation script for Windows 2000/XP
CopyFiles=FilesToCopy.Loader
AddReg=UpDateRegistry.Loader
[FilesToCopy]
; To copy windrvr6.sys upon installation remove the ';' from the start of the following line
;windrvr6.sys ,,,0x40 ; 0x40 == COPYFLG_OVERWRITE_OLDER_ONLY
[FilesToCopy.Loader]
xusbdfwu.sys ,,,0x20 ; 0x20 == COPYFLG_NO_VERSION_DIALOG
[ClassInstall32] ; Register a new class in Windows 2k/XP
AddReg=UpDateRegistry
[ClassInstall32.Loader] ; Register a new class in Windows 2000/XP
AddReg=UpDateRegistry.Loader
[UpDateRegistry]
HKR,,,,"Programming cables"
HKR,,Icon,,-5
;HKR,,DevLoader,,*ntkern
;HKR,,NTMPDriver,,windrvr6.sys
[UpDateRegistry.Loader]
HKR,,,,"Programming cables"
HKR,,Icon,,-5
;HKR,,DevLoader,,*ntkern
;HKR,,NTMPDriver,,xusbdfwu.sys
[ControlFlags]
ExcludeFromSelect = * ; Remove all devices listed in this INF file
; from the display shown to the end user (a PNP device shouldn't
; be manually loaded).
[PreCopySection]
HKR,,NoSetupUI,,1
; Defining WinDriver6 Service
; ---------------------------
[Install.Services]
Addservice=WinDriver6, 0x00000002, Service_Info
[Install.Loader.Services]
Addservice=XilinxFirmwareLoader, 0x00000002, Service_Info.Loader
[Service_Info]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\windrvr6.sys
[Service_Info.Loader]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\xusbdfwu.sys
; Source file information
; -----------------------
[SourceDisksFiles]
windrvr6.sys=1 ; This indicates that the windrvr6.sys file is located on
; disk number 1 of "Xilinx, Inc. Installation disks" set.
xusbdfwu.sys=1
[SourceDisksNames]
1="Xilinx, Inc. Installation Disk",, ; This indicates that disk number 1
; has the label "Xilinx, Inc. Installation Disk". The installer will
; search for windrvr6.sys in this disk.
[DestinationDirs]
DefaultDestDir=10, System32\Drivers ; The location to which the windrvr6.sys
; file will be copied (10 translates to the correct Windows directory
; on the target machine).
;---------------------------------------------------------------;
[Strings]
xilinx="Xilinx, Inc."
Mfg="Xilinx, Inc."
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -