summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/Shell.h
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2017-03-31 22:23:13 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2017-04-01 13:20:10 +0800
commit45f87893daa394e3eea3ce3ff1b520c8c8795aec (patch)
tree07df0689f4cd84037a34a7ee2e32cc24f33267a4 /MdePkg/Include/Protocol/Shell.h
parentee58438970c13329fe35d04e2432e0b7d2703190 (diff)
downloadedk2-45f87893daa394e3eea3ce3ff1b520c8c8795aec.tar.gz
edk2-45f87893daa394e3eea3ce3ff1b520c8c8795aec.tar.bz2
edk2-45f87893daa394e3eea3ce3ff1b520c8c8795aec.zip
MdePkg/Shell.h: Update Shell version from 2.1 to 2.2
All the Shell 2.2 features are implemented except DMEM/MM changes which are pending on spec change. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Kinney D Michael <kinney.d.michael@intel.com> Cc: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg/Include/Protocol/Shell.h')
-rw-r--r--MdePkg/Include/Protocol/Shell.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/Shell.h b/MdePkg/Include/Protocol/Shell.h
index b4bf2f4df4..e3889a96e2 100644
--- a/MdePkg/Include/Protocol/Shell.h
+++ b/MdePkg/Include/Protocol/Shell.h
@@ -2,7 +2,7 @@
EFI Shell protocol as defined in the UEFI Shell 2.0 specification including errata.
(C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>
- Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -1262,7 +1262,7 @@ extern EFI_GUID gEfiShellProtocolGuid;
enum ShellVersion {
SHELL_MAJOR_VERSION = 2,
- SHELL_MINOR_VERSION = 1
+ SHELL_MINOR_VERSION = 2
};
#endif