From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: liming.gao@intel.com) 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 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 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: [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> X-Mailer: git-send-email 2.16.2.windows.1 In-Reply-To: <20190517085035.10772-1-liming.gao@intel.com> References: <20190517085035.10772-1-liming.gao@intel.com> Signed-off-by: Liming Gao Cc: Leif Lindholm Cc: Ard Biesheuvel --- 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 # Networking Requirements - NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf + !include NetworkPkg/NetworkLibs.dsc.inc HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf -- 2.13.0.windows.1