eusbsc9x.inf

来自「指纹识别芯片FPS200的驱动,可直接调用」· INF 代码 · 共 62 行

INF
62
字号
[Version]
Signature="$CHICAGO$"
Class=SmartCard
Provider=%Mfg%
LayoutFile=layout.inf

[DestinationDirs]
DriverFiles=10,System32\Drivers
InfFiles=10,INF

[Manufacturer]
%SCM%= SCM

[DriverFiles]
;eusbsc9x.sys,,,2
eusbsc9x.sys, eusbsc9x.sy_

[InfFiles]
eusbsc9x.inf

[SCM]
%USB\SCM_EUSB_SC.DeviceDesc%=scm_install,BIOMETRIC\VID4E6_PID_D000B001

[scm_install]
CopyFiles=DriverFiles, InfFiles
AddReg=scm.AddReg

[scm_install.Services]
AddService = eusbsc9x,2,UsbscServiceInstallSection

[UsbscAddreg]
HKR,,Polarity,0,%Polarity%

[scm.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,eusbsc9x.sys

[UsbscServiceInstallSection]
DisplayName     = %UsbscServiceDesc%
ServiceType     = 1
StartType       = 2
ErrorControl    = 1
ServiceBinary   = %10%\System32\Drivers\eusbsc9x.sys
LoadOrderGroup  = Smart Card Reader
AddReg          = UsbscAddreg


;
; Change Polarity string to reflect the type of the Smart Card Detect Switch
; Use "Normal" for switches which are Closed when there is no Smart Card
; Use "Inverse" for switches which are Open when there is no Smart Card
;


[Strings]
Mfg="SCM Microsystems Inc."
UsbscServiceDesc="eUSB Smart card driver"
SCM ="SCM Microsystems Inc.,"
USB\SCM_EUSB_SC.DeviceDesc="eUSB Smart card driver"
Polarity ="Inverse"

⌨️ 快捷键说明

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