From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id BE7F621A04820 for ; Fri, 31 Mar 2017 22:18:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491023895; x=1522559895; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=V2FI1ygIZVqllKVTUmhEwehbXrAAHcVg7PpeQyzcD+8=; b=Vhz/NRXBeLqYag0LdNxIJlIkRJ+X5YC2p7SQw0AQw1jmaAy2Han6mPAY R6+JhU2ar38sMuARfICt4v9jWbM7AQ==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Mar 2017 22:18:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,255,1486454400"; d="scan'208";a="83379805" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga006.fm.intel.com with ESMTP; 31 Mar 2017 22:18:15 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 31 Mar 2017 22:18:14 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 31 Mar 2017 22:18:14 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.212]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.253]) with mapi id 14.03.0248.002; Sat, 1 Apr 2017 13:18:12 +0800 From: "Gao, Liming" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" CC: Kinney D Michael , "Carsey, Jaben" Thread-Topic: [PATCH] MdePkg/Shell.h: Update Shell version from 2.1 to 2.2 Thread-Index: AQHSqipviBEO9XcfN0ejXAD9tWuujKGv+fug Date: Sat, 1 Apr 2017 05:18:12 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D707A48@shsmsx102.ccr.corp.intel.com> References: <20170331142336.398180-1-ruiyu.ni@intel.com> In-Reply-To: <20170331142336.398180-1-ruiyu.ni@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH] MdePkg/Shell.h: Update Shell version from 2.1 to 2.2 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 05:18:15 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao Please add the commit message to support UEFI Shell spec 2.2. >-----Original Message----- >From: Ni, Ruiyu >Sent: Friday, March 31, 2017 10:24 PM >To: edk2-devel@lists.01.org >Cc: Kinney D Michael ; Carsey, Jaben >; Gao, Liming >Subject: [PATCH] MdePkg/Shell.h: Update Shell version from 2.1 to 2.2 > >Contributed-under: TianoCore Contribution Agreement 1.0 >Signed-off-by: Ruiyu Ni >Cc: Kinney D Michael >Cc: Jaben Carsey >Cc: Liming Gao >--- > MdePkg/Include/Protocol/Shell.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/MdePkg/Include/Protocol/Shell.h >b/MdePkg/Include/Protocol/Shell.h >index b4bf2f4..e3889a9 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 inclu= ding >errata. > > (C) Copyright 2014 Hewlett-Packard Development Company, L.P.
>- Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.
>+ Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.
> This program and the accompanying materials > are licensed and made available under the terms and conditions of the B= SD >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 =3D 2, >- SHELL_MINOR_VERSION =3D 1 >+ SHELL_MINOR_VERSION =3D 2 > }; > > #endif >-- >2.9.0.windows.1