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.web12.18930.1664932955621429847 for ; Tue, 04 Oct 2022 18:22:36 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=QR7FRZOP; 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=1664932955; x=1696468955; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=WZuvlgJ8NGpDmXPO0xLUgjm9lBRBeQ5BbYLd+SOL1bA=; b=QR7FRZOPy61NIS5/9DYMDne6nDiPt3JscbLyZKwujtyLj5SNlDRcqlJL gjqXzNwPfddXemHIDWeK+pEUuIqPvrAFjCYNSgGPmO+8O8IPv0ooThQ0P c1xVp05Uxe+njIsUkOc8YHDdar5GkcpA+FR16HXCHdni96aG3X/ZrgEei fFkOhPZHvMWxsEHZhHv4Ip0BNIHyeL3ijVQ3Z4M6ABZbSa+4o36c42blA 9lBZxo2hJD1xwnbOceF1hVzQFINs52yX2UP9xnwFI59CXkFijU8M1TBFG q8nkemXrxGKSS7C6WLlxYCHp5ZBUNnZeDWwPGWmAjm38YdxeUeI0KsrLa Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10490"; a="286278294" X-IronPort-AV: E=Sophos;i="5.95,159,1661842800"; d="scan'208";a="286278294" 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="799343729" X-IronPort-AV: E=Sophos;i="5.95,159,1661842800"; d="scan'208";a="799343729" 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 0/2] IntelFsp2WrapperPkg: Add header for PlatformMultiPhaseLib. Date: Tue, 4 Oct 2022 18:22:17 -0700 Message-Id: <20221005012219.1850-1-chasel.chiu@intel.com> X-Mailer: git-send-email 2.35.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit To comply with coding style rule each library class should have its own header even if it is just a private child library instance consumed by parent public library in the same package. Cc: Nate DeSimone Cc: Star Zeng Cc: Michael Kubacki Signed-off-by: Chasel Chiu Reviewed-by: Nate DeSimone Chasel Chiu (2): IntelFsp2WrapperPkg: Add header for PlatformMultiPhaseLib. IntelFsp2WrapperPkg: Remove CI exception of PlatformMultiPhaseLib. IntelFsp2WrapperPkg/Library/FspWrapperMultiPhaseProcessLib/PeiFspWrapperMultiPhaseProcessLib.c | 2 +- IntelFsp2WrapperPkg/Include/Library/FspWrapperMultiPhaseProcessLib.h | 18 ------------------ IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformMultiPhaseLib.h | 30 ++++++++++++++++++++++++++++++ IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml | 6 +----- IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec | 2 +- 5 files changed, 33 insertions(+), 25 deletions(-) create mode 100644 IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformMultiPhaseLib.h -- 2.35.0.windows.1