euvfps9x.inf

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

INF
72
字号
; euvfps9x.INF  --

[Version]
Signature="$CHICAGO$"
Class=USB
;ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider=%Mfg%
LayoutFile=layout.inf

; =================== Class Sections ===========================

[ClassInstall32]
Addreg=System_Class_addreg

[system_class_addreg]
HKR,,,,%SystemClassName%
HKR,,Icon,,"-27"

; =================== Table of content =========================
[DestinationDirs]
scm_copyfiles=10,System32\Drivers
scm_inffiles=10,INF
veridicom_copyfiles=11

[Manufacturer]
%Mfg%= SCM

[scm_copyfiles]
euvfps9x.sys, euvfps9x.sy_

[scm_inffiles]
euvfps9x.inf

[veridicom_copyfiles]
vfsscusb.dll,vfsscusb.dl_

; =================== FOR SCM
[SCM]
%USB\SCM_EUSB_VERIDICOM_FP.DeviceDesc%=scm_install,BIOMETRIC\VID4E6_PID_D000B000

[scm_install]
CopyFiles=scm_copyfiles, scm_inffiles, veridicom_copyfiles
AddReg=scm.Addreg

[scm.AddReg]
HKLM,"Software\Veridicom\Drivers","UsbComboSys",,"euvfps9x.sys"
HKLM,"Software\Veridicom\Drivers","UsbComboDll",,"VFSSCUSB.dll"
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,euvfps9x.sys

[scm_install.Services]
AddService = euvfps9x,2,scm_ServiceInstallSection

[scm_ServiceInstallSection]
DisplayName=%SCM_ServiceDesc%
ServiceType    = 1
StartType      = 3
ErrorControl   = 1
ServiceBinary  = %12%\euvfps9x.sys
LoadOrderGroup = Extended base


; =================== Generic ==================================

[ControlFlags]

[Strings]
Mfg="SCM Microsystems Inc."
SCM_ServiceDesc="eUSB FPS110 Fingerprint driver"
USB\SCM_EUSB_VERIDICOM_FP.DeviceDesc="eUSB FPS110 Fingerprint driver"
;SystemClassName = "UnKnown"

⌨️ 快捷键说明

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