From 3fe23dc606d19a13c8407d624678d6834b08b344 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Wed, 14 Jan 2015 16:25:48 +0000 Subject: ShellPkg: UefiShellLib: drop wrong PathLib library class dependency SVN r16601 ("MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library Migration.") incorporated ShellPkg/Library/BasePathLib into MdePkg/Library/BaseLib. BasePathLib had been the only instance of library class PathLib. Even so, SVN r16606 ("ShellPkg: allow creating of files to create required directory path") added a PathLib dependency to "ShellPkg/Library/UefiShellLib/UefiShellLib.inf". This breaks edk2 platforms that build the "new" UEFI shell from source. Undo the wrong dependency. Similarly, update the #include directive to (example function prototype: PathRemoveLastItem()). Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek Reviewed-by: Jaben Carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16609 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Library/UefiShellLib/UefiShellLib.inf | 1 - 1 file changed, 1 deletion(-) (limited to 'ShellPkg/Library/UefiShellLib/UefiShellLib.inf') diff --git a/ShellPkg/Library/UefiShellLib/UefiShellLib.inf b/ShellPkg/Library/UefiShellLib/UefiShellLib.inf index da06c34884..8eedfce8b6 100644 --- a/ShellPkg/Library/UefiShellLib/UefiShellLib.inf +++ b/ShellPkg/Library/UefiShellLib/UefiShellLib.inf @@ -48,7 +48,6 @@ UefiLib HiiLib SortLib - PathLib [Protocols] gEfiSimpleFileSystemProtocolGuid # ALWAYS_CONSUMED -- cgit v1.2.3