From eda4c272120f5f70759220bdfb6ed5d76c43faa1 Mon Sep 17 00:00:00 2001 From: Taylor Beebe Date: Wed, 6 Dec 2023 10:57:07 -0800 Subject: [PATCH] move Smm driver under driver folder --- .../{Smm => Driver}/SmmMemoryProtectionTestDriver.c | 0 .../{Smm => Driver}/SmmMemoryProtectionTestDriver.inf | 0 UefiTestingPkg/UefiTestingPkg.dsc | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename UefiTestingPkg/FunctionalSystemTests/MemoryProtectionTest/{Smm => Driver}/SmmMemoryProtectionTestDriver.c (100%) rename UefiTestingPkg/FunctionalSystemTests/MemoryProtectionTest/{Smm => Driver}/SmmMemoryProtectionTestDriver.inf (100%) diff --git a/UefiTestingPkg/FunctionalSystemTests/MemoryProtectionTest/Smm/SmmMemoryProtectionTestDriver.c b/UefiTestingPkg/FunctionalSystemTests/MemoryProtectionTest/Driver/SmmMemoryProtectionTestDriver.c similarity index 100% rename from UefiTestingPkg/FunctionalSystemTests/MemoryProtectionTest/Smm/SmmMemoryProtectionTestDriver.c rename to UefiTestingPkg/FunctionalSystemTests/MemoryProtectionTest/Driver/SmmMemoryProtectionTestDriver.c diff --git a/UefiTestingPkg/FunctionalSystemTests/MemoryProtectionTest/Smm/SmmMemoryProtectionTestDriver.inf b/UefiTestingPkg/FunctionalSystemTests/MemoryProtectionTest/Driver/SmmMemoryProtectionTestDriver.inf similarity index 100% rename from UefiTestingPkg/FunctionalSystemTests/MemoryProtectionTest/Smm/SmmMemoryProtectionTestDriver.inf rename to UefiTestingPkg/FunctionalSystemTests/MemoryProtectionTest/Driver/SmmMemoryProtectionTestDriver.inf diff --git a/UefiTestingPkg/UefiTestingPkg.dsc b/UefiTestingPkg/UefiTestingPkg.dsc index bae79da63c..55a99db70c 100644 --- a/UefiTestingPkg/UefiTestingPkg.dsc +++ b/UefiTestingPkg/UefiTestingPkg.dsc @@ -152,7 +152,7 @@ UefiTestingPkg/AuditTests/PagingAudit/UEFI/SmmPagingAuditTestApp.inf UefiTestingPkg/FunctionalSystemTests/MemoryProtectionTest/App/SmmMemoryProtectionTestApp.inf UefiTestingPkg/FunctionalSystemTests/MemoryProtectionTest/App/DxeMemoryProtectionTestApp.inf - UefiTestingPkg/FunctionalSystemTests/MemoryProtectionTest/Smm/SmmMemoryProtectionTestDriver.inf + UefiTestingPkg/FunctionalSystemTests/MemoryProtectionTest/Driver/SmmMemoryProtectionTestDriver.inf [Components.AARCH64] # NOTE: These currently have source files that are only implemented for AARCH64.