]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/NetworkPkg.dec
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / NetworkPkg / NetworkPkg.dec
index 944b1d1501c0470c80ab6d0f2542e2bb49f8eea1..e06f35e7747cb4ae85b4d40411640736160f0d49 100644 (file)
@@ -3,8 +3,8 @@
 #\r
 # 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
+# Copyright (c) 2009 - 2021, Intel Corporation. All rights reserved.<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
   ## Include/Protocol/Dpc.h\r
   gEfiDpcProtocolGuid           = {0x480f8ae9, 0xc46, 0x4aa9,  { 0xbc, 0x89, 0xdb, 0x9f, 0xba, 0x61, 0x98, 0x6 }}\r
 \r
+  ## Include/Protocol/HttpCallback.h\r
+  gEdkiiHttpCallbackProtocolGuid  = {0x611114f1, 0xa37b, 0x4468, {0xa4, 0x36, 0x5b, 0xdd, 0xa1, 0x6a, 0xa2, 0x40}}\r
+\r
+  ## Include/Protocol/WiFiProfileSyncProtocol.h\r
+  gEdkiiWiFiProfileSyncProtocolGuid = {0x399a2b8a, 0xc267, 0x44aa, {0x9a, 0xb4, 0x30, 0x58, 0x8c, 0xd2, 0x2d, 0xcc}}\r
+\r
 [PcdsFixedAtBuild]\r
   ## The max attempt number will be created by iSCSI driver.\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
   # @Prompt TFTP block size.\r
   gEfiNetworkPkgTokenSpaceGuid.PcdTftpBlockSize|0x0|UINT64|0x1000000B\r
 \r
+  ## Indicates whether SnpDxe driver will create an event that will be notified\r
+  # upon gBS->ExitBootServices() call.\r
+  # TRUE - Event being triggered upon ExitBootServices call will be created\r
+  # FALSE - Event being triggered upon ExitBootServices call will NOT be created\r
+  # @Prompt Indicates whether SnpDxe creates event for ExitBootServices() call.\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdSnpCreateExitBootServicesEvent|TRUE|BOOLEAN|0x1000000C\r
+\r
 [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
   ## IPv6 DHCP Unique Identifier (DUID) Type configuration (From RFCs 3315 and 6355).\r
   # 01 = DUID Based on Link-layer Address Plus Time [DUID-LLT]\r
   # 0x00 = PXE Disabled\r
   gEfiNetworkPkgTokenSpaceGuid.PcdIPv6PXESupport|0x01|UINT8|0x1000000a\r
 \r
+  ## The Timeout value of HTTP IO.\r
+  # @Prompt The Timeout value of HTTP Io. Default value is 5000.\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdHttpIoTimeout|5000|UINT32|0x0000000F\r
+\r
+  ## The Retry Interval of HTTP DNS in seconds. If the Retry Interval is less than\r
+  # DNS_DEFAULT_TIMEOUT, then use the DNS_DEFAULT_TIMEOUT.\r
+  # @Prompt The value of Retry Interval. Default value is 0\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdHttpDnsRetryInterval|0|UINT32|0x00000010\r
+\r
+  ## The Retry Count of HTTP DNS if no DNS response received after Retry Interval.\r
+  # @Prompt The value of Retry Count,  Default value is 0.\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdHttpDnsRetryCount|0|UINT32|0x00000011\r
+\r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   NetworkPkgExtra.uni\r