From e4ab46c3a4c44cd3bd64e5407ba03f5af18a8218 Mon Sep 17 00:00:00 2001 From: Yinghan Yang Date: Thu, 28 Jul 2022 11:20:51 -0700 Subject: [gpio\samples\simdevice] fix UMDF inx (#763) --- gpio/samples/simdevice/umdf/simdeviceumdf.inx | 14 ++++++-------- 1 file 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 -- cgit v1.3.1