]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SecurityPkg/dsc: add FvEventLogRecordLib
authorQi Zhang <qi1.zhang@intel.com>
Tue, 18 Aug 2020 06:26:15 +0000 (14:26 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 26 Aug 2020 15:56:11 +0000 (15:56 +0000)
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>
SecurityPkg/SecurityPkg.dec
SecurityPkg/SecurityPkg.dsc

index 42fc48cc1fa1233fcc22e2daf1ea526a7cb20758..1b7d62e802b38d58b433d4b53e7314ad7216de72 100644 (file)
@@ -84,6 +84,9 @@
   #\r
   VariableKeyLib|Include/Library/VariableKeyLib.h\r
 \r
+  ## @libraryclass  Provides interfaces about firmware TPM measurement.\r
+  #\r
+  TcgEventLogRecordLib|Include/Library/TcgEventLogRecordLib.h\r
 [Guids]\r
   ## Security package token space guid.\r
   # Include/Guid/SecurityPkgTokenSpace.h\r
index 28effe3edaf17fcd4d7d97237ec7cca73ae31f7d..36d15b79f92823a48741d03a94b98f282f4ff195 100644 (file)
@@ -66,6 +66,7 @@
   ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf\r
   VariableKeyLib|SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNull.inf\r
   RpmcLib|SecurityPkg/Library/RpmcLibNull/RpmcLibNull.inf\r
+  TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLogRecordLib.inf\r
 \r
 [LibraryClasses.ARM]\r
   #\r
   SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf\r
   SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf\r
   SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.inf\r
+  SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLogRecordLib.inf\r
 \r
 [Components.IA32, Components.X64, Components.ARM, Components.AARCH64]\r
   SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf\r