mirror of https://github.com/acidanthera/audk.git
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:
parent
c592181266
commit
afcef7560f
|
@ -61,7 +61,7 @@
|
|||
[Depex]
|
||||
gEfiVariableArchProtocolGuid AND
|
||||
gEfiVariableWriteArchProtocolGuid AND
|
||||
( gEfiTcgProtocolGuid OR gEfiTrEEProtocolGuid )
|
||||
( gEfiTcgProtocolGuid OR gEfiTcg2ProtocolGuid )
|
||||
|
||||
[UserExtensions.TianoCore."ExtraFiles"]
|
||||
TcgMorExtra.uni
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
[Depex]
|
||||
gEfiSmmVariableProtocolGuid AND
|
||||
gSmmVariableWriteGuid AND
|
||||
( gEfiTcgProtocolGuid OR gEfiTrEEProtocolGuid )
|
||||
( gEfiTcgProtocolGuid OR gEfiTcg2ProtocolGuid )
|
||||
|
||||
[UserExtensions.TianoCore."ExtraFiles"]
|
||||
TcgMorLockExtra.uni
|
||||
|
|
Loading…
Reference in New Issue