Skip to content

Commit bd5992a

Browse files
committed
Forgot inf rename, and build trial of non-hdr
Still not building due to Adapteroption::load in driver.cpp and adapteroption.h. Feel not as vital as hdr, so PR non building.
1 parent c2622b1 commit bd5992a

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

-242 Bytes
Binary file not shown.

Virtual Display Driver (Non-HDR)/MttVDD/MttVDD.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<ClInclude Include="Trace.h" />
4343
</ItemGroup>
4444
<ItemGroup>
45-
<Inf Include="IddSampleDriver.inf" />
45+
<Inf Include="MttVDD.inf" />
4646
</ItemGroup>
4747
<PropertyGroup Label="Globals">
4848
<ProjectGuid>{2D54CB75-8B17-4F11-97DC-847B0244CD46}</ProjectGuid>

Virtual Display Driver (Non-HDR)/MttVDD/MttVDD.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</Filter>
2020
</ItemGroup>
2121
<ItemGroup>
22-
<Inf Include="IddSampleDriver.inf">
22+
<Inf Include="MttVDD.inf">
2323
<Filter>Driver Files</Filter>
2424
</Inf>
2525
</ItemGroup>

Virtual Display Driver (Non-HDR)/MttVDD/Trace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ Module Name:
5959
//
6060
#if UMDF_VERSION_MAJOR == 2 && UMDF_VERSION_MINOR == 0
6161
// TODO: Update the name of the tracing provider
62-
#define MYDRIVER_TRACING_ID L"Microsoft\\UMDF2.0\\IddSampleDriver V1.0"
62+
#define MYDRIVER_TRACING_ID L"Microsoft\\UMDF2.0\\MttVDD V1.0"
6363
#endif

0 commit comments

Comments
 (0)