Skip to content

Commit

Permalink
Cleanup directory structure and disable WPP
Browse files Browse the repository at this point in the history
  • Loading branch information
coolstar committed Nov 24, 2023
1 parent 02015e6 commit 05b5cc6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 49 deletions.
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions drivers/audio/codecs/es8323/es8323.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
<ClCompile>
<WppEnabled>true</WppEnabled>
<WppEnabled>false</WppEnabled>
<WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData>
<WppKernelMode>true</WppKernelMode>
<TreatWarningAsError>false</TreatWarningAsError>
Expand All @@ -67,7 +67,7 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<ClCompile>
<WppEnabled>true</WppEnabled>
<WppEnabled>false</WppEnabled>
<WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData>
<WppKernelMode>true</WppKernelMode>
<TreatWarningAsError>false</TreatWarningAsError>
Expand All @@ -90,7 +90,6 @@
<ClInclude Include="driver.h" />
<ClInclude Include="es8323.h" />
<ClInclude Include="spb.h" />
<ClInclude Include="trace.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="es8323.c" />
Expand Down
3 changes: 0 additions & 3 deletions drivers/audio/codecs/es8323/es8323.vcxproj.Filters
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
<ClInclude Include="driver.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="trace.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="spb.h">
<Filter>Header Files</Filter>
</ClInclude>
Expand Down
43 changes: 0 additions & 43 deletions drivers/audio/codecs/es8323/trace.h

This file was deleted.

0 comments on commit 05b5cc6

Please sign in to comment.