Sample Code

Windows Driver Samples/ WPDHelloWorld sample driver for portable devices/ C++/ WpdHelloWorldDriver.inx/

;
; WpdHelloWorldDriver.inf
;

[Version]
Signature="$Windows NT$"
Class=WPD
ClassGuid={EEC5AD98-8080-425f-922A-DABF3DE3F69A}
Provider=%Provider%
CatalogFile=WpdHelloWorldDriver.cat
DriverVer=01/24/2005,1.1.1.1

[Manufacturer]
%MSFTWUDF%=Microsoft,NT$ARCH$

[Microsoft.NT$ARCH$]
%BasicDeviceName%=Basic_Install,WUDF\WpdHelloWorld

[SourceDisksFiles]
WudfUpdate_$UMDFCOINSTALLERVERSION$.dll=1
WpdHelloWorldDriver.dll=1

[SourceDisksNames]
1 = %MediaDescription%

; =================== WPD Sample Device ==================================

[Basic_Install]
CopyFiles=System32Copy

[Basic_Install.hw]
AddReg=Device_AddReg

[Basic_Install.Services]
AddService=WUDFRd,0x000001fa,WUDFRD_ServiceInstall

[Basic_Install.CoInstallers]
AddReg=Basic_Install.CoInstallers_AddReg
CopyFiles = CoInstallers_CopyFiles

[Basic_Install.CoInstallers_AddReg]
HKR,,CoInstallers32,0x00010000,"WudfUpdate_$UMDFCOINSTALLERVERSION$.dll"

[Basic_Install.Wdf]
UmdfService=WpdHelloWorldDriver, WpdHelloWorldDriver_Install
UmdfServiceOrder=WpdHelloWorldDriver

[CoInstallers_CopyFiles]
WudfUpdate_$UMDFCOINSTALLERVERSION$.dll

[WpdHelloWorldDriver_Install]
UmdfLibraryVersion=$UMDFVERSION$
DriverCLSID="{EC7445EE-BC00-4CED-AFE7-A52849F10239}"
ServiceBinary=%12%\UMDF\WpdHelloWorldDriver.dll

[Device_AddReg]
; Enable WIA support for legacy WIA applications
HKR,,"EnableLegacySupport",0x10001,1

; Enable default AutoPlay support
HKR,,"EnableDefaultAutoPlaySupport",0x10001,1

[WUDFRD_ServiceInstall]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\WUDFRd.sys

[DestinationDirs]
System32Copy=12,UMDF ; copy to system32\drivers\umdf

[System32Copy]
WpdHelloWorldDriver.dll


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

[Strings]
MSFTWUDF="Microsoft Windows Portable Devices"
Provider="Microsoft WPD"
MediaDescription="Windows Portable Device Hello World Sample Driver Installation Media"
BasicDeviceName="Windows Portable Device Hello World Sample Driver"

Our Services

  • What our customers say about us?

© 2011-2024 All Rights Reserved. Joya Systems. 4425 South Mopac Building II Suite 101 Austin, TX 78735 Tel: 800-DEV-KERNEL

Privacy Policy. Terms of use. Valid XHTML & CSS