From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 3EF9A80452 for ; Sun, 19 Mar 2017 23:38:43 -0700 (PDT) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 19 Mar 2017 23:38:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,191,1486454400"; d="scan'208";a="77232389" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 19 Mar 2017 23:38:42 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 19 Mar 2017 23:38:42 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 19 Mar 2017 23:38:42 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.59]) by SHSMSX103.ccr.corp.intel.com ([10.239.4.69]) with mapi id 14.03.0248.002; Mon, 20 Mar 2017 14:38:40 +0800 From: "Ni, Ruiyu" To: "Bi, Dandan" , "edk2-devel@lists.01.org" Thread-Topic: [patch] EmulatorPkg: Add SortLib/UefiBootManagerLib Thread-Index: AQHSoUNMMfJ/wXegWkO7KlC5iti+sqGdRklw Date: Mon, 20 Mar 2017 06:38:39 +0000 Deferred-Delivery: Mon, 20 Mar 2017 06:38:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5B8CF01C@SHSMSX104.ccr.corp.intel.com> References: <1489991259-38164-1-git-send-email-dandan.bi@intel.com> <1489991259-38164-2-git-send-email-dandan.bi@intel.com> In-Reply-To: <1489991259-38164-2-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 SortLib/UefiBootManagerLib 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, 20 Mar 2017 06:38:43 -0000 Content-Language: en-US Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni Thanks/Ray > -----Original Message----- > From: Bi, Dandan > Sent: Monday, March 20, 2017 2:28 PM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu > Subject: [patch] EmulatorPkg: Add SortLib/UefiBootManagerLib >=20 > ConPlatformDxe uses the UefiBootManagerLib=1B$B!$=1B(B > and UefiBootManagerLib consumes SortLib. >=20 > Cc: Ruiyu Ni > Contributed-under: TianoCore Contribution Agreement > Signed-off-by: Dandan Bi > --- > EmulatorPkg/EmulatorPkg.dsc | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc > index 602e4fc..ce0ae64 100644 > --- a/EmulatorPkg/EmulatorPkg.dsc > +++ b/EmulatorPkg/EmulatorPkg.dsc > @@ -105,10 +105,12 @@ > LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf >=20 > CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibN > ull/CpuExceptionHandlerLibNull.inf >=20 > TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/Tp > mMeasurementLibNull.inf >=20 > AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableL > ibNull.inf > VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf > + SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf > + > + > UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBoo > tMan > + agerLib.inf >=20 > [LibraryClasses.common.SEC] >=20 > PeiServicesLib|EmulatorPkg/Library/SecPeiServicesLib/SecPeiServicesLib.in= f > PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf >=20 > PeCoffGetEntryPointLib|EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLi > b/PeiEmuPeCoffGetEntryPointLib.inf > -- > 1.9.5.msysgit.1