mirror of https://github.com/acidanthera/audk.git
MdeModulePkg: Remove network library header file from package DEC file
Signed-off-by: Liming Gao <liming.gao@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Reviewed-by: Siyuan Fu <siyuan.fu@intel.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
This commit is contained in:
parent
07135c1220
commit
ec56fa2784
|
@ -25,26 +25,6 @@
|
||||||
|
|
||||||
|
|
||||||
[LibraryClasses]
|
[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.
|
## @libraryclass Defines a set of methods to reset whole system.
|
||||||
ResetSystemLib|Include/Library/ResetSystemLib.h
|
ResetSystemLib|Include/Library/ResetSystemLib.h
|
||||||
|
|
||||||
|
@ -67,9 +47,6 @@
|
||||||
## @libraryclass Defines a set of interfaces on how to process capusle image update.
|
## @libraryclass Defines a set of interfaces on how to process capusle image update.
|
||||||
CapsuleLib|Include/Library/CapsuleLib.h
|
CapsuleLib|Include/Library/CapsuleLib.h
|
||||||
|
|
||||||
## @libraryclass Library for Deferred Procedure Calls.
|
|
||||||
DpcLib|Include/Library/DpcLib.h
|
|
||||||
|
|
||||||
## @libraryclass Provides global variables that are pointers
|
## @libraryclass Provides global variables that are pointers
|
||||||
# to the UEFI HII related protocols.
|
# to the UEFI HII related protocols.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue