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.