; ; RemotePosDrv.inf ; [Version] Signature="$Windows NT$" Class=RemotePosDevice ClassGuid={13E42DFA-85D9-424D-8646-28A70F864F9C} Provider=%ManufacturerName% DriverVer=06/21/2006,10.0.14393.0 [Manufacturer] %ManufacturerName%=Standard,NTamd64 [Standard.NTamd64] %DeviceName%=RemotePos_Install, MSFT_REMOTEPOS_DEVICE [ClassInstall32] AddReg=SampleClass_RegistryAdd [SampleClass_RegistryAdd] HKR,,,,%ClassName% HKR,,Icon,,"-10" [SourceDisksFiles] RemotePosDrv.dll=1 [SourceDisksNames] 1 = %DiskName% ; =================== UMDF Device ================================== [RemotePos_Install.NT] CopyFiles=UMDriverCopy [RemotePos_Install.NT.hw] [RemotePos_Install.NT.Services] AddService=WUDFRd,0x000001fa,WUDFRD_ServiceInstall [RemotePos_Install.NT.CoInstallers] AddReg=CoInstallers_AddReg [RemotePos_Install.NT.Wdf] UmdfService=RemotePosDrv,RemotePosDrv_Install UmdfServiceOrder=RemotePosDrv [RemotePosDrv_Install] UmdfLibraryVersion=2.15.0 ServiceBinary=%12%\UMDF\RemotePosDrv.dll UmdfExtensions=PosCx0102 [WUDFRD_ServiceInstall] DisplayName = %WudfRdDisplayName% ServiceType = 1 StartType = 3 ErrorControl = 1 ServiceBinary = %12%\WUDFRd.sys LoadOrderGroup = Base [CoInstallers_AddReg] HKR,,CoInstallers32,0x00010000,"WUDFCoinstaller.dll" [DestinationDirs] UMDriverCopy=12,UMDF ; copy to drivers\umdf [UMDriverCopy] RemotePosDrv.dll ; =================== Generic ================================== [Strings] ManufacturerName="Microsoft" ClassName="POS Remote Device" DiskName = "POS Remote Device Installation Disk" WudfRdDisplayName="Windows Driver Foundation - User-mode Driver Framework Reflector" DeviceName="POS Remote Device"