summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorAaron Pop <aaronpop@microsoft.com>2024-11-05 13:11:54 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-11-22 18:16:56 +0000
commitf3bc6013d2262b1a40898e5940c5e5dc000724df (patch)
tree37d91f510e761d4019d268c59fdddd2133a048cb /MdeModulePkg
parentedb312d5d0f00685e75639b8607d54c93d47aca8 (diff)
downloadedk2-f3bc6013d2262b1a40898e5940c5e5dc000724df.tar.gz
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 <aaronpop@microsoft.com>
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Library/HobPrintLib/HobPrintLib.inf1
1 files changed, 1 insertions, 0 deletions
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