Add protocol gEfiHiiPackageListProtocolGuid to DEPEX
to make sure it's present before using it.
Fixes ASSERTION seen on DEBUG build.
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
---
ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf b/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
index b0c8e8f84b..d0d849a1eb 100644
--- a/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
+++ b/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
@@ -57,4 +57,4 @@
gEfiShellDynamicCommandProtocolGuid ## PRODUCES
[DEPEX]
- TRUE
+ gEfiHiiPackageListProtocolGuid
--
2.39.1