On 10/31/2014 9:36 AM, Carsey, Jaben wrote:
Looks like a minor bug. Can you submit a patch?
Thanks. I've attached a patch against svn/branches/UDK2014.SP1. -- Bruce
From b34c0856373c3115d2a0bea152bba77279c5dc92 Mon Sep 17 00:00:00 2001 From: Bruce Cran <bruce.c...@gmail.com> Date: Fri, 31 Oct 2014 15:15:49 -0600 Subject: [PATCH] ShellPkg: UefiHandleParsingLib consumes gEfiShellDynamicCommandProtocolGuid UefiHandleParsingLib in ShellPkg now depends on gEfiShellDynamicCommandProtocolGuid, so add it to the inf file as being consumed. Contributed-under: Tianocore Contribution Agreement 1.0 Signed-off-by: Bruce Cran <bruce.c...@gmail.com> --- ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf index caf0841..badc948 100644 --- a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf +++ b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf @@ -53,6 +53,9 @@ [Protocols] gEfiSimpleFileSystemProtocolGuid ##CONSUMES + # shell 2.1 + gEfiShellDynamicCommandProtocolGuid ##CONSUMES + # shell 2.0 gEfiShellProtocolGuid ##SOMETIMES_CONSUMED gEfiShellParametersProtocolGuid ##SOMETIMES_CONSUMED -- 1.8.4.msysgit.0
------------------------------------------------------------------------------
_______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel