diff options
author | Aaron Pop <aaronpop@microsoft.com> | 2024-11-05 13:11:54 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-11-22 18:16:56 +0000 |
commit | f3bc6013d2262b1a40898e5940c5e5dc000724df (patch) | |
tree | 37d91f510e761d4019d268c59fdddd2133a048cb /MdeModulePkg | |
parent | edb312d5d0f00685e75639b8607d54c93d47aca8 (diff) | |
download | edk2-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.inf | 1 |
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
|