From ec56fa27842835e69a2b89b602866c3d652315eb Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Wed, 15 May 2019 20:02:20 +0800 Subject: [PATCH] MdeModulePkg: Remove network library header file from package DEC file Signed-off-by: Liming Gao Cc: Hao A Wu Reviewed-by: Siyuan Fu Reviewed-by: Hao A Wu --- MdeModulePkg/MdeModulePkg.dec | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 0a9fcddecc..6cba729982 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -25,26 +25,6 @@ [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 @@ ## @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.39.5