SecurityPkg: MOR drivers use Tcg2Protocol instead of TrEE.

The official TCG standard uses Tcg2Protocol, instead of TrEE.
We should update TCG driver to use Tcg2Protocol, too.
TrEE should be used only for old TrEE implementation.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com>
Reviewed-by: "Zhang, Chao B" <chao.b.zhang@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19633 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Yao, Jiewen 2016-01-11 05:12:31 +00:00 committed by jyao1
parent c592181266
commit afcef7560f
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
[Depex]
gEfiVariableArchProtocolGuid AND
gEfiVariableWriteArchProtocolGuid AND
( gEfiTcgProtocolGuid OR gEfiTrEEProtocolGuid )
( gEfiTcgProtocolGuid OR gEfiTcg2ProtocolGuid )
[UserExtensions.TianoCore."ExtraFiles"]
TcgMorExtra.uni

View File

@ -61,7 +61,7 @@
[Depex]
gEfiSmmVariableProtocolGuid AND
gSmmVariableWriteGuid AND
( gEfiTcgProtocolGuid OR gEfiTrEEProtocolGuid )
( gEfiTcgProtocolGuid OR gEfiTcg2ProtocolGuid )
[UserExtensions.TianoCore."ExtraFiles"]
TcgMorLockExtra.uni