ppcom2k.inf

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

INF
81
字号
; PPIMW2K.INF  --

[Version]
Signature="$WINDOWS NT$"
Class=Others
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider=%MSFT%
LayoutFile=layout.inf
DriverVer=02/21/2000

;;;;Microsoft should provide ppimw2k.cat file.
;CatalogFile=ppimw2k.cat

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

[ClassInstall32]
Addreg=System_Class_addreg

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

; =================== Table of content =========================
[DestinationDirs]
Generic_CopyFiles=12
Scm_CopyFiles=12

[SourceDisksNames]
1 ="Install Disk", Disk1

[SourceDisksFiles]
ppimw2k.sys = 1

[Manufacturer]
%SCMMfg%= SCM_device

[Scm_CopyFiles]
ppimw2k.sys, ppimw2k.sy_

; =================== FOR SCM
[scm_device]
%PARALLEL_PORT\STLPORT_SCM_PPDRIVE.DeviceDesc%=scm_install,LPTENUM\VID_04E6PID_C0000008BF91


[scm_addreg]


[scm_install]
CopyFiles=Scm_CopyFiles

[scm_install.HW]
AddReg=scm_addreg

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

[PpimAddreg]
HKR,,SCMReaderType,0,%DeviceType%

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


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

[ControlFlags]

[Strings]
MSFT="Microsoft"
SCM_ServiceDesc="SCM Combo Reader"
SCMMfg ="SCM Corporation"
PARALLEL_PORT\STLPORT_SCM_PPDRIVE.DeviceDesc="SCM Combo Reader"
SystemClassName = "UnKnown"
DeviceType ="Combo"

⌨️ 快捷键说明

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