]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/NetworkPkg.dec
NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkg
[mirror_edk2.git] / NetworkPkg / NetworkPkg.dec
index 0c8df4eed8ef453754ba970f21869724dc473d58..25964539ed9ec5363f30e8c38a7f6c554348138c 100644 (file)
@@ -1,16 +1,12 @@
 ## @file\r
+# Network Package.\r
 #\r
-# This package provides network modules that conform to UEFI 2.2 specification.\r
+# This package provides network modules that conform to UEFI 2.4 specification.\r
 #\r
-# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2009 - 2019, Intel Corporation. All rights reserved.<BR>\r
+# (C) Copyright 2015-2017 Hewlett Packard Enterprise Development LP<BR>\r
 #\r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License which accompanies this distribution.\r
-# The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
   DEC_SPECIFICATION              = 0x00010005\r
   PACKAGE_NAME                   = NetworkPkg\r
   PACKAGE_GUID                   = 947988BE-8D5C-471a-893D-AD181C46BEBB\r
-  PACKAGE_VERSION                = 0.92\r
+  PACKAGE_VERSION                = 0.98\r
+  PACKAGE_UNI_FILE               = NetworkPkg.uni\r
+\r
+[Includes]\r
+  Include\r
+\r
+[Guids]\r
+  ## Network package token space guid.\r
+  # Include/Guid/NetworkPkgTokenSpace.h\r
+  gEfiNetworkPkgTokenSpaceGuid  = { 0x40e064b2, 0x0ae0, 0x48b1, { 0xa0, 0x7d, 0xf8, 0xcf, 0x1e, 0x1a, 0x23, 0x10}}\r
+\r
+  # Include/Guid/Ip6ConfigHii.h\r
+  gIp6ConfigNvDataGuid          = { 0x2eea107, 0x98db, 0x400e, { 0x98, 0x30, 0x46, 0xa, 0x15, 0x42, 0xd7, 0x99}}\r
+\r
+  # Include/Guid/IscsiConfigHii.h\r
+  gIScsiConfigGuid              = { 0x4b47d616, 0xa8d6, 0x4552, { 0x9d, 0x44, 0xcc, 0xad, 0x2e, 0xf, 0x4c, 0xf9}}\r
+\r
+  # Include/Guid/HttpBootConfigHii.h\r
+  gHttpBootConfigGuid           = { 0x4d20583a, 0x7765, 0x4e7a, { 0x8a, 0x67, 0xdc, 0xde, 0x74, 0xee, 0x3e, 0xc5 }}\r
+\r
+  # Include/Guid/TlsAuthConfigHii.h\r
+  gTlsAuthConfigGuid            = { 0xb0eae4f8, 0x9a04, 0x4c6d, { 0xa7, 0x48, 0x79, 0x3d, 0xaa, 0xf, 0x65, 0xdf }}\r
+\r
+  # Include/Guid/TlsAuthentication.h\r
+  gEfiTlsCaCertificateGuid      = { 0xfd2340D0, 0x3dab, 0x4349, { 0xa6, 0xc7, 0x3b, 0x4f, 0x12, 0xb4, 0x8e, 0xae }}\r
+\r
+  # Include/Guid/HttpTlsCipherList.h\r
+  gEdkiiHttpTlsCipherListGuid   = { 0x46ddb415, 0x5244, 0x49c7, { 0x93, 0x74, 0xf0, 0xe2, 0x98, 0xe7, 0xd3, 0x86 }}\r
+\r
+  # Include/Guid/WifiConnectionManagerConfigHii.h\r
+  gWifiConfigGuid               = { 0x9f94d327, 0x0b18, 0x4245, { 0x8f, 0xf2, 0x83, 0x2e, 0x30, 0xd, 0x2c, 0xef }}\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
+[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
+  # FALSE - HTTP connections are denied. Only the "https://" URI scheme is permitted.\r
+  # @Prompt Indicates whether HTTP connections are permitted or not.\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|FALSE|BOOLEAN|0x00000008\r
+\r
+  ## This setting is to specify the MTFTP windowsize used by UEFI PXE driver.\r
+  # A value of 0 indicates the default value of windowsize(1).\r
+  # A non-zero value will be used as windowsize.\r
+  # @Prompt PXE TFTP windowsize.\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdPxeTftpWindowSize|0x4|UINT64|0x10000008\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
+  # 04 = UUID-Based DHCPv6 Unique Identifier (DUID-UUID)\r
+  # 02 = DUID Assigned by Vendor Based on Enterprise Number [DUID-EN] (not supported)\r
+  # 03 = DUID Based on Link-layer Address [DUID-LL] (not supported)\r
+  # @Prompt Type Value of Dhcp6 Unique Identifier (DUID).\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdDhcp6UidType|4|UINT8|0x10000001\r
+\r
+  ## Network boot policy to stop UEFI iSCSI if applicable.\r
+  # 0x00 = Always use UEFI iSCSI and ignore iSCSI HBA.\r
+  # 0x01 = Stop UEFI iSCSI if iSCSI HBA adapter produces AIP protocol with Network Boot.\r
+  # 0x02 = Stop UEFI iSCSI if iSCSI HBA adapter supports booting from iSCSI IPv4 targets.\r
+  # 0x04 = Stop UEFI iSCSI if iSCSI HBA adapter supports booting from iSCSI IPv6 targets.\r
+  # 0x08 = Stop UEFI iSCSI if iSCSI HBA adapter supports an offload engine for iSCSI boot.\r
+  # 0x10 = Stop UEFI iSCSI if iSCSI HBA adapter supports multipath I/O for iSCSI boot.\r
+  # 0x20 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv4 targets.\r
+  # 0x40 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv6 targets.\r
+  # 0xFF = Always use iSCSI HBA and ignore UEFI iSCSI.\r
+  # @Prompt Type Value of network boot policy used in iSCSI.\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdIScsiAIPNetworkBootPolicy|0x08|UINT8|0x10000007\r
+\r
+  ## IPv4 PXE support\r
+  # 0x01 = PXE Enabled\r
+  # 0x00 = PXE Disabled\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdIPv4PXESupport|0x01|UINT8|0x10000009\r
+\r
+  ## IPv6 PXE support\r
+  # 0x01 = PXE Enabled\r
+  # 0x00 = PXE Disabled\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdIPv6PXESupport|0x01|UINT8|0x1000000a\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  NetworkPkgExtra.uni\r