diff options
author | Qi Zhang <qi1.zhang@intel.com> | 2020-08-31 10:07:21 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-09-01 15:40:02 +0000 |
commit | 0c5c45a1337f82569aa9e60323e1a05a0cbbad74 (patch) | |
tree | 95efa3db4e03e83780b59a1e0d2b8b5caf43b221 /IntelFsp2WrapperPkg | |
parent | 5ffcbc46908a2037ae3260d3cfcc103e4a6a48c0 (diff) | |
download | edk2-0c5c45a1337f82569aa9e60323e1a05a0cbbad74.tar.gz edk2-0c5c45a1337f82569aa9e60323e1a05a0cbbad74.tar.bz2 edk2-0c5c45a1337f82569aa9e60323e1a05a0cbbad74.zip |
IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec: add FspMeasurementLib.h
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2944
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Eric Dong <eric.dong@intel.com>
Signed-off-by: Qi Zhang <qi1.zhang@intel.com>
Message-Id: <20200831020721.8967-1-qi1.zhang@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Diffstat (limited to 'IntelFsp2WrapperPkg')
-rw-r--r-- | IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec index 768df1336f..6852bf1271 100644 --- a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec +++ b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec @@ -26,6 +26,8 @@ ## @libraryclass Provide FSP platform related function.
FspWrapperPlatformLib|Include/Library/FspWrapperPlatformLib.h
+ ## @libraryclass Provide FSP TPM measurement related function.
+ FspMeasurementLib|Include/Library/FspMeasurementLib.h
[Guids]
#
# GUID defined in package
|