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 mga01.intel.com (mga01.intel.com []) by groups.io with SMTP; Wed, 15 May 2019 05:02:32 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 May 2019 05:02:31 -0700 X-ExtLoop1: 1 Received: from lgao4-mobl1.ccr.corp.intel.com ([10.249.171.87]) by orsmga003.jf.intel.com with ESMTP; 15 May 2019 05:02:31 -0700 From: "Liming Gao" To: devel@edk2.groups.io Cc: Hao A Wu Subject: [Patch 3/3] MdeModulePkg: Remove network library header file from package DEC file Date: Wed, 15 May 2019 20:02:20 +0800 Message-Id: <20190515120220.1112-4-liming.gao@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 In-Reply-To: <20190515120220.1112-1-liming.gao@intel.com> References: <20190515120220.1112-1-liming.gao@intel.com> Signed-off-by: Liming Gao Cc: Hao A Wu --- MdeModulePkg/MdeModulePkg.dec | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index b2fab4a65e..1859dfbcb3 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -25,26 +25,6 @@ [Includes] [LibraryClasses] - ## @libraryclass IpIo layer upon EFI IP4 Protocol. - # This library is only intended to be used by UEFI network stack modules. - IpIoLib|Include/Library/IpIoLib.h - - ## @libraryclass Basic function for UEFI network stack. - # This library is only intended to be used by UEFI network stack modules. - NetLib|Include/Library/NetLib.h - - ## @libraryclass The helper routines to access UDP service. - # This library is only intended to be used by UEFI network stack modules. - UdpIoLib|Include/Library/UdpIoLib.h - - ## @libraryclass The helper routines to access TCP service. - # This library is only intended to be used by UEFI network stack modules. - TcpIoLib|Include/Library/TcpIoLib.h - - ## @libraryclass The helper routines to access HTTP service. - # This library is only intended to be used by UEFI network stack modules. - HttpLib|Include/Library/HttpLib.h - ## @libraryclass Defines a set of methods to reset whole system. ResetSystemLib|Include/Library/ResetSystemLib.h @@ -67,9 +47,6 @@ [LibraryClasses] ## @libraryclass Defines a set of interfaces on how to process capusle image update. CapsuleLib|Include/Library/CapsuleLib.h - ## @libraryclass Library for Deferred Procedure Calls. - DpcLib|Include/Library/DpcLib.h - ## @libraryclass Provides global variables that are pointers # to the UEFI HII related protocols. # -- 2.13.0.windows.1