diff options
author | Olivier Martin <olivier.martin@arm.com> | 2015-01-13 18:58:00 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@Edk2> | 2015-01-13 18:58:00 +0000 |
commit | fa14cfc927e34ddc07dfbb7af7bbdc51b40c949a (patch) | |
tree | f5322eeaedfb741cbb40af3991e4df2f627de860 /ArmPlatformPkg/FileSystem | |
parent | 173acde9162ad099005ef25456237c8a0e1b8d7f (diff) | |
download | edk2-platforms-fa14cfc927e34ddc07dfbb7af7bbdc51b40c949a.tar.xz |
ArmPlatformPkg: Fixed builds after some ShellPkg libraries have moved
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
Diffstat (limited to 'ArmPlatformPkg/FileSystem')
-rw-r--r-- | ArmPlatformPkg/FileSystem/BootMonFs/BootMonFs.inf | 4 | ||||
-rw-r--r-- | ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsOpenClose.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFs.inf b/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFs.inf index 43595d88ee..b42d205a2b 100644 --- a/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFs.inf +++ b/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFs.inf @@ -1,7 +1,7 @@ #/** @file
# Support for ARM Boot Monitor File System
#
-# Copyright (c) 2012-2014, ARM Ltd. All rights reserved.<BR>
+# Copyright (c) 2012-2015, ARM Ltd. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -34,11 +34,9 @@ ArmPlatformPkg/ArmPlatformPkg.dec
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
- ShellPkg/ShellPkg.dec
[LibraryClasses]
BaseLib
- BasePathLib
DevicePathLib
MemoryAllocationLib
PrintLib
diff --git a/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsOpenClose.c b/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsOpenClose.c index dc83b3882b..af2fe514f0 100644 --- a/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsOpenClose.c +++ b/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsOpenClose.c @@ -1,6 +1,6 @@ /** @file
*
-* Copyright (c) 2012-2014, ARM Limited. All rights reserved.
+* Copyright (c) 2012-2015, ARM Limited. All rights reserved.
*
* This program and the accompanying materials
* are licensed and made available under the terms and conditions of the BSD License
@@ -12,7 +12,6 @@ *
**/
-#include <Library/PathLib.h>
#include "BootMonFsInternal.h"
// Clear a file's image description on storage media:
|