]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg/Shell.h: Update Shell version from 2.1 to 2.2
authorRuiyu Ni <ruiyu.ni@intel.com>
Fri, 31 Mar 2017 14:23:13 +0000 (22:23 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Sat, 1 Apr 2017 05:20:10 +0000 (13:20 +0800)
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>
MdePkg/Include/Protocol/Shell.h

index b4bf2f4df4b3534be826319133c1fda4cef5fb5b..e3889a96e2408ef50e436668ab5061831be3979b 100644 (file)
@@ -2,7 +2,7 @@
   EFI Shell protocol as defined in the UEFI Shell 2.0 specification including errata.\r
 \r
   (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>\r
-  Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -1262,7 +1262,7 @@ extern EFI_GUID gEfiShellProtocolGuid;
 \r
 enum ShellVersion {\r
   SHELL_MAJOR_VERSION = 2,\r
-  SHELL_MINOR_VERSION = 1\r
+  SHELL_MINOR_VERSION = 2\r
 };\r
 \r
 #endif\r