From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.31; helo=mga06.intel.com; envelope-from=siyuan.fu@intel.com; receiver=edk2-devel@lists.01.org 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 5BA0220961074 for ; Sun, 6 May 2018 23:56:19 -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 orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 May 2018 23:56:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,373,1520924400"; d="scan'208";a="37954511" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga008.fm.intel.com with ESMTP; 06 May 2018 23:56:18 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 6 May 2018 23:56:18 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 6 May 2018 23:56:17 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.210]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.40]) with mapi id 14.03.0319.002; Mon, 7 May 2018 14:56:16 +0800 From: "Fu, Siyuan" To: "Wu, Jiaxin" , "edk2-devel@lists.01.org" CC: "Ye, Ting" , "Long, Qin" , "Bi, Dandan" Thread-Topic: [Patch] NetworkPkg/NetworkPkg.dsc: Add the instance of library class [SafeIntLib]. Thread-Index: AQHT41uES3vNoFCXc0mOg1+4dM9Gw6Qj2jpg Date: Mon, 7 May 2018 06:56:15 +0000 Message-ID: References: <20180504035255.2488-1-jiaxin.wu@intel.com> In-Reply-To: <20180504035255.2488-1-jiaxin.wu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2VmZjY5N2EtZDdhOC00ODQ3LTkzMjQtMDY5Y2Y5OWYxZjUwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiIwTFRQOHl1elYyYW5wdzJQWFk3MkZnbXpwSWwzVkIrbnpCOURZcU8yamd3ZWN5ZmtUZGIxTGhtUzJaTCtlUUVLIn0= dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch] NetworkPkg/NetworkPkg.dsc: Add the instance of library class [SafeIntLib]. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2018 06:56:19 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Fu Siyuan > -----Original Message----- > From: Wu, Jiaxin > Sent: Friday, May 4, 2018 11:53 AM > To: edk2-devel@lists.01.org > Cc: Ye, Ting ; Fu, Siyuan ; Long, > Qin ; Bi, Dandan ; Wu, Jiaxin > > Subject: [Patch] NetworkPkg/NetworkPkg.dsc: Add the instance of library > class [SafeIntLib]. >=20 > This patch is to add the instance of library class [SafeIntLib] to fix th= e > NetworkPkg build error, which is caused by the commit of 2167c7f7 that th= e > TlsLib will always consume SafeIntLib. >=20 > Cc: Ye Ting > Cc: Fu Siyuan > Cc: Long Qin > Cc: Bi Dandan > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Wu Jiaxin > --- > NetworkPkg/NetworkPkg.dsc | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/NetworkPkg/NetworkPkg.dsc b/NetworkPkg/NetworkPkg.dsc > index 471361ce86..dcca5f9fba 100644 > --- a/NetworkPkg/NetworkPkg.dsc > +++ b/NetworkPkg/NetworkPkg.dsc > @@ -43,10 +43,11 @@ >=20 > TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate= . > inf >=20 > PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNu= l > l.inf >=20 > PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCo= f > fGetEntryPointLib.inf > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf >=20 > DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLi= b > .inf > + SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf >=20 > DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf > NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf > IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf > UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf > -- > 2.16.2.windows.1