diff options
| author | Yinghan Yang <[email protected]> | 2022-07-28 11:20:51 -0700 |
|---|---|---|
| committer | Adonais Romero Gonzalez <[email protected]> | 2022-07-28 11:25:16 -0700 |
| commit | e4ab46c3a4c44cd3bd64e5407ba03f5af18a8218 (patch) | |
| tree | f543a441b3768a01db7836430b86c2333b69b17a | |
| parent | 3c4de76454f1aed23b58a75a2505f8bd047e02f5 (diff) | |
[gpio\samples\simdevice] fix UMDF inx (#763)
| -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
|
