eusbsc2k.inf

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

INF
60
字号
; EUSBSC2K.INF
; Copyright (c) Veridicom, Inc. 1999-2002

[Version]
Signature="$WINDOWS NT$"
Class=SmartCardReader
ClassGuid={50DD5230-BA8A-11D1-BF5D-0000F805F530}
Provider=%SCM%
DriverVer=07/15/2002,3.0.0.1
CatalogFile=eusbsc2k.cat

[DestinationDirs]
DriverFiles=10,System32\Drivers

[Manufacturer]
%SCM%= SCM

[SourceDisksNames]
1 = %InstallDisk%,,,

[SourceDisksFiles]
eusbsc2k.sy_ = 1

[DriverFiles]
eusbsc2k.sys, eusbsc2k.sy_

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

[scm_install]
CopyFiles=DriverFiles
CopyINF=eusbsc2k.inf
AddReg=UsbscAddreg

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

[UsbscAddreg]
HKR,,Polarity,0,%Polarity%
;
; 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
;

[UsbscServiceInstallSection]
DisplayName     = %UsbscServiceDesc%
ServiceType     = 1
StartType       = 3
ErrorControl    = 1
ServiceBinary   = %10%\System32\Drivers\eusbsc2k.sys
LoadOrderGroup  = Smart Card Reader

[Strings]
UsbscServiceDesc="eUSB Smart card driver"
SCM ="SCM Microsystems Inc."
USB\SCM_EUSB_SC.DeviceDesc="eUSB Smart card driver"
Polarity ="Inverse"
InstallDisk = "Veridicom Driver Installation Disk"

⌨️ 快捷键说明

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