Reviewed-by: Sean Rhodes On Mon, 6 Mar 2023 at 08:38, Patrick Rudolph wrote: > 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 > --- > 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 > >