diff options
| author | Adonais Romero Gonzalez <[email protected]> | 2022-07-28 11:26:20 -0700 |
|---|---|---|
| committer | Adonais Romero Gonzalez <[email protected]> | 2022-07-28 11:26:20 -0700 |
| commit | f03befef4181d9e1f6d31be725ce79dc9fad9883 (patch) | |
| tree | b26b0c114b24f6ee9135fb2ffcb7b40d0d3b3a19 | |
| parent | c09d9910b1379af9ea0d3de4ec4d90fc1ed2ecac (diff) | |
| parent | 620f8786481c7bdb5c762a43102eafcb6f9c812d (diff) | |
Merge branch 'main' into develop
| -rw-r--r-- | gpio/samples/simdevice/umdf/simdeviceumdf.inx | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/gpio/samples/simdevice/umdf/simdeviceumdf.inx b/gpio/samples/simdevice/umdf/simdeviceumdf.inx index 5493ece4..14764b15 100644 --- a/gpio/samples/simdevice/umdf/simdeviceumdf.inx +++ b/gpio/samples/simdevice/umdf/simdeviceumdf.inx @@ -32,12 +32,17 @@ SimdeviceUMDF.dll=1 ; =================== Simdevice Sample UMDF Driver ==================================
[SimdeviceUMDF_Install.NT]
+Include=WUDFRD.INF
+Needs=WUDFRD.NT
CopyFiles=UMDriverCopy
[SimdeviceUMDF_Install.NT.hw]
+Include=WUDFRD.INF
+Needs=WUDFRD.NT.HW
[SimdeviceUMDF_Install.NT.Services]
-AddService=SimdeviceUMDF,0x000001fa,SimdeviceUMDF_ServiceInstall
+Include=WUDFRD.INF
+Needs=WUDFRD.NT.Services
[SimdeviceUMDF_Install.NT.Wdf]
UmdfService=SimdeviceUMDF,SimdeviceUMDF_Install
@@ -53,13 +58,6 @@ UmdfHostProcessSharing=ProcessSharingDisabled UmdfLibraryVersion=$UMDFVERSION$
ServiceBinary=%12%\UMDF\SimdeviceUMDF.dll
-[SimdeviceUMDF_ServiceInstall]
-DisplayName = %SimdeviceUMDFDisplayName%
-ServiceType = 1
-StartType = 3
-ErrorControl = 1
-ServiceBinary = %12%\WUDFRd.sys
-
[DestinationDirs]
UMDriverCopy=12,UMDF ; copy to drivers\UMDF
CoInstallers_CopyFiles=11
|
