From da333d63496da4cdefefb3875060db1cb8c2f7de Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Thu, 28 Oct 2021 13:42:37 -0700 Subject: [PATCH] CometlakeOpenBoardPkg/PeiPolicyUpdateLib: Add missing GUID to INF REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 gEfiMemoryTypeInformationGuid is used in PeiSaPolicyUpdatePreMem.c but not in the [Guids] section in PeiPolicyUpdateLib.inf. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Rangasai V Chaganty Cc: Deepika Kethi Reddy Cc: Kathappan Esakkithevar Signed-off-by: Michael Kubacki Reviewed-by: Nate DeSimone Reviewed-by: Chasel Chiu Reviewed-by: Sai Chaganty --- .../Policy/Library/PeiPolicyUpdateLib/PeiPolicyUpdateLib.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Intel/CometlakeOpenBoardPkg/Policy/Library/PeiPolicyUpdateLib/PeiPolicyUpdateLib.inf b/Platform/Intel/CometlakeOpenBoardPkg/Policy/Library/PeiPolicyUpdateLib/PeiPolicyUpdateLib.inf index fd51e2b8c40..5213253f731 100644 --- a/Platform/Intel/CometlakeOpenBoardPkg/Policy/Library/PeiPolicyUpdateLib/PeiPolicyUpdateLib.inf +++ b/Platform/Intel/CometlakeOpenBoardPkg/Policy/Library/PeiPolicyUpdateLib/PeiPolicyUpdateLib.inf @@ -270,3 +270,4 @@ [Guids] gTianoLogoGuid ## CONSUMES gSiConfigGuid ## CONSUMES + gEfiMemoryTypeInformationGuid ## PRODUCES