]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/NetworkPkg.dec
NetworkPkg: Add WiFi profile sync protocol support
[mirror_edk2.git] / NetworkPkg / NetworkPkg.dec
index b81f10ef6ec0dbf47e2647ca4a9948c339976037..e06f35e7747cb4ae85b4d40411640736160f0d49 100644 (file)
   ## 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
   # @Prompt Max size of total HTTP chunk transfer. the default value is 12MB.\r
   gEfiNetworkPkgTokenSpaceGuid.PcdMaxHttpChunkTransfer|0x0C00000|UINT32|0x0000000E\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
 [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
   # 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