From f57fab9b1de09f1e50dfed68f1fedc54a43402fd Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Thu, 21 Aug 2025 09:05:02 -0700 Subject: [PATCH] MdeModulePkg/Test/Include: Fix SecurityManagement include guard Fix mimatched macro name of include guard in MockSecurityManagementLib.h. This was found with unit test build using CLANGDWARF. Signed-off-by: Michael D Kinney --- .../Mock/Include/GoogleTest/Library/MockSecurityManagementLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Test/Mock/Include/GoogleTest/Library/MockSecurityManagementLib.h b/MdeModulePkg/Test/Mock/Include/GoogleTest/Library/MockSecurityManagementLib.h index 59ec205186..4769e0721a 100644 --- a/MdeModulePkg/Test/Mock/Include/GoogleTest/Library/MockSecurityManagementLib.h +++ b/MdeModulePkg/Test/Mock/Include/GoogleTest/Library/MockSecurityManagementLib.h @@ -6,7 +6,7 @@ **/ #ifndef MOCK_SECURITY_MANAGEMENT_LIB_H_ -#define MOCK_SECURITY_MANAGEMENT_LIB_LIB_H_ +#define MOCK_SECURITY_MANAGEMENT_LIB_H_ #include #include