diff options
| author | mvillalpando06 <[email protected]> | 2023-03-24 12:31:24 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-24 12:31:24 -0700 |
| commit | afa69cdeeb4644e8cd9a1a567dc91a7f29947a5b (patch) | |
| tree | c5bbf962411dcfc2340fcdbb41995d608af6f77a /pofx | |
| parent | ff0188002091d91e1f36ac2e669ebaf1257e85d2 (diff) | |
Fix driver violations for energy team owned drivers (#880)
* Fix driver violations for energy team owned drivers
* Address comments
* remove simbatt wdf inf
* Fix build failures
* Fix sampleacpipep inx file
* re isolate sample acpipep
* add target os
Diffstat (limited to 'pofx')
| -rw-r--r-- | pofx/PEP/acpi/sampleacpipep.inx | bin | 4238 -> 4270 bytes | |||
| -rw-r--r-- | pofx/PEP/acpi/sampleacpipep.vcxproj | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pofx/PEP/acpi/sampleacpipep.inx b/pofx/PEP/acpi/sampleacpipep.inx Binary files differindex 4dfa0a29..9f93ad5b 100644 --- a/pofx/PEP/acpi/sampleacpipep.inx +++ b/pofx/PEP/acpi/sampleacpipep.inx diff --git a/pofx/PEP/acpi/sampleacpipep.vcxproj b/pofx/PEP/acpi/sampleacpipep.vcxproj index 77709aa2..357b2205 100644 --- a/pofx/PEP/acpi/sampleacpipep.vcxproj +++ b/pofx/PEP/acpi/sampleacpipep.vcxproj @@ -30,7 +30,7 @@ <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <TargetVersion>Windows10</TargetVersion> <UseDebugLibraries>False</UseDebugLibraries> - <DriverTargetPlatform>Universal</DriverTargetPlatform> + <DriverTargetPlatform>Windows Driver</DriverTargetPlatform> <DriverType>KMDF</DriverType> <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset> <ConfigurationType>Driver</ConfigurationType> @@ -38,7 +38,7 @@ <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <TargetVersion>Windows10</TargetVersion> <UseDebugLibraries>True</UseDebugLibraries> - <DriverTargetPlatform>Universal</DriverTargetPlatform> + <DriverTargetPlatform>Windows Driver</DriverTargetPlatform> <DriverType>KMDF</DriverType> <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset> <ConfigurationType>Driver</ConfigurationType> @@ -46,7 +46,7 @@ <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <TargetVersion>Windows10</TargetVersion> <UseDebugLibraries>False</UseDebugLibraries> - <DriverTargetPlatform>Universal</DriverTargetPlatform> + <DriverTargetPlatform>Windows Driver</DriverTargetPlatform> <DriverType>KMDF</DriverType> <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset> <ConfigurationType>Driver</ConfigurationType> @@ -54,7 +54,7 @@ <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <TargetVersion>Windows10</TargetVersion> <UseDebugLibraries>True</UseDebugLibraries> - <DriverTargetPlatform>Universal</DriverTargetPlatform> + <DriverTargetPlatform>Windows Driver</DriverTargetPlatform> <DriverType>KMDF</DriverType> <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset> <ConfigurationType>Driver</ConfigurationType> |
