From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.115; helo=mga14.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 67D9820945BAE for ; Mon, 25 Sep 2017 05:44:26 -0700 (PDT) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2017 05:47:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,436,1500966000"; d="scan'208";a="153021472" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga005.jf.intel.com with ESMTP; 25 Sep 2017 05:47:36 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 25 Sep 2017 05:47:35 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 25 Sep 2017 05:47:35 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.152]) with mapi id 14.03.0319.002; Mon, 25 Sep 2017 20:47:33 +0800 From: "Ni, Ruiyu" To: "Gao, Liming" , "edk2-devel@lists.01.org" CC: "Carsey, Jaben" Thread-Topic: [Patch 05/11] ShellPkg: Update Guid usage in ShellLib INF to match source code logic Thread-Index: AQHTNe5hRjpbqRrBOEewmrHVhR6KaaLFjOMA Date: Mon, 25 Sep 2017 12:47:32 +0000 Deferred-Delivery: Mon, 25 Sep 2017 12:47:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5BA68BA1@SHSMSX103.ccr.corp.intel.com> References: <1506337584-9588-1-git-send-email-liming.gao@intel.com> <1506337584-9588-6-git-send-email-liming.gao@intel.com> In-Reply-To: <1506337584-9588-6-git-send-email-liming.gao@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 05/11] ShellPkg: Update Guid usage in ShellLib INF to match source code logic 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: Mon, 25 Sep 2017 12:44:26 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni -----Original Message----- From: Gao, Liming=20 Sent: Monday, September 25, 2017 7:06 PM To: edk2-devel@lists.01.org Cc: Carsey, Jaben ; Ni, Ruiyu Subject: [Patch 05/11] ShellPkg: Update Guid usage in ShellLib INF to match= source code logic Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Cc: Jaben Carsey Cc: Ruiyu Ni --- ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf= b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf index 4c1c3d3..c88aa4a 100644 --- a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf +++ b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf @@ -295,7 +295,7 @@ =20 [Guids] gEfiFileInfoGuid ## UNDEFINED - gEfiShellEnvironment2ExtGuid ## CONSUMES ## G= UID + gEfiShellEnvironment2ExtGuid ## SOMETIMES_CON= SUMES ## GUID gEfiPcAnsiGuid ## UNDEFINED gEfiVT100Guid ## UNDEFINED gEfiVT100PlusGuid ## UNDEFINED --=20 2.8.0.windows.1