]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/NetworkPkg.dec
NetworkPkg: Add Http IO Helper Library to NetworkPkg
[mirror_edk2.git] / NetworkPkg / NetworkPkg.dec
index 66e500cbeaf7b01266843db09c7a87c84f91a51e..2d0d7fd2dce2d724fd1d8ded4ec5ebe1d77187d7 100644 (file)
@@ -4,7 +4,7 @@
 # This package provides network modules that conform to UEFI 2.4 specification.\r
 #\r
 # Copyright (c) 2009 - 2019, Intel Corporation. All rights reserved.<BR>\r
-# (C) Copyright 2015-2017 Hewlett Packard Enterprise Development LP<BR>\r
+# (C) Copyright 2015-2020 Hewlett Packard Enterprise Development LP<BR>\r
 #\r
 # SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
   #   This library is only intended to be used by UEFI network stack modules.\r
   HttpLib|Include/Library/HttpLib.h\r
 \r
+  ##  @libraryclass  Http IO helper routines for HTTP transfer.\r
+  #   This library is only intended to be used by UEFI network stack modules.\r
+  HttpIoLib|Include/Library/HttpIoLib.h\r
+\r
   ##  @libraryclass  Library for Deferred Procedure Calls.\r
   DpcLib|Include/Library/DpcLib.h\r
 \r
   # @Prompt Max attempt number.\r
   gEfiNetworkPkgTokenSpaceGuid.PcdMaxIScsiAttemptNumber|0x08|UINT8|0x0000000D\r
 \r
+  ## The maximum size of total HTTP chunk transfer.\r
+  # @Prompt Max size of total HTTP chunk transfer. the default value is 12MB.\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdMaxHttpChunkTransfer|0x0C00000|UINT32|0x0000000E\r
+\r
 [PcdsFixedAtBuild, PcdsPatchableInModule]\r
   ## Indicates whether HTTP connections (i.e., unsecured) are permitted or not.\r
   # TRUE  - HTTP connections are allowed. Both the "https://" and "http://" URI schemes are permitted.\r