mirror of https://github.com/acidanthera/audk.git
StandaloneMmPkg/Core: add missing GUID reference
The Standalone core uses gEfiHobMemoryAllocModuleGuid, but failed to declare this in its INF. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@arm.com> Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com> Tested-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
bd7c73ba77
commit
102da0255b
StandaloneMmPkg/Core
|
@ -69,6 +69,7 @@
|
|||
gEdkiiMemoryProfileGuid
|
||||
gZeroGuid ## SOMETIMES_CONSUMES ## GUID
|
||||
gEfiHobListGuid
|
||||
gEfiHobMemoryAllocModuleGuid
|
||||
gMmCoreDataHobGuid
|
||||
gMmFvDispatchGuid
|
||||
gEfiEventLegacyBootGuid
|
||||
|
|
Loading…
Reference in New Issue