ArmPlatformPkg/ArmShellCmdRunAxf: remove BdsLib dependency

Remove ArmShellCmdRunAxf's dependency on the deprecated BdsLib by
cloning the ShutdownUefiBootServices() routine into a local source
file; this is the only BdsLib feature 'runaxf' depends on.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Tested-by: Ryan Harkin <ryan.harkin@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
Ard Biesheuvel
2017-03-29 13:13:26 +01:00
parent 80c4b23638
commit 6677dfcd12
2 changed files with 57 additions and 2 deletions

View File

@@ -43,7 +43,6 @@
[LibraryClasses]
ArmLib
BaseLib
BdsLib
DebugLib
HiiLib
ShellLib