From nobody Mon Apr 29 10:31:38 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+40894+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+40894+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1558083062; cv=none; d=zoho.com; s=zohoarc; b=PO5BD2wgC9+L6RbR8HgHafg8LyWCmnia7kb6DtuDlm/r86XLRY5UaxjdxAJwYzfJPuU7P/h4lEG7+NmViHHVC9JQJuVBEcb0PDBdlRqC2BkKih34FZY+sDx/5+kq9I/9CY2KdiKhQkdPiNoaxMPZweshhlHhFEE10H0s+pVG9gU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1558083062; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=23ngBb2gSKd8vzuNDBUQ1/6Sgct+DxZFQ/PuSncDsd8=; b=VHgL6Lud8uZ4wuSUzwSvSbaKENAibMsnuXP1wJLu3JKasuofiw4rGF8dfA83VxlrqvjEtnP++lCIfv0KantsLuO9gwLLCPw5Pnjom4PSNWEPYQT50gtKY9frJeXIde98RXhcl4FPJx6THeu0nPhlHNRtGXrZb2Psfirojp+UP6U= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+40894+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1558083062353817.7386820776949; Fri, 17 May 2019 01:51:02 -0700 (PDT) Return-Path: X-Received: from mga12.intel.com (mga12.intel.com []) by groups.io with SMTP; Fri, 17 May 2019 01:51:01 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 May 2019 01:51:00 -0700 X-ExtLoop1: 1 X-Received: from lgao4-mobl1.ccr.corp.intel.com ([10.239.196.4]) by fmsmga008.fm.intel.com with ESMTP; 17 May 2019 01:51:00 -0700 From: "Liming Gao" To: devel@edk2.groups.io Cc: Zhichao Gao , Ray Ni , Jaben Carsey Subject: [edk2-devel] [Patch 1/2] ShellPkg: Update DSC to use NetworkPkg's include fragment file Date: Fri, 17 May 2019 16:50:34 +0800 Message-Id: <20190517085035.10772-2-liming.gao@intel.com> In-Reply-To: <20190517085035.10772-1-liming.gao@intel.com> References: <20190517085035.10772-1-liming.gao@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,liming.gao@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1558083061; bh=/nwf7LfxZw6eFZbiKmYPxHM7uCOOydt8fzVDNRb7jjg=; h=Cc:Date:From:Reply-To:Subject:To; b=mrmPSBKYq3uYEIlyCe/VcpkgtXxOtBtvL2rTM1XaqXTdepII6Q4qJldKfCcAMLB5iJJ ppuSNNBZVGV6uTzByNALju7Q1ORTvuNqc6UjAXoJlaMRvTBSodcwZmA0CL7JMwD9P6PsZ ax4PES8KDmDosqo7LKSIc7ikt/keqYjw2pw= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Liming Gao Cc: Zhichao Gao Cc: Ray Ni Cc: Jaben Carsey Reviewed-by: Zhichao Gao --- ShellPkg/ShellPkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc index 50d9bbb235..6a139b3b91 100644 --- a/ShellPkg/ShellPkg.dsc +++ b/ShellPkg/ShellPkg.dsc @@ -40,7 +40,7 @@ [LibraryClasses.common] UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/U= efiRuntimeServicesTableLib.inf UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServic= esLib.inf HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf - NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf + !include NetworkPkg/NetworkLibs.dsc.inc =20 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib= .inf --=20 2.13.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#40894): https://edk2.groups.io/g/devel/message/40894 Mute This Topic: https://groups.io/mt/31653118/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Mon Apr 29 10:31:38 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+40895+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+40895+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1558083063; cv=none; d=zoho.com; s=zohoarc; b=MgW12RMCYxjSsut3FBr3pQM1ORSp5Mnt2x7HAhCp8DZ49/TCQfTrVyawtAS7tkrRk8pqVfSQsaD0AQy4rQJo0TvY1kfEp84PNGr1yNT6xGyLDRMHD50fBn9+mX4ZOAUVkPB/UIAnlgtPITAZ2ZEwdXiHRADKV4shWztT6mQyV78= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1558083063; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=iXKACyDnazhUOeuuU50V8sAd8MxPlgJ5SE/cR7Vwkc4=; b=UKVbFDOYIkZ3ziM0d4ZhvKCBwp5Hzr6NpeLUGCbu1ZX8nZpoKr60dmFXoUhuTXxME+yQjQQGJzI5UlbfioF+M3AUz/CEF3vXlxKl/osDDld+ylBrg/B3S3mGnQYrKgfbECRUT2ERlDjUFgLm95XSIMuPDR2nPGCfUcK2sxb3zEc= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+40895+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1558083063192567.4765342976763; Fri, 17 May 2019 01:51:03 -0700 (PDT) Return-Path: X-Received: from mga12.intel.com (mga12.intel.com []) by groups.io with SMTP; Fri, 17 May 2019 01:51:02 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 May 2019 01:51:01 -0700 X-ExtLoop1: 1 X-Received: from lgao4-mobl1.ccr.corp.intel.com ([10.239.196.4]) by fmsmga008.fm.intel.com with ESMTP; 17 May 2019 01:51:01 -0700 From: "Liming Gao" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel Subject: [edk2-devel] [Patch 2/2] EmbeddedPkg: Update DSC to use NetworkPkg's include fragment file Date: Fri, 17 May 2019 16:50:35 +0800 Message-Id: <20190517085035.10772-3-liming.gao@intel.com> In-Reply-To: <20190517085035.10772-1-liming.gao@intel.com> References: <20190517085035.10772-1-liming.gao@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,liming.gao@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1558083062; bh=/yfbTm8pN5cijjmWvbCHaHvuk0i8VMi4WeuTWOeKXAY=; h=Cc:Date:From:Reply-To:Subject:To; b=gMFXSGDQSrVrQMCUBjHjtvy7hYK6NzzqDRi4SmcW7NW4RNqt8deox6hxrnz9kEudzES pxE1tZKWYoyKehZoXxrW0HIW22jP/clRngZaceHNlROEJq7hLCVrd/ickUil4jIkbpUIO C9cLIMX8H2fRBM/O0GqWE3eIy3aqXiFOQFo= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Liming Gao Cc: Leif Lindholm Cc: Ard Biesheuvel Reviewed-by: Leif Lindholm --- EmbeddedPkg/EmbeddedPkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EmbeddedPkg/EmbeddedPkg.dsc b/EmbeddedPkg/EmbeddedPkg.dsc index b487337909..863bce3a19 100644 --- a/EmbeddedPkg/EmbeddedPkg.dsc +++ b/EmbeddedPkg/EmbeddedPkg.dsc @@ -96,7 +96,7 @@ [LibraryClasses.common] SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf =20 # Networking Requirements - NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf + !include NetworkPkg/NetworkLibs.dsc.inc HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServic= esLib.inf =20 --=20 2.13.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#40895): https://edk2.groups.io/g/devel/message/40895 Mute This Topic: https://groups.io/mt/31653119/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-