mirror of https://github.com/acidanthera/audk.git
Roll back the dependency change in MOR driver.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dong, Guo <guo.dong@intel.com> Reviewed-by: Gao, Liming <liming.gao@intel.com> Reviewed-by: Yao, Jiewen <jiewen.yao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16179 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0a0ca7877d
commit
365614e21e
|
@ -51,7 +51,8 @@
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
gEfiVariableArchProtocolGuid AND
|
gEfiVariableArchProtocolGuid AND
|
||||||
gEfiVariableWriteArchProtocolGuid
|
gEfiVariableWriteArchProtocolGuid AND
|
||||||
|
( gEfiTcgProtocolGuid OR gEfiTrEEProtocolGuid )
|
||||||
|
|
||||||
[UserExtensions.TianoCore."ExtraFiles"]
|
[UserExtensions.TianoCore."ExtraFiles"]
|
||||||
TcgMorExtra.uni
|
TcgMorExtra.uni
|
||||||
|
|
Loading…
Reference in New Issue