euvfps2k.inf
来自「指纹识别芯片FPS200的驱动,可直接调用」· INF 代码 · 共 75 行
INF
75 行
; euvfps2k.INF
; Copyright (c) Veridicom, Inc. 1999-2002
[Version]
Signature="$CHICAGO$"
Class=Biometric
ClassGuid={53D29EF7-377C-4D14-864B-EB3A85769359}
Provider=%SCMMfg%
DriverVer=07/15/2002,3.0.0.1
CatalogFile = euvfps2k.cat
; =================== Class Sections ===========================
[ClassInstall32]
Addreg=Biometric_AddReg
[Biometric_AddReg]
HKR,,,0,%ClassName%
; =================== Table of content =========================
[DestinationDirs]
Scm_CopyFiles=10,System32\Drivers
Veridicom_CopyFiles= 11
[SourceDisksNames]
1 = %InstallDisk%,,,
[SourceDisksFiles]
euvfps2k.sy_ = 1
vfsscusb.dl_ = 1
[Manufacturer]
%SCMMfg%= SCM
; =================== FOR SCM
[SCM]
%USB\SCM_EUSB_VERIDICOM_FP.DeviceDesc%=scm_install,BIOMETRIC\VID4E6_PID_D000B000
[scm_install]
CopyFiles=scm_copyfiles,Veridicom_CopyFiles
CopyINF=euvfps2k.inf
AddReg=Veridicom.AddReg
[scm_install.Services]
AddService = euvfps2k,2,scm_ServiceInstallSection
[scm_copyfiles]
euvfps2k.sys, euvfps2k.sy_
[Veridicom_CopyFiles]
Vfsscusb.dll, vfsscusb.dl_
[Veridicom.AddReg]
HKLM,"Software\Veridicom\Drivers","UsbComboSys",,"euvfps2k.sys"
HKLM,"Software\Veridicom\Drivers","UsbComboDll",,"vfsscusb.dll"
[scm_ServiceInstallSection]
DisplayName=%SCM_ServiceDesc%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %10%\System32\Drivers\euvfps2k.sys
LoadOrderGroup = Extended base
; =================== Generic ==================================
[ControlFlags]
[Strings]
SCM_ServiceDesc="EUSB-02 Veridicom FPS110 Sensor"
SCMMfg ="SCM Microsystems Inc.,"
USB\SCM_EUSB_VERIDICOM_FP.DeviceDesc="EUSB-02 Veridicom FPS110 Sensor"
ClassName = "Personal identification devices"
InstallDisk = "Veridicom Driver Installation Disk"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?