diff options
author | Liming Gao <liming.gao@intel.com> | 2019-05-15 20:02:19 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2019-05-27 09:25:18 +0800 |
commit | 07135c12205805fa0ffcc0d0f347c3d4de37188b (patch) | |
tree | 9962002db44ee97fb09421a5464e769db53b3e10 /NetworkPkg/NetworkPkg.dec | |
parent | 4542f8b8135f1f1ee5654e25139be9769e139ddd (diff) | |
download | edk2-07135c12205805fa0ffcc0d0f347c3d4de37188b.tar.gz |
NetworkPkg: Move Network library header file from MdeModulePkg to NetworkPkg
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>
Reviewed-by: Siyuan Fu <siyuan.fu@intel.com>
Diffstat (limited to 'NetworkPkg/NetworkPkg.dec')
-rw-r--r-- | NetworkPkg/NetworkPkg.dec | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/NetworkPkg/NetworkPkg.dec b/NetworkPkg/NetworkPkg.dec index 25964539ed..b260ea5b77 100644 --- a/NetworkPkg/NetworkPkg.dec +++ b/NetworkPkg/NetworkPkg.dec @@ -20,6 +20,30 @@ [Includes]
Include
+[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 Library for Deferred Procedure Calls.
+ DpcLib|Include/Library/DpcLib.h
+
[Guids]
## Network package token space guid.
# Include/Guid/NetworkPkgTokenSpace.h
|