From 102da0255bab6610f24f212b295e63d6d8032ab7 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Tue, 9 Jun 2020 10:23:23 +0200 Subject: StandaloneMmPkg/Core: add missing GUID reference The Standalone core uses gEfiHobMemoryAllocModuleGuid, but failed to declare this in its INF. Signed-off-by: Ard Biesheuvel Reviewed-by: Jiewen Yao Reviewed-by: Sami Mujawar Tested-by: Ilias Apalodimas --- StandaloneMmPkg/Core/StandaloneMmCore.inf | 1 + 1 file changed, 1 insertion(+) (limited to 'StandaloneMmPkg') diff --git a/StandaloneMmPkg/Core/StandaloneMmCore.inf b/StandaloneMmPkg/Core/StandaloneMmCore.inf index 7d590b49bd..d17ff9965b 100644 --- a/StandaloneMmPkg/Core/StandaloneMmCore.inf +++ b/StandaloneMmPkg/Core/StandaloneMmCore.inf @@ -69,6 +69,7 @@ gEdkiiMemoryProfileGuid gZeroGuid ## SOMETIMES_CONSUMES ## GUID gEfiHobListGuid + gEfiHobMemoryAllocModuleGuid gMmCoreDataHobGuid gMmFvDispatchGuid gEfiEventLegacyBootGuid -- cgit v1.2.3