summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Mao <[email protected]>2023-01-15 15:37:52 -0800
committerGitHub <[email protected]>2023-01-15 15:37:52 -0800
commit13092c638c30acbe2dec7d4be53d0d0d5bfb7487 (patch)
tree4c421bbb5a5e47fac8390e52ced2c8e924aa76b6
parent8ff2c86adcfbe50187d2aeb38a842095b137b7e4 (diff)
parent217e46c9844145bf0bee397a916ddc5bffe26d02 (diff)
Merge pull request #834 - Update WDF samples to use DIRID=13 (Driver Store)
## Why is this change being made? [Driver package isolation](https://learn.microsoft.com/en-us/windows-hardware/drivers/develop/driver-isolation) is a requirement for Windows Drivers that makes driver packages more resilient to external changes, easier to update, and more straightforward to install. One of such requirements is to for driver to [run from the driver store](https://learn.microsoft.com/en-us/windows-hardware/drivers/develop/run-from-driver-store), which means to use `DIRID = 13` in INF file, `DestinationDirs` section and `ServiceBinary` directive. ## What changed? Update generic WDF samples to use DIRID = 13. Specifically, it touches the following sample folders: - general, toaster, usb, hid, input, serial, pofx, spb, wmi Note it does not touch areas that are owned by individual driver classes, e.g., network, storage, file system. This change does mean that the sample **won't work on older OS** (prior to Win10 version 1809) where DIRID 13 is not fully supported. To find the original sample, please look at https://github.com/microsoft/Windows-driver-samples/tree/win11-22h2.
-rw-r--r--general/PLX9x5x/sys/pci9x5x.inxbin5078 -> 5280 bytes
-rw-r--r--general/echo/kmdf/driver/AutoSync/echo.inxbin4842 -> 4084 bytes
-rw-r--r--general/echo/kmdf/driver/DriverSync/echo_2.inxbin4998 -> 4218 bytes
-rw-r--r--general/echo/umdf2/driver/AutoSync/echoum.inxbin3924 -> 4030 bytes
-rw-r--r--general/pcidrv/kmdf/genpci.inxbin7198 -> 6244 bytes
-rw-r--r--general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.inxbin5754 -> 4740 bytes
-rw-r--r--general/toaster/toastDrv/kmdf/bus/static/statbus.inxbin5658 -> 4684 bytes
-rw-r--r--general/toaster/toastDrv/kmdf/filter/filter.inxbin7318 -> 6208 bytes
-rw-r--r--general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inxbin5870 -> 5022 bytes
-rw-r--r--general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inxbin6838 -> 6020 bytes
-rw-r--r--general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inxbin4598 -> 3910 bytes
-rw-r--r--general/toaster/toastpkg/inf/toastpkg.inf38
-rw-r--r--general/toaster/toastpkg/toastcd/toastpkg.inf38
-rw-r--r--general/toaster/umdf2/filter/generic/filterum.inxbin4904 -> 4908 bytes
-rw-r--r--general/toaster/umdf2/func/featured/wdffeaturedum.inxbin4924 -> 5012 bytes
-rw-r--r--general/toaster/umdf2/func/simple/wdfsimpleum.inxbin4796 -> 4888 bytes
-rw-r--r--hid/firefly/driver/firefly.inxbin7280 -> 6500 bytes
-rw-r--r--hid/hidusbfx2/sys/hidusbfx2.inxbin12214 -> 10346 bytes
-rw-r--r--hid/vhidmini2/driver/kmdf/vhidmini.inxbin4784 -> 5066 bytes
-rw-r--r--hid/vhidmini2/driver/umdf2/VhidminiUm.inxbin5402 -> 5556 bytes
-rw-r--r--input/kbfiltr/sys/kbfiltr.inxbin5714 -> 4924 bytes
-rw-r--r--input/moufiltr/moufiltr.inxbin5704 -> 4900 bytes
-rw-r--r--pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inxbin4472 -> 4554 bytes
-rw-r--r--pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.inxbin3898 -> 3560 bytes
-rw-r--r--pofx/WDF/Driver/SingleComp/SingleComponentFStateSample.inxbin6220 -> 5212 bytes
-rw-r--r--serial/VirtualSerial2/ComPort/virtualserial2um.inxbin4160 -> 4392 bytes
-rw-r--r--serial/VirtualSerial2/FakeModem/fakemodem2um.inxbin16566 -> 16766 bytes
-rw-r--r--serial/serial/serial.inxbin6212 -> 5574 bytes
-rw-r--r--spb/SkeletonI2C/skeletoni2c.inxbin3874 -> 4032 bytes
-rw-r--r--spb/SpbTestTool/sys/spbtesttool.inxbin4688 -> 4964 bytes
-rw-r--r--usb/UcmCxUcsi/UcmCxUcsi.infbin2700 -> 3888 bytes
-rw-r--r--usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.infbin3024 -> 3300 bytes
-rw-r--r--usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.inf13
-rw-r--r--usb/kmdf_enumswitches/sys/kmdf_enumswitches.inxbin5984 -> 5276 bytes
-rw-r--r--usb/kmdf_fx2/driver/osrusbfx2.inxbin7628 -> 6938 bytes
-rw-r--r--usb/ufxclientsample/UfxClientSample.inxbin4136 -> 4418 bytes
-rw-r--r--usb/umdf2_fx2/driver/osrusbfx2um.inxbin6348 -> 6498 bytes
-rw-r--r--usb/usbsamp/sys/driver/usbsamp.inxbin6444 -> 5766 bytes
-rw-r--r--usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inxbin5540 -> 4992 bytes
-rw-r--r--usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inxbin5540 -> 4992 bytes
-rw-r--r--usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inxbin5540 -> 4992 bytes
-rw-r--r--usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inxbin5540 -> 4992 bytes
-rw-r--r--usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inxbin5540 -> 4992 bytes
-rw-r--r--wmi/wmisamp/wmisamp.inxbin6046 -> 5160 bytes
44 files changed, 50 insertions, 39 deletions
diff --git a/general/PLX9x5x/sys/pci9x5x.inx b/general/PLX9x5x/sys/pci9x5x.inx
index 675a2a2c..2446271e 100644
--- a/general/PLX9x5x/sys/pci9x5x.inx
+++ b/general/PLX9x5x/sys/pci9x5x.inx
Binary files differ
diff --git a/general/echo/kmdf/driver/AutoSync/echo.inx b/general/echo/kmdf/driver/AutoSync/echo.inx
index bfb3b356..970462a3 100644
--- a/general/echo/kmdf/driver/AutoSync/echo.inx
+++ b/general/echo/kmdf/driver/AutoSync/echo.inx
Binary files differ
diff --git a/general/echo/kmdf/driver/DriverSync/echo_2.inx b/general/echo/kmdf/driver/DriverSync/echo_2.inx
index ea524f85..bb73b485 100644
--- a/general/echo/kmdf/driver/DriverSync/echo_2.inx
+++ b/general/echo/kmdf/driver/DriverSync/echo_2.inx
Binary files differ
diff --git a/general/echo/umdf2/driver/AutoSync/echoum.inx b/general/echo/umdf2/driver/AutoSync/echoum.inx
index cae8b45f..ccfe6a7e 100644
--- a/general/echo/umdf2/driver/AutoSync/echoum.inx
+++ b/general/echo/umdf2/driver/AutoSync/echoum.inx
Binary files differ
diff --git a/general/pcidrv/kmdf/genpci.inx b/general/pcidrv/kmdf/genpci.inx
index 1ccf8ca9..db6e5c55 100644
--- a/general/pcidrv/kmdf/genpci.inx
+++ b/general/pcidrv/kmdf/genpci.inx
Binary files differ
diff --git a/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx b/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx
index c51e1e9b..912596fd 100644
--- a/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx
+++ b/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx
Binary files differ
diff --git a/general/toaster/toastDrv/kmdf/bus/static/statbus.inx b/general/toaster/toastDrv/kmdf/bus/static/statbus.inx
index a28b3144..7a7053ae 100644
--- a/general/toaster/toastDrv/kmdf/bus/static/statbus.inx
+++ b/general/toaster/toastDrv/kmdf/bus/static/statbus.inx
Binary files differ
diff --git a/general/toaster/toastDrv/kmdf/filter/filter.inx b/general/toaster/toastDrv/kmdf/filter/filter.inx
index d579ff7e..7958ef4d 100644
--- a/general/toaster/toastDrv/kmdf/filter/filter.inx
+++ b/general/toaster/toastDrv/kmdf/filter/filter.inx
Binary files differ
diff --git a/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inx b/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inx
index 73a1a1ea..4b7f091f 100644
--- a/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inx
+++ b/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inx
Binary files differ
diff --git a/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inx b/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inx
index 69fbea75..22ef9301 100644
--- a/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inx
+++ b/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inx
Binary files differ
diff --git a/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx b/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx
index cfee1b11..2986b5e4 100644
--- a/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx
+++ b/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx
Binary files differ
diff --git a/general/toaster/toastpkg/inf/toastpkg.inf b/general/toaster/toastpkg/inf/toastpkg.inf
index 04ac6103..a2a1982c 100644
--- a/general/toaster/toastpkg/inf/toastpkg.inf
+++ b/general/toaster/toastpkg/inf/toastpkg.inf
@@ -18,6 +18,9 @@
; This is a mutlios INF file. Same INF file cab be used on
; x86, ia64 and amd64 platforms.
;
+; Important:
+; This INF depends on features for the Driver Store DIRIDs which are available starting Windows 10 1809
+;
;--*/
[Version]
Signature="$WINDOWS NT$"
@@ -28,15 +31,29 @@ DriverVer=09/21/2006,6.0.5736.1
CatalogFile.NTx86 = tostx86.cat
CatalogFile.NTIA64 = tostia64.cat
CatalogFile.NTAMD64 = tstamd64.cat
+PnpLockdown = 1
[DestinationDirs]
-DefaultDestDir = 12
+DefaultDestDir = 13
CoInstaller_CopyFiles = 11
+[SourceDisksNames.x86]
+1 = %DiskId1%, toastpkg.tag,,\i386
+
+[SourceDisksNames.ia64]
+1 = %DiskId1%, toastpkg.tag,,\ia64
+
+[SourceDisksNames.amd64]
+1 = %DiskId1%, toastpkg.tag,,\amd64
+
+[SourceDisksFiles]
+toaster.sys = 1,,
+tostrco2.dll = 1,,
+
; ================= Class section =====================
[ClassInstall32]
-Addreg=ToasterClassReg
+Addreg=ToasterClassReg
CopyFiles=ToasterClassInstallerCopyFiles
[ToasterClassReg]
@@ -82,9 +99,9 @@ AddService = toaster, %SPSVCINST_ASSOCSERVICE%, toaster_Service_Inst
[toaster_Service_Inst]
DisplayName = %toaster.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
-StartType = 3 ; SERVICE_DEMAND_START
+StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
-ServiceBinary = %12%\toaster.sys
+ServiceBinary = %13%\toaster.sys
;-------------- Coinstaller installation
@@ -103,19 +120,6 @@ HKR,,CoInstallers32,0x00010000,"tostrco2.dll,ToasterCoInstaller"
; located (so it can launch value-added setup programs).
OriginalInfSourcePath = %1%
-[SourceDisksNames.x86]
-1 = %DiskId1%, toastpkg.tag,,\i386
-
-[SourceDisksNames.ia64]
-1 = %DiskId1%, toastpkg.tag,,\ia64
-
-[SourceDisksNames.amd64]
-1 = %DiskId1%, toastpkg.tag,,\amd64
-
-[SourceDisksFiles]
-toaster.sys = 1,,
-tostrco2.dll = 1,,
-
[Strings]
SPSVCINST_ASSOCSERVICE= 0x00000002
ProviderName = "TODO-Set-Provider"
diff --git a/general/toaster/toastpkg/toastcd/toastpkg.inf b/general/toaster/toastpkg/toastcd/toastpkg.inf
index 04ac6103..a2a1982c 100644
--- a/general/toaster/toastpkg/toastcd/toastpkg.inf
+++ b/general/toaster/toastpkg/toastcd/toastpkg.inf
@@ -18,6 +18,9 @@
; This is a mutlios INF file. Same INF file cab be used on
; x86, ia64 and amd64 platforms.
;
+; Important:
+; This INF depends on features for the Driver Store DIRIDs which are available starting Windows 10 1809
+;
;--*/
[Version]
Signature="$WINDOWS NT$"
@@ -28,15 +31,29 @@ DriverVer=09/21/2006,6.0.5736.1
CatalogFile.NTx86 = tostx86.cat
CatalogFile.NTIA64 = tostia64.cat
CatalogFile.NTAMD64 = tstamd64.cat
+PnpLockdown = 1
[DestinationDirs]
-DefaultDestDir = 12
+DefaultDestDir = 13
CoInstaller_CopyFiles = 11
+[SourceDisksNames.x86]
+1 = %DiskId1%, toastpkg.tag,,\i386
+
+[SourceDisksNames.ia64]
+1 = %DiskId1%, toastpkg.tag,,\ia64
+
+[SourceDisksNames.amd64]
+1 = %DiskId1%, toastpkg.tag,,\amd64
+
+[SourceDisksFiles]
+toaster.sys = 1,,
+tostrco2.dll = 1,,
+
; ================= Class section =====================
[ClassInstall32]
-Addreg=ToasterClassReg
+Addreg=ToasterClassReg
CopyFiles=ToasterClassInstallerCopyFiles
[ToasterClassReg]
@@ -82,9 +99,9 @@ AddService = toaster, %SPSVCINST_ASSOCSERVICE%, toaster_Service_Inst
[toaster_Service_Inst]
DisplayName = %toaster.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
-StartType = 3 ; SERVICE_DEMAND_START
+StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
-ServiceBinary = %12%\toaster.sys
+ServiceBinary = %13%\toaster.sys
;-------------- Coinstaller installation
@@ -103,19 +120,6 @@ HKR,,CoInstallers32,0x00010000,"tostrco2.dll,ToasterCoInstaller"
; located (so it can launch value-added setup programs).
OriginalInfSourcePath = %1%
-[SourceDisksNames.x86]
-1 = %DiskId1%, toastpkg.tag,,\i386
-
-[SourceDisksNames.ia64]
-1 = %DiskId1%, toastpkg.tag,,\ia64
-
-[SourceDisksNames.amd64]
-1 = %DiskId1%, toastpkg.tag,,\amd64
-
-[SourceDisksFiles]
-toaster.sys = 1,,
-tostrco2.dll = 1,,
-
[Strings]
SPSVCINST_ASSOCSERVICE= 0x00000002
ProviderName = "TODO-Set-Provider"
diff --git a/general/toaster/umdf2/filter/generic/filterum.inx b/general/toaster/umdf2/filter/generic/filterum.inx
index 0efeb0d3..db5e7a28 100644
--- a/general/toaster/umdf2/filter/generic/filterum.inx
+++ b/general/toaster/umdf2/filter/generic/filterum.inx
Binary files differ
diff --git a/general/toaster/umdf2/func/featured/wdffeaturedum.inx b/general/toaster/umdf2/func/featured/wdffeaturedum.inx
index bb8af311..2c251ffd 100644
--- a/general/toaster/umdf2/func/featured/wdffeaturedum.inx
+++ b/general/toaster/umdf2/func/featured/wdffeaturedum.inx
Binary files differ
diff --git a/general/toaster/umdf2/func/simple/wdfsimpleum.inx b/general/toaster/umdf2/func/simple/wdfsimpleum.inx
index 3187b27f..8f28fbaa 100644
--- a/general/toaster/umdf2/func/simple/wdfsimpleum.inx
+++ b/general/toaster/umdf2/func/simple/wdfsimpleum.inx
Binary files differ
diff --git a/hid/firefly/driver/firefly.inx b/hid/firefly/driver/firefly.inx
index da7c841c..deff9919 100644
--- a/hid/firefly/driver/firefly.inx
+++ b/hid/firefly/driver/firefly.inx
Binary files differ
diff --git a/hid/hidusbfx2/sys/hidusbfx2.inx b/hid/hidusbfx2/sys/hidusbfx2.inx
index 43a55fb0..22f32303 100644
--- a/hid/hidusbfx2/sys/hidusbfx2.inx
+++ b/hid/hidusbfx2/sys/hidusbfx2.inx
Binary files differ
diff --git a/hid/vhidmini2/driver/kmdf/vhidmini.inx b/hid/vhidmini2/driver/kmdf/vhidmini.inx
index 3e709ef6..771d664d 100644
--- a/hid/vhidmini2/driver/kmdf/vhidmini.inx
+++ b/hid/vhidmini2/driver/kmdf/vhidmini.inx
Binary files differ
diff --git a/hid/vhidmini2/driver/umdf2/VhidminiUm.inx b/hid/vhidmini2/driver/umdf2/VhidminiUm.inx
index 73bf251c..30855f4a 100644
--- a/hid/vhidmini2/driver/umdf2/VhidminiUm.inx
+++ b/hid/vhidmini2/driver/umdf2/VhidminiUm.inx
Binary files differ
diff --git a/input/kbfiltr/sys/kbfiltr.inx b/input/kbfiltr/sys/kbfiltr.inx
index d5788b55..190d458b 100644
--- a/input/kbfiltr/sys/kbfiltr.inx
+++ b/input/kbfiltr/sys/kbfiltr.inx
Binary files differ
diff --git a/input/moufiltr/moufiltr.inx b/input/moufiltr/moufiltr.inx
index 406de846..4268a83a 100644
--- a/input/moufiltr/moufiltr.inx
+++ b/input/moufiltr/moufiltr.inx
Binary files differ
diff --git a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx
index 7eab5b70..27a79e16 100644
--- a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx
+++ b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx
Binary files differ
diff --git a/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.inx b/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.inx
index 3a02e75f..c00074d5 100644
--- a/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.inx
+++ b/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.inx
Binary files differ
diff --git a/pofx/WDF/Driver/SingleComp/SingleComponentFStateSample.inx b/pofx/WDF/Driver/SingleComp/SingleComponentFStateSample.inx
index 2a15c660..ca9dfc6b 100644
--- a/pofx/WDF/Driver/SingleComp/SingleComponentFStateSample.inx
+++ b/pofx/WDF/Driver/SingleComp/SingleComponentFStateSample.inx
Binary files differ
diff --git a/serial/VirtualSerial2/ComPort/virtualserial2um.inx b/serial/VirtualSerial2/ComPort/virtualserial2um.inx
index 6d95d795..6caf7773 100644
--- a/serial/VirtualSerial2/ComPort/virtualserial2um.inx
+++ b/serial/VirtualSerial2/ComPort/virtualserial2um.inx
Binary files differ
diff --git a/serial/VirtualSerial2/FakeModem/fakemodem2um.inx b/serial/VirtualSerial2/FakeModem/fakemodem2um.inx
index 35bbc3c5..4e550c87 100644
--- a/serial/VirtualSerial2/FakeModem/fakemodem2um.inx
+++ b/serial/VirtualSerial2/FakeModem/fakemodem2um.inx
Binary files differ
diff --git a/serial/serial/serial.inx b/serial/serial/serial.inx
index 3322653b..2a2cdc66 100644
--- a/serial/serial/serial.inx
+++ b/serial/serial/serial.inx
Binary files differ
diff --git a/spb/SkeletonI2C/skeletoni2c.inx b/spb/SkeletonI2C/skeletoni2c.inx
index 1a911e9d..4c42c7db 100644
--- a/spb/SkeletonI2C/skeletoni2c.inx
+++ b/spb/SkeletonI2C/skeletoni2c.inx
Binary files differ
diff --git a/spb/SpbTestTool/sys/spbtesttool.inx b/spb/SpbTestTool/sys/spbtesttool.inx
index ae1a4fe4..bf337b3e 100644
--- a/spb/SpbTestTool/sys/spbtesttool.inx
+++ b/spb/SpbTestTool/sys/spbtesttool.inx
Binary files differ
diff --git a/usb/UcmCxUcsi/UcmCxUcsi.inf b/usb/UcmCxUcsi/UcmCxUcsi.inf
index 9e876946..e5b7ae7b 100644
--- a/usb/UcmCxUcsi/UcmCxUcsi.inf
+++ b/usb/UcmCxUcsi/UcmCxUcsi.inf
Binary files differ
diff --git a/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.inf b/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.inf
index 9fbeeeec..51dc78c4 100644
--- a/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.inf
+++ b/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.inf
Binary files differ
diff --git a/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.inf b/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.inf
index 04be1394..acd7fd49 100644
--- a/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.inf
+++ b/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.inf
@@ -9,15 +9,21 @@
;
; INF for installing the UCM-UCSI ACPI client driver.
;
+; Important:
+; This INF depends on features for the Driver Store DIRIDs which are available starting Windows 10 1809
+;
[Version]
Signature = "$WINDOWS NT$"
Class = UCM
ClassGuid = {e6f1aa1c-7f3b-4473-b2e8-c97d8ac71d53}
Provider = %ProviderName%
-PnpLockdown = 1
DriverVer = 06/21/2006,10.0.17741.1000
CatalogFile = UcmUcsiAcpiSample.cat
+PnpLockdown = 1
+
+[DestinationDirs]
+DefaultDestDir = 13
[SourceDisksNames]
3426 = windows cd
@@ -25,9 +31,6 @@ CatalogFile = UcmUcsiAcpiSample.cat
[SourceDisksFiles]
UcmUcsiAcpiSample.sys = 3426
-[DestinationDirs]
-DefaultDestDir = 12
-
[Manufacturer]
%ProviderName% = UcmUcsiAcpiSample, NT$ARCH$
@@ -49,7 +52,7 @@ DisplayName = %UcmUcsiAcpiSample.ServiceName%
ServiceType = 1
StartType = 3
ErrorControl = 1
-ServiceBinary = %12%\UcmUcsiAcpiSample.sys
+ServiceBinary = %13%\UcmUcsiAcpiSample.sys
Dependencies = UcmUcsiCx
[Strings]
diff --git a/usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx b/usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx
index 7336000f..384d83fc 100644
--- a/usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx
+++ b/usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx
Binary files differ
diff --git a/usb/kmdf_fx2/driver/osrusbfx2.inx b/usb/kmdf_fx2/driver/osrusbfx2.inx
index 68e0ff48..9d7263ce 100644
--- a/usb/kmdf_fx2/driver/osrusbfx2.inx
+++ b/usb/kmdf_fx2/driver/osrusbfx2.inx
Binary files differ
diff --git a/usb/ufxclientsample/UfxClientSample.inx b/usb/ufxclientsample/UfxClientSample.inx
index 51525cc8..098e442e 100644
--- a/usb/ufxclientsample/UfxClientSample.inx
+++ b/usb/ufxclientsample/UfxClientSample.inx
Binary files differ
diff --git a/usb/umdf2_fx2/driver/osrusbfx2um.inx b/usb/umdf2_fx2/driver/osrusbfx2um.inx
index f7f8f16c..18e33282 100644
--- a/usb/umdf2_fx2/driver/osrusbfx2um.inx
+++ b/usb/umdf2_fx2/driver/osrusbfx2um.inx
Binary files differ
diff --git a/usb/usbsamp/sys/driver/usbsamp.inx b/usb/usbsamp/sys/driver/usbsamp.inx
index 5b16de78..8a1b4997 100644
--- a/usb/usbsamp/sys/driver/usbsamp.inx
+++ b/usb/usbsamp/sys/driver/usbsamp.inx
Binary files differ
diff --git a/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx b/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx
index c8678d1e..ddd17e82 100644
--- a/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx
+++ b/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx
Binary files differ
diff --git a/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx b/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx
index c8678d1e..ddd17e82 100644
--- a/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx
+++ b/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx
Binary files differ
diff --git a/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx b/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx
index c8678d1e..ddd17e82 100644
--- a/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx
+++ b/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx
Binary files differ
diff --git a/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx b/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx
index c8678d1e..ddd17e82 100644
--- a/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx
+++ b/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx
Binary files differ
diff --git a/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx b/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx
index c8678d1e..ddd17e82 100644
--- a/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx
+++ b/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx
Binary files differ
diff --git a/wmi/wmisamp/wmisamp.inx b/wmi/wmisamp/wmisamp.inx
index 800fda27..c4c48070 100644
--- a/wmi/wmisamp/wmisamp.inx
+++ b/wmi/wmisamp/wmisamp.inx
Binary files differ