From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web11.44663.1598839595440676478 for ; Sun, 30 Aug 2020 19:06:35 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: qi1.zhang@intel.com) IronPort-SDR: D00Q218P/yj0y0oneffaUd4CDaFf+DnZckhAXvzTTTlbqac1+fp7pu6iVsFB/gzMTWlfqE8x60 +8wrdzz6X9Zg== X-IronPort-AV: E=McAfee;i="6000,8403,9729"; a="136433628" X-IronPort-AV: E=Sophos;i="5.76,374,1592895600"; d="scan'208";a="136433628" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Aug 2020 19:06:34 -0700 IronPort-SDR: dP9Pbspl5xIZZIqUakFcGSg980TtSr/KXbk09XM3FTnT92g7z4ZhHDLKB83P/W5ym432CqM7Tb wlFpshcQgQrg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,374,1592895600"; d="scan'208";a="476541896" Received: from shwdesssddpdqi.ccr.corp.intel.com ([10.239.158.153]) by orsmga005.jf.intel.com with ESMTP; 30 Aug 2020 19:06:32 -0700 From: "Qi Zhang" To: devel@edk2.groups.io Cc: Qi Zhang , Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Subject: [PATCH] IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec: add add FspMeasurementLib.h Date: Mon, 31 Aug 2020 10:06:29 +0800 Message-Id: <20200831020630.8895-1-qi1.zhang@intel.com> X-Mailer: git-send-email 2.26.2.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2944 Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Qi Zhang --- IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec b/IntelFsp2Wrapper= Pkg/IntelFsp2WrapperPkg.dec index 768df1336f..6852bf1271 100644 --- a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec +++ b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec @@ -26,6 +26,8 @@ ## @libraryclass Provide FSP platform related function.=0D FspWrapperPlatformLib|Include/Library/FspWrapperPlatformLib.h=0D =0D + ## @libraryclass Provide FSP TPM measurement related function.=0D + FspMeasurementLib|Include/Library/FspMeasurementLib.h=0D [Guids]=0D #=0D # GUID defined in package=0D --=20 2.26.2.windows.1