From d8dc60e00342ec64b4e26a6ebb4c4b856370a299 Mon Sep 17 00:00:00 2001 From: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com> Date: Thu, 11 Apr 2024 17:20:34 -0700 Subject: [PATCH] Change INF for echo sample to comply with new InfVerif requirements. Using preview versions of the EWDK results in the build failing due to the sample using a reserved MSFT class in its INF. Update to a custom "Rust_Sample" class. Signed-off-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com> --- general/echo/kmdf/driver/DriverSync/echo_2.inx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/general/echo/kmdf/driver/DriverSync/echo_2.inx b/general/echo/kmdf/driver/DriverSync/echo_2.inx index 7b9daaa..71eee41 100644 --- a/general/echo/kmdf/driver/DriverSync/echo_2.inx +++ b/general/echo/kmdf/driver/DriverSync/echo_2.inx @@ -7,8 +7,8 @@ [Version] Signature = "$WINDOWS NT$" -Class = Sample -ClassGuid = {78A1C341-4539-11d3-B88D-00C04FAD5171} +Class = Rust_Sample +ClassGuid = {BB0D3EC2-E59E-44CE-B711-A6BD51EB810E} Provider = %ProviderString% PnpLockDown = 1