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=liming.gao@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 3811221A00AE6 for ; Mon, 24 Sep 2018 18:16:41 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Sep 2018 18:16:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,300,1534834800"; d="scan'208";a="94502286" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 24 Sep 2018 18:16:16 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 24 Sep 2018 18:16:16 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.183]) by shsmsx102.ccr.corp.intel.com ([169.254.2.140]) with mapi id 14.03.0319.002; Tue, 25 Sep 2018 09:16:14 +0800 From: "Gao, Liming" To: "Chen, Chen A" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" Thread-Topic: [PATCH 1/3] IntelFrameworkModulePkg: Remove the missing PalLib in DSC file. Thread-Index: AQHUUUaQIIFTShwaxkewATbIiRGmOaUAN7pg Date: Tue, 25 Sep 2018 01:16:13 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E31781E@SHSMSX104.ccr.corp.intel.com> References: <20180921010025.7088-1-chen.a.chen@intel.com> In-Reply-To: <20180921010025.7088-1-chen.a.chen@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:16:41 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 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 >; Kinney, Michael D >Subject: [PATCH 1/3] IntelFrameworkModulePkg: Remove the missing PalLib >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