mirror of https://github.com/acidanthera/audk.git
SecurityPkg/dsc: add FvEventLogRecordLib
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2376 Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Signed-off-by: Qi Zhang <qi1.zhang@intel.com> Message-Id: <20200818062618.3698-6-qi1.zhang@intel.com> Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
This commit is contained in:
parent
53ea57fea4
commit
6847329af2
|
@ -84,6 +84,9 @@
|
|||
#
|
||||
VariableKeyLib|Include/Library/VariableKeyLib.h
|
||||
|
||||
## @libraryclass Provides interfaces about firmware TPM measurement.
|
||||
#
|
||||
TcgEventLogRecordLib|Include/Library/TcgEventLogRecordLib.h
|
||||
[Guids]
|
||||
## Security package token space guid.
|
||||
# Include/Guid/SecurityPkgTokenSpace.h
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
|
||||
VariableKeyLib|SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNull.inf
|
||||
RpmcLib|SecurityPkg/Library/RpmcLibNull/RpmcLibNull.inf
|
||||
TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLogRecordLib.inf
|
||||
|
||||
[LibraryClasses.ARM]
|
||||
#
|
||||
|
@ -240,6 +241,7 @@
|
|||
SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf
|
||||
SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf
|
||||
SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.inf
|
||||
SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLogRecordLib.inf
|
||||
|
||||
[Components.IA32, Components.X64, Components.ARM, Components.AARCH64]
|
||||
SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
|
||||
|
|
Loading…
Reference in New Issue