public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] Security Tcg2Smm: Add missing gEfiTcg2ProtocolGuid dependency
@ 2017-02-20  6:16 Star Zeng
  2017-02-20  7:47 ` Yao, Jiewen
  2017-02-21  6:50 ` Zhang, Chao B
  0 siblings, 2 replies; 3+ messages in thread
From: Star Zeng @ 2017-02-20  6:16 UTC (permalink / raw)
  To: edk2-devel; +Cc: Star Zeng, Jiewen Yao, Chao Zhang

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=380

gEfiTcgProtocolGuid dependency was added in TcgSmm.
But gEfiTcg2ProtocolGuid dependency is missing in Tcg2Smm.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
---
 SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf b/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
index 70184740c49d..c4efa2a188ef 100644
--- a/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
+++ b/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
@@ -79,7 +79,8 @@ [Pcd]
 [Depex]
   gEfiAcpiTableProtocolGuid AND
   gEfiSmmSwDispatch2ProtocolGuid AND
-  gEfiSmmVariableProtocolGuid
+  gEfiSmmVariableProtocolGuid AND
+  gEfiTcg2ProtocolGuid
 
 [UserExtensions.TianoCore."ExtraFiles"]
   Tcg2SmmExtra.uni
-- 
2.7.0.windows.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-21  6:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-20  6:16 [PATCH] Security Tcg2Smm: Add missing gEfiTcg2ProtocolGuid dependency Star Zeng
2017-02-20  7:47 ` Yao, Jiewen
2017-02-21  6:50 ` Zhang, Chao B

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox