From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 AD514821CF for ; Tue, 28 Feb 2017 23:56:37 -0800 (PST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP; 28 Feb 2017 23:56:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,224,1484035200"; d="scan'208";a="1136371369" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga002.fm.intel.com with ESMTP; 28 Feb 2017 23:56:37 -0800 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 28 Feb 2017 23:56:37 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 28 Feb 2017 23:56:37 -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; Wed, 1 Mar 2017 15:56:34 +0800 From: "Ni, Ruiyu" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Carsey, Jaben" , "Gao, Liming" Thread-Topic: [PATCH 2/2] ShellPkg: Link DxeSmmPerformanceLib to make DP command generic Thread-Index: AQHSkmDm9OUfVtVfhEyIOGjaUWzdg6F/naTg Date: Wed, 1 Mar 2017 07:56:34 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5B8BBB2E@SHSMSX104.ccr.corp.intel.com> References: <1488354783-13920-1-git-send-email-star.zeng@intel.com> <1488354783-13920-3-git-send-email-star.zeng@intel.com> In-Reply-To: <1488354783-13920-3-git-send-email-star.zeng@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 2/2] ShellPkg: Link DxeSmmPerformanceLib to make DP command generic 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: Wed, 01 Mar 2017 07:56:37 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable It's great we finally have a platform independent PerformanceLib. Reviewed-by: Ruiyu Ni Thanks/Ray > -----Original Message----- > From: Zeng, Star > Sent: Wednesday, March 1, 2017 3:53 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Ni, Ruiyu ; > Carsey, Jaben ; Gao, Liming > > Subject: [PATCH 2/2] ShellPkg: Link DxeSmmPerformanceLib to make DP > command generic >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D412 >=20 > Cc: Ruiyu Ni > Cc: Jaben Carsey > Cc: Liming Gao > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Star Zeng > --- > ShellPkg/ShellPkg.dsc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc index > a87428ad6f76..4126e846cf71 100644 > --- a/ShellPkg/ShellPkg.dsc > +++ b/ShellPkg/ShellPkg.dsc > @@ -107,7 +107,7 @@ [Components] >=20 > ShellPkg/Library/UefiDpLib/UefiDpLib.inf { > > - > PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanc > eLibNull.inf > + > + > PerformanceLib|MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmm > Perform > + anceLib.inf > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf > } >=20 > -- > 2.8.1.windows.1