summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2016-10-18 14:32:34 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-10-19 10:28:53 +0800
commitdff49edc2b9526a721a4fa863bbbf6e4977b58cb (patch)
treee58960d99f51a55e0426f400bd09440f9388a70b
parent28165f245f26bad4dae86cda3d17458726a9a82f (diff)
downloadedk2-dff49edc2b9526a721a4fa863bbbf6e4977b58cb.tar.gz
edk2-dff49edc2b9526a721a4fa863bbbf6e4977b58cb.tar.bz2
edk2-dff49edc2b9526a721a4fa863bbbf6e4977b58cb.zip
ArmPlatformPkg/ArmShellCmdRunAxf: Reference MdePkg protocol definition
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
-rw-r--r--ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.h b/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.h
index 8599961d37..2708b53cc1 100644
--- a/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.h
+++ b/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.h
@@ -15,10 +15,8 @@
#ifndef __ARM_SHELL_CMD_RUNAXF__
#define __ARM_SHELL_CMD_RUNAXF__
-#include <ShellBase.h>
-
-#include <Protocol/EfiShell.h>
-#include <Protocol/EfiShellDynamicCommand.h>
+#include <Protocol/Shell.h>
+#include <Protocol/ShellDynamicCommand.h>
#include <Library/HiiLib.h>
#include <Library/ShellLib.h>