diff options
author | czhang46 <czhang46@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-08-27 00:52:18 +0000 |
---|---|---|
committer | czhang46 <czhang46@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-08-27 00:52:18 +0000 |
commit | 333a53ee5bba34a2703cba665f70ebd3da124eac (patch) | |
tree | e633dd583ab0b2bb1b2af9071c49bcad4937f0d2 /SecurityPkg/Tcg/TcgPei/TcgPei.inf | |
parent | 9063c328dff827ef9deb1ce0dde75112c496e072 (diff) | |
download | edk2-platforms-333a53ee5bba34a2703cba665f70ebd3da124eac.tar.xz |
Use firmware version instead of hardcode string for S-CRTM version identifier
Signed-off-by: Chao Zhang <chao.b.zhang@intel.com>
Reviewed-by : Fu, Siyuan <siyuan.fu@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13677 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg/Tcg/TcgPei/TcgPei.inf')
-rw-r--r-- | SecurityPkg/Tcg/TcgPei/TcgPei.inf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/SecurityPkg/Tcg/TcgPei/TcgPei.inf b/SecurityPkg/Tcg/TcgPei/TcgPei.inf index 5d7da7f5e0..1c4db06ce4 100644 --- a/SecurityPkg/Tcg/TcgPei/TcgPei.inf +++ b/SecurityPkg/Tcg/TcgPei/TcgPei.inf @@ -46,6 +46,8 @@ TimerLib
IoLib
PeiServicesTablePointerLib
+ BaseLib
+ PcdLib
[Guids]
gTcgEventEntryHobGuid
@@ -64,6 +66,7 @@ [FixedPcd]
gEfiSecurityPkgTokenSpaceGuid.PcdHideTpmSupport
gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported ## CONSUMES
+ gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString ## CONSUMES
[Depex]
gEfiPeiMasterBootModePpiGuid AND
|