From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web09.18911.1664932956759880892 for ; Tue, 04 Oct 2022 18:22:37 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=hz3900LB; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: chasel.chiu@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1664932956; x=1696468956; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=HOZ/RL3LaYuuej+JMD02swMSUpHBuzBz4LRAFImNR4U=; b=hz3900LBSIlmVXQG3+jMPiHCi7S8JzVhl9b0ouYiLw09joXSvVeZ0Ns9 j+FSzxHSUhwqF3UjiB2w95r75u1ZiwZ+j54oi5RhHpFkx124twHC+6aGa CuOoSd+tINuE6Fe1c9nfv7RXgVmkkrGkX2I9iLYKSyfNEyD5Vr22aG0zw pISySHqbIWwpeytCGi0JJVi23bGSM5yMOP6uzmOfQVHWXaV7YqZ3lZmX+ M+lx8u6so1jj1dLhqlAPCmMXshuCILIJfjtd4wdq1L8NJ3/hsyQAjOX+f qB5aw+f70mK8GRGj3FoLZlxz7bQWlSLxXfAl4VNRqwhVuaxq+/Lsve0w1 Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10490"; a="286278298" X-IronPort-AV: E=Sophos;i="5.95,159,1661842800"; d="scan'208";a="286278298" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Oct 2022 18:22:35 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10490"; a="799343736" X-IronPort-AV: E=Sophos;i="5.95,159,1661842800"; d="scan'208";a="799343736" Received: from cchiu4-mobl.gar.corp.intel.com ([10.209.6.174]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Oct 2022 18:22:35 -0700 From: "Chiu, Chasel" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Star Zeng , Michael Kubacki Subject: [PATCH 2/2] IntelFsp2WrapperPkg: Remove CI exception of PlatformMultiPhaseLib. Date: Tue, 4 Oct 2022 18:22:19 -0700 Message-Id: <20221005012219.1850-3-chasel.chiu@intel.com> X-Mailer: git-send-email 2.35.0.windows.1 In-Reply-To: <20221005012219.1850-1-chasel.chiu@intel.com> References: <20221005012219.1850-1-chasel.chiu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4092 Duplicate library class header issue will be resolved and CI exception for FspWrapperPlatformMultiPhaseLib should be removed too. Cc: Nate DeSimone Cc: Star Zeng Cc: Michael Kubacki Signed-off-by: Chasel Chiu --- IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml b/IntelFsp2Wra= pperPkg/IntelFsp2WrapperPkg.ci.yaml index 6788a723a1..45cb5a7d6f 100644 --- a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml +++ b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml @@ -78,11 +78,7 @@ =0D ## options defined .pytool/Plugin/LibraryClassCheck=0D "LibraryClassCheck": {=0D - "IgnoreLibraryClass": [=0D - # This header file contains a small function in a separate libra= ry so platforms=0D - # do not have to override the whole main library instance.=0D - "FspWrapperPlatformMultiPhaseLib"=0D - ]=0D + "IgnoreLibraryClass": []=0D },=0D =0D ## options defined .pytool/Plugin/SpellCheck=0D --=20 2.35.0.windows.1