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 8536E21E2DA60 for ; Wed, 16 Aug 2017 01:10:46 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP; 16 Aug 2017 01:13:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,381,1498546800"; d="scan'208";a="1163120728" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga001.jf.intel.com with ESMTP; 16 Aug 2017 01:13:12 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 16 Aug 2017 01:13:12 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 16 Aug 2017 01:13:11 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.114]) by shsmsx102.ccr.corp.intel.com ([169.254.2.183]) with mapi id 14.03.0319.002; Wed, 16 Aug 2017 16:13:09 +0800 From: "Ni, Ruiyu" To: "Dong, Eric" , "edk2-devel@lists.01.org" CC: "Shao, Ming" Thread-Topic: [edk2] [Patch] UefiCpuPkg BaseUefiCpuLib: remove error reference code. Thread-Index: AQHTFYfONbJLRmFLg0iBJJjdFo1TOKKGo69g Date: Wed, 16 Aug 2017 08:13:08 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5B9EF3FD@SHSMSX104.ccr.corp.intel.com> References: <1502775098-14688-1-git-send-email-eric.dong@intel.com> <1502775098-14688-3-git-send-email-eric.dong@intel.com> In-Reply-To: <1502775098-14688-3-git-send-email-eric.dong@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] UefiCpuPkg BaseUefiCpuLib: remove error reference code. 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: Wed, 16 Aug 2017 08:10:46 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable How about changing title to "UefiCpuPkg/BaseUefiCpuLib.inf: Remove unnecess= ary library class"? Thanks/Ray > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Eric Dong > Sent: Tuesday, August 15, 2017 1:32 PM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu ; Shao, Ming > Subject: [edk2] [Patch] UefiCpuPkg BaseUefiCpuLib: remove error reference > code. >=20 > UefiCpuLib inf file reference itself in [LibraryClasses] > section, this is not necessary. This patch remove it. >=20 > Cc: Ruiyu Ni > Cc: Ming Shao > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Eric Dong > --- > UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) >=20 > diff --git a/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf > b/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf > index b397ce0..ce5d3aa 100644 > --- a/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf > +++ b/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf > @@ -3,7 +3,7 @@ > # > # The library routines are UEFI specification compliant. > # > -# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved. > +# Copyright (c) 2009 - 2017, Intel Corporation. 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 ma= y be > found at > @@ -42,7 +42,3 @@ > [Packages] > MdePkg/MdePkg.dec > UefiCpuPkg/UefiCpuPkg.dec > - > -[LibraryClasses] > - UefiCpuLib > - > -- > 2.7.0.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel