From 9e950cda6ad9dab6bb31868d341e3f5d8cd296e3 Mon Sep 17 00:00:00 2001 From: Kun Qin Date: Thu, 16 Sep 2021 08:14:20 +0800 Subject: [PATCH] MdeModulePkg: CI YAML: Added new GUID to ignore duplicate list REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3629 SMM Communication PPI GUID from MdeModulePkg is defined the same as MM Communication PPI GUID from MdePkg, according to PI Spec v1.5 and onward. After introduction of MM Communication PPI definitions, an update in the ignore duplicate list is needed to avoid breaking CI build. Cc: Jian J Wang Cc: Liming Gao Signed-off-by: Kun Qin Reviewed-by: Liming Gao --- MdeModulePkg/MdeModulePkg.ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/MdeModulePkg/MdeModulePkg.ci.yaml b/MdeModulePkg/MdeModulePkg.ci.yaml index aa304f2ccd..b8d15a3e95 100644 --- a/MdeModulePkg/MdeModulePkg.ci.yaml +++ b/MdeModulePkg/MdeModulePkg.ci.yaml @@ -84,6 +84,7 @@ "IgnoreDuplicates": [ "gEfiPeiMmAccessPpiGuid=gPeiSmmAccessPpiGuid", "gPeiSmmControlPpiGuid=gEfiPeiMmControlPpiGuid", + "gEfiPeiMmCommunicationPpiGuid=gEfiPeiSmmCommunicationPpiGuid", ] },