]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg: Fixed builds after some ShellPkg libraries have moved
authorOlivier Martin <olivier.martin@arm.com>
Tue, 13 Jan 2015 18:58:00 +0000 (18:58 +0000)
committeroliviermartin <oliviermartin@Edk2>
Tue, 13 Jan 2015 18:58:00 +0000 (18:58 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16605 6f19259b-4bc3-4df7-8a09-765794883524

ArmPlatformPkg/ArmVExpressPkg/ArmVExpress.dsc.inc
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFs.inf
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsOpenClose.c

index 8c6368cb780be79a408ac6b8f4a1847bdb216cd8..68e2bc7f6e3b8453bfa3d9a72a68ff45003b4259 100644 (file)
@@ -1,5 +1,5 @@
 #\r
-#  Copyright (c) 2011-2014, ARM Limited. All rights reserved.\r
+#  Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -23,7 +23,6 @@
   DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
 \r
   BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
-  BasePathLib|ShellPkg/Library/BasePathLib/BasePathLib.inf\r
   SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
   PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
   PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
   # It uses the Shell libraries.\r
   ArmShellCmdRunAxfLib|ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.inf\r
   ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
-  FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
-  SortLib|ShellPkg/Library/UefiSortLib/UefiSortLib.inf\r
+  FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
+  SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
 \r
 [LibraryClasses.common.SEC]\r
   ArmPlatformSecExtraActionLib|ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf\r
index 43595d88ee6f40a8cacf16dd01eec587f465f6ff..b42d205a2bc3b432aad5755fc27279b28f9a84c6 100644 (file)
@@ -1,7 +1,7 @@
 #/** @file\r
 #  Support for ARM Boot Monitor File System\r
 #\r
-#  Copyright (c) 2012-2014, ARM Ltd. All rights reserved.<BR>\r
+#  Copyright (c) 2012-2015, ARM Ltd. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   ArmPlatformPkg/ArmPlatformPkg.dec\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  ShellPkg/ShellPkg.dec\r
 \r
 [LibraryClasses]\r
   BaseLib\r
-  BasePathLib\r
   DevicePathLib\r
   MemoryAllocationLib\r
   PrintLib\r
index dc83b3882b2b7f0fe54386ba2a7a475305589978..af2fe514f0440221d1ff710d58fe08b904ae8e58 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 *\r
-*  Copyright (c) 2012-2014, ARM Limited. All rights reserved.\r
+*  Copyright (c) 2012-2015, ARM Limited. All rights reserved.\r
 *\r
 *  This program and the accompanying materials\r
 *  are licensed and made available under the terms and conditions of the BSD License\r
@@ -12,7 +12,6 @@
 *\r
 **/\r
 \r
-#include <Library/PathLib.h>\r
 #include "BootMonFsInternal.h"\r
 \r
 // Clear a file's image description on storage media:\r