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.151; helo=mga17.intel.com; envelope-from=chen.a.chen@intel.com; receiver=edk2-devel@lists.01.org Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (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 DF30E211546E4 for ; Mon, 24 Sep 2018 18:21:45 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Sep 2018 18:21:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,300,1534834800"; d="scan'208";a="72585445" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga007.fm.intel.com with ESMTP; 24 Sep 2018 18:16:39 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 24 Sep 2018 18:16:39 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 24 Sep 2018 18:16:38 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.140]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.37]) with mapi id 14.03.0319.002; Tue, 25 Sep 2018 09:16:36 +0800 From: "Chen, Chen A" To: "Gao, Liming" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" Thread-Topic: [PATCH 1/3] IntelFrameworkModulePkg: Remove the missing PalLib in DSC file. Thread-Index: AQHUUUaQ4VydflOR8k2MsZ87sK9hs6T/sgmAgACGMYA= Date: Tue, 25 Sep 2018 01:16:35 +0000 Message-ID: <8CCE94730AD68946B3D28B43192D9D2D028771DE@shsmsx102.ccr.corp.intel.com> References: <20180921010025.7088-1-chen.a.chen@intel.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14E31781E@SHSMSX104.ccr.corp.intel.com> In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14E31781E@SHSMSX104.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 1/3] IntelFrameworkModulePkg: Remove the missing PalLib in DSC file. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2018 01:21:46 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Ok -----Original Message----- From: Gao, Liming=20 Sent: Tuesday, September 25, 2018 9:16 AM To: Chen, Chen A ; edk2-devel@lists.01.org Cc: Kinney, Michael D Subject: RE: [PATCH 1/3] IntelFrameworkModulePkg: Remove the missing PalLib= in DSC file. Chen: Please update patch title and commit message to follow Star comments.=20 =20 Reviewed-by: Liming Gao Thanks Liming >-----Original Message----- >From: Chen, Chen A >Sent: Friday, September 21, 2018 9:00 AM >To: edk2-devel@lists.01.org >Cc: Chen, Chen A ; Gao, Liming=20 >; Kinney, Michael D >Subject: [PATCH 1/3] IntelFrameworkModulePkg: Remove the missing PalLib=20 >in DSC file. > >The PalLib will remove in MdePkg, so remove this lib from DSC file. > >Cc: Liming Gao >Cc: Michael D Kinney >Contributed-under: TianoCore Contribution Agreement 1.1 >Signed-off-by: Chen A Chen >--- > IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc >b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc >index 84e1d890b5..894c5340a0 100644 >--- a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc >+++ b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc >@@ -75,7 +75,6 @@ > >DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTable >Lib.inf > UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf > PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf >- PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf > > [LibraryClasses.common.PEIM] > HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf >-- >2.16.2.windows.1