summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2016-10-18 14:30:42 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-10-19 10:26:16 +0800
commit28165f245f26bad4dae86cda3d17458726a9a82f (patch)
tree774533fd0703f17663de40d5897e1deaea2f3324 /ShellPkg/Application
parent5e7c289fef280afd0139d040219afc7a9287aa9d (diff)
downloadedk2-28165f245f26bad4dae86cda3d17458726a9a82f.tar.gz
edk2-28165f245f26bad4dae86cda3d17458726a9a82f.tar.bz2
edk2-28165f245f26bad4dae86cda3d17458726a9a82f.zip
ShellPkg: Update sources to include MdePkg protocol definitions
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Diffstat (limited to 'ShellPkg/Application')
-rw-r--r--ShellPkg/Application/Shell/Shell.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ShellPkg/Application/Shell/Shell.h b/ShellPkg/Application/Shell/Shell.h
index a93ea60ad1..25ac114da7 100644
--- a/ShellPkg/Application/Shell/Shell.h
+++ b/ShellPkg/Application/Shell/Shell.h
@@ -17,17 +17,16 @@
#define _SHELL_INTERNAL_HEADER_
#include <Uefi.h>
-#include <ShellBase.h>
#include <Guid/ShellVariableGuid.h>
#include <Guid/ShellAliasGuid.h>
#include <Protocol/LoadedImage.h>
#include <Protocol/SimpleTextOut.h>
-#include <Protocol/EfiShell.h>
+#include <Protocol/Shell.h>
#include <Protocol/EfiShellInterface.h>
#include <Protocol/EfiShellEnvironment2.h>
-#include <Protocol/EfiShellParameters.h>
+#include <Protocol/ShellParameters.h>
#include <Protocol/BlockIo.h>
#include <Protocol/HiiPackageList.h>