summaryrefslogtreecommitdiff
path: root/wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.inx
diff options
context:
space:
mode:
authorDave Wilson <[email protected]>2015-04-29 09:48:49 -0700
committerDave Wilson <[email protected]>2015-04-29 10:47:29 -0700
commitd40232638faaab19de557e70a3ee938da7a35295 (patch)
tree14e61c973745949af186b7940e3a53d25322f5de /wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.inx
parent02e5b090a6131a7cc1b90f4a9373117c9e3c7088 (diff)
samples update for //build
Diffstat (limited to 'wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.inx')
-rw-r--r--wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.inx81
1 files changed, 0 insertions, 81 deletions
diff --git a/wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.inx b/wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.inx
deleted file mode 100644
index 84fd3faa..00000000
--- a/wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.inx
+++ /dev/null
@@ -1,81 +0,0 @@
-;
-; WpdBasicHardwareDriver.inf
-;
-
-[Version]
-Signature="$Windows NT$"
-Class=WPD
-ClassGuid={EEC5AD98-8080-425f-922A-DABF3DE3F69A}
-Provider=%Provider%
-CatalogFile=WpdBasicHardwareDriver.cat
-DriverVer=01/24/2007,1.1.1.1
-
-[Manufacturer]
-%MSFTWUDF%=Microsoft,NT$ARCH$
-
-[Microsoft.NT$ARCH$]
-%BasicDeviceName%=Basic_Install,WUDF\WpdBasicHardware
-
-[SourceDisksFiles]
-WudfUpdate_$UMDFCOINSTALLERVERSION$.dll=1
-WpdBasicHardwareDriver.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
-
-[CoInstallers_CopyFiles]
-WudfUpdate_$UMDFCOINSTALLERVERSION$.dll
-
-[Basic_Install.CoInstallers_AddReg]
-HKR,,CoInstallers32,0x00010000,"WudfUpdate_$UMDFCOINSTALLERVERSION$.dll"
-
-[Basic_Install.Wdf]
-UmdfService=WpdBasicHardwareDriver, WpdBasicHardwareDriver_Install
-UmdfServiceOrder=WpdBasicHardwareDriver
-; Enable file-handle-based I/O targets
-UmdfDispatcher = FileHandle
-
-[WpdBasicHardwareDriver_Install]
-UmdfLibraryVersion=$UMDFVERSION$
-DriverCLSID="{EC7445EE-BC00-4CED-AFE7-A52849F10239}"
-ServiceBinary=%12%\UMDF\WpdBasicHardwareDriver.dll
-
-[Device_AddReg]
-; HKR,,"EnableLegacySupport",0x10001,0
-
-[WUDFRD_ServiceInstall]
-ServiceType=1
-StartType=3
-ErrorControl=1
-ServiceBinary=%12%\WUDFRd.sys
-
-[DestinationDirs]
-System32Copy=12,UMDF ; copy to system32\drivers\umdf
-CoInstallers_CopyFiles=11
-
-[System32Copy]
-WpdBasicHardwareDriver.dll
-
-
-; =================== Generic ==================================
-
-[Strings]
-MSFTWUDF="Microsoft Windows Portable Devices"
-Provider="Microsoft WPD"
-MediaDescription="WPD Basic Hardware Driver Installation Media"
-BasicDeviceName="WPD Basic Hardware Driver"