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.115; helo=mga14.intel.com; envelope-from=jiewen.yao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 4097B21148ECD for ; Thu, 20 Sep 2018 18:03:07 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Sep 2018 18:03:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,282,1534834800"; d="scan'208";a="72527302" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga008.fm.intel.com with ESMTP; 20 Sep 2018 18:02:52 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 20 Sep 2018 18:02:51 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 20 Sep 2018 18:02:51 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.70]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.226]) with mapi id 14.03.0319.002; Fri, 21 Sep 2018 09:02:49 +0800 From: "Yao, Jiewen" To: "Chen, Chen A" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" Thread-Topic: [PATCH 3/3] SignedCapsulePkg: Remove the missing PalLib in DSC file. Thread-Index: AQHUUUaTsGSrk0efvUyiLkll/6dSuKT56wUQ Date: Fri, 21 Sep 2018 01:02:48 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503AD7C8BA@shsmsx102.ccr.corp.intel.com> References: <20180921010025.7088-1-chen.a.chen@intel.com> <20180921010025.7088-3-chen.a.chen@intel.com> In-Reply-To: <20180921010025.7088-3-chen.a.chen@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2Y5MTRhNGQtMmQ2My00Mzk1LWIyYTMtMjQ4YzhiNDU5YWIzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiU0lvV25KT2RDd2U0TkI3T0NrQnUrdDB4THdkQnAwbXFLckRYY1NFaXgzWlNVYW5GdWlvYkhoSUtVVVRudWRGRSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 3/3] SignedCapsulePkg: 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: Fri, 21 Sep 2018 01:03:08 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jiewen.yao@intel.com > -----Original Message----- > From: Chen, Chen A > Sent: Friday, September 21, 2018 9:00 AM > To: edk2-devel@lists.01.org > Cc: Chen, Chen A ; Yao, Jiewen > ; Kinney, Michael D > Subject: [PATCH 3/3] SignedCapsulePkg: Remove the missing PalLib in DSC > file. >=20 > The PalLib will remove in MdePkg, so remove this lib from DSC file. >=20 > Cc: Jiewen Yao > Cc: Michael D Kinney > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Chen A Chen > --- > SignedCapsulePkg/SignedCapsulePkg.dsc | 1 - > 1 file changed, 1 deletion(-) >=20 > diff --git a/SignedCapsulePkg/SignedCapsulePkg.dsc > b/SignedCapsulePkg/SignedCapsulePkg.dsc > index 7ea74d7346..db7f176166 100644 > --- a/SignedCapsulePkg/SignedCapsulePkg.dsc > +++ b/SignedCapsulePkg/SignedCapsulePkg.dsc > @@ -77,7 +77,6 @@ >=20 > SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.= in > f >=20 > CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.in > f > PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf > - PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf >=20 > CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/Custo > mizedDisplayLib.inf > # > # Misc > -- > 2.16.2.windows.1