From e802b80eaf6b0e949b6fbcecac633da37a71ced7 Mon Sep 17 00:00:00 2001 From: "Michael Bernstein (MSFT)" <99994515+michbern-ms@users.noreply.github.com> Date: Tue, 7 Mar 2023 09:31:41 -0800 Subject: Opt many samples in for Universal validation (#910) * Opt-in many Desktop samples for ApiValidator ApiValidator is passing for many of our samples marked Desktop. This is promising and it is worth running ApiValidator on these to ensure they stay within the Universal API limits. * Shift avstream/sampledevicemft sample to use mfcore.dll rather than mf.dll * Opt many samples in for Universal validation Many of our driver samples build cleanly agains the UniversalDDIs.xml API list. Opting these in as Universal helps protect their API surface against accidentally picking up more Desktop-only APIs. * Revert "Opt-in many Desktop samples for ApiValidator" This reverts commit a6aa7e6797ab01e6b15c8a4e1cbcea6d7a615629. --------- Co-authored-by: Michael Bernstein (DPLAT) --- general/SystemDma/wdm/sys/SDma.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'general/SystemDma') diff --git a/general/SystemDma/wdm/sys/SDma.vcxproj b/general/SystemDma/wdm/sys/SDma.vcxproj index 76c512c3..799c158b 100644 --- a/general/SystemDma/wdm/sys/SDma.vcxproj +++ b/general/SystemDma/wdm/sys/SDma.vcxproj @@ -29,7 +29,7 @@ Windows10 False - Desktop + Universal WDM WindowsKernelModeDriver10.0 Driver @@ -37,7 +37,7 @@ Windows10 True - Desktop + Universal WDM WindowsKernelModeDriver10.0 Driver @@ -45,7 +45,7 @@ Windows10 False - Desktop + Universal WDM WindowsKernelModeDriver10.0 Driver @@ -53,7 +53,7 @@ Windows10 True - Desktop + Universal WDM WindowsKernelModeDriver10.0 Driver -- cgit v1.3.1