From f3bc6013d2262b1a40898e5940c5e5dc000724df Mon Sep 17 00:00:00 2001 From: Aaron Pop Date: Tue, 5 Nov 2024 13:11:54 -0800 Subject: [PATCH] MdeModulePkg HobPrintLib: Add Guid to Guids section. gEfiHobMemoryAllocModuleGuid is referenced in the HobPrintLib, but it is not defined in the INF file, causing an unresolved external error when the module is consumed by code. Signed-off-by: Aaron Pop --- MdeModulePkg/Library/HobPrintLib/HobPrintLib.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/MdeModulePkg/Library/HobPrintLib/HobPrintLib.inf b/MdeModulePkg/Library/HobPrintLib/HobPrintLib.inf index a88cabf67d..3b366a9a07 100644 --- a/MdeModulePkg/Library/HobPrintLib/HobPrintLib.inf +++ b/MdeModulePkg/Library/HobPrintLib/HobPrintLib.inf @@ -32,3 +32,4 @@ gEfiHobMemoryAllocBspStoreGuid gEfiHobMemoryAllocStackGuid gEfiMemoryTypeInformationGuid + gEfiHobMemoryAllocModuleGuid