From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 72BCC80325 for ; Mon, 6 Mar 2017 18:31:52 -0800 (PST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP; 06 Mar 2017 18:31:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,256,1484035200"; d="scan'208";a="56880423" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga002.jf.intel.com with ESMTP; 06 Mar 2017 18:31:51 -0800 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 6 Mar 2017 18:31:48 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 6 Mar 2017 18:31:48 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.59]) by shsmsx102.ccr.corp.intel.com ([169.254.2.88]) with mapi id 14.03.0248.002; Tue, 7 Mar 2017 10:31:44 +0800 From: "Ni, Ruiyu" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Justen, Jordan L" , Andrew Fish Thread-Topic: [patch] EmulatorPkg: Add the UefiBootManagerLib library Thread-Index: AQHSlupghH+eD1ScJUOMPeAqhCjTHqGIp59g Date: Tue, 7 Mar 2017 02:31:45 +0000 Deferred-Delivery: Tue, 7 Mar 2017 02:31:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5B8C22B5@SHSMSX104.ccr.corp.intel.com> References: <1488853622-61864-1-git-send-email-dandan.bi@intel.com> In-Reply-To: <1488853622-61864-1-git-send-email-dandan.bi@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [patch] EmulatorPkg: Add the UefiBootManagerLib library X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Mar 2017 02:31:52 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni Thanks/Ray > -----Original Message----- > From: Bi, Dandan > Sent: Tuesday, March 7, 2017 10:27 AM > To: edk2-devel@lists.01.org > Cc: Justen, Jordan L ; Andrew Fish > ; Ni, Ruiyu > Subject: [patch] EmulatorPkg: Add the UefiBootManagerLib library >=20 > Since shell has consumed the APIs in UefiBootManagerLib. >=20 > Cc: Jordan Justen > Cc: Andrew Fish > Cc: Ruiyu Ni > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Dandan Bi > --- > EmulatorPkg/EmulatorPkg.dsc | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >=20 > diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc > index b96b9f2..602e4fc 100644 > --- a/EmulatorPkg/EmulatorPkg.dsc > +++ b/EmulatorPkg/EmulatorPkg.dsc > @@ -2,11 +2,11 @@ > # UEFI/PI Emulation Platform with UEFI HII interface supported. > # > # The Emulation Platform can be used to debug individual modules, prior = to > creating # a real platform. This also provides an example for how an DSC= is > created. > # > -# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.
> +# Copyright (c) 2006 - 2017, Intel Corporation. All rights > +reserved.
> # Portions copyright (c) 2010 - 2011, Apple Inc. All rights reserved. # # > 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 > @@ -389,10 +389,11 @@ [Components] >=20 > NULL|ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib > .inf >=20 > HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingL > ib.inf > ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf > FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.i= nf > SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf > + > + > UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBoo > tMan > + agerLib.inf > PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf > # SafeBlockIoLib|ShellPkg/Library/SafeBlockIoLib/SafeBlockIoLib.inf > # > SafeOpenProtocolLib|ShellPkg/Library/SafeOpenProtocolLib/SafeOpenProto > colLib.inf >=20 > BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfg > CommandLib.inf > IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf > -- > 1.9.5.msysgit.1