VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/NetworkPkg.dec@ 108794

Last change on this file since 108794 was 108794, checked in by vboxsync, 10 days ago

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

  • Property svn:eol-style set to native
File size: 8.9 KB
Line 
1## @file
2# Network Package.
3#
4# This package provides network modules that conform to UEFI 2.4 specification.
5#
6# Copyright (c) 2009 - 2021, Intel Corporation. All rights reserved.<BR>
7# (C) Copyright 2015-2020 Hewlett Packard Enterprise Development LP<BR>
8# Copyright (c) Microsoft Corporation
9#
10# SPDX-License-Identifier: BSD-2-Clause-Patent
11#
12##
13
14[Defines]
15 DEC_SPECIFICATION = 0x00010005
16 PACKAGE_NAME = NetworkPkg
17 PACKAGE_GUID = 947988BE-8D5C-471a-893D-AD181C46BEBB
18 PACKAGE_VERSION = 0.98
19 PACKAGE_UNI_FILE = NetworkPkg.uni
20
21[Includes]
22 Include
23
24[LibraryClasses]
25 ## @libraryclass IpIo layer upon EFI IP4 Protocol.
26 # This library is only intended to be used by UEFI network stack modules.
27 IpIoLib|Include/Library/IpIoLib.h
28
29 ## @libraryclass Basic function for UEFI network stack.
30 # This library is only intended to be used by UEFI network stack modules.
31 NetLib|Include/Library/NetLib.h
32
33 ## @libraryclass The helper routines to access UDP service.
34 # This library is only intended to be used by UEFI network stack modules.
35 UdpIoLib|Include/Library/UdpIoLib.h
36
37 ## @libraryclass The helper routines to access TCP service.
38 # This library is only intended to be used by UEFI network stack modules.
39 TcpIoLib|Include/Library/TcpIoLib.h
40
41 ## @libraryclass The helper routines to access HTTP service.
42 # This library is only intended to be used by UEFI network stack modules.
43 HttpLib|Include/Library/HttpLib.h
44
45 ## @libraryclass Http IO helper routines for HTTP transfer.
46 # This library is only intended to be used by UEFI network stack modules.
47 HttpIoLib|Include/Library/HttpIoLib.h
48
49 ## @libraryclass Library for Deferred Procedure Calls.
50 DpcLib|Include/Library/DpcLib.h
51
52[Guids]
53 ## Network package token space guid.
54 # Include/Guid/NetworkPkgTokenSpace.h
55 gEfiNetworkPkgTokenSpaceGuid = { 0x40e064b2, 0x0ae0, 0x48b1, { 0xa0, 0x7d, 0xf8, 0xcf, 0x1e, 0x1a, 0x23, 0x10}}
56
57 # Include/Guid/Ip6ConfigHii.h
58 gIp6ConfigNvDataGuid = { 0x2eea107, 0x98db, 0x400e, { 0x98, 0x30, 0x46, 0xa, 0x15, 0x42, 0xd7, 0x99}}
59
60 # Include/Guid/IscsiConfigHii.h
61 gIScsiConfigGuid = { 0x4b47d616, 0xa8d6, 0x4552, { 0x9d, 0x44, 0xcc, 0xad, 0x2e, 0xf, 0x4c, 0xf9}}
62
63 # Include/Guid/HttpBootConfigHii.h
64 gHttpBootConfigGuid = { 0x4d20583a, 0x7765, 0x4e7a, { 0x8a, 0x67, 0xdc, 0xde, 0x74, 0xee, 0x3e, 0xc5 }}
65
66 # Include/Guid/TlsAuthConfigHii.h
67 gTlsAuthConfigGuid = { 0xb0eae4f8, 0x9a04, 0x4c6d, { 0xa7, 0x48, 0x79, 0x3d, 0xaa, 0xf, 0x65, 0xdf }}
68
69 # Include/Guid/TlsAuthentication.h
70 gEfiTlsCaCertificateGuid = { 0xfd2340D0, 0x3dab, 0x4349, { 0xa6, 0xc7, 0x3b, 0x4f, 0x12, 0xb4, 0x8e, 0xae }}
71
72 # Include/Guid/HttpTlsCipherList.h
73 gEdkiiHttpTlsCipherListGuid = { 0x46ddb415, 0x5244, 0x49c7, { 0x93, 0x74, 0xf0, 0xe2, 0x98, 0xe7, 0xd3, 0x86 }}
74
75 # Include/Guid/WifiConnectionManagerConfigHii.h
76 gWifiConfigGuid = { 0x9f94d327, 0x0b18, 0x4245, { 0x8f, 0xf2, 0x83, 0x2e, 0x30, 0xd, 0x2c, 0xef }}
77
78 ## Include/Guid/Ip4Config2Hii.h
79 gIp4Config2NvDataGuid = { 0x9b942747, 0x154e, 0x4d29, { 0xa4, 0x36, 0xbf, 0x71, 0x0, 0xc8, 0xb5, 0x3b }}
80
81 ## Include/Guid/VlanConfigHii.h
82 gVlanConfigFormSetGuid = { 0xd79df6b0, 0xef44, 0x43bd, { 0x97, 0x97, 0x43, 0xe9, 0x3b, 0xcf, 0x5f, 0xa8 }}
83
84 ## Include/Guid/Ip4IScsiConfigHii.h
85 gIp4IScsiConfigGuid = { 0x6456ed61, 0x3579, 0x41c9, { 0x8a, 0x26, 0x0a, 0x0b, 0xd6, 0x2b, 0x78, 0xfc }}
86 gIScsiCHAPAuthInfoGuid = { 0x786ec0ac, 0x65ae, 0x4d1b, { 0xb1, 0x37, 0xd, 0x11, 0xa, 0x48, 0x37, 0x97 }}
87
88[Protocols]
89 ## Include/Protocol/Dpc.h
90 gEfiDpcProtocolGuid = {0x480f8ae9, 0xc46, 0x4aa9, { 0xbc, 0x89, 0xdb, 0x9f, 0xba, 0x61, 0x98, 0x6 }}
91
92 ## Include/Protocol/HttpCallback.h
93 gEdkiiHttpCallbackProtocolGuid = {0x611114f1, 0xa37b, 0x4468, {0xa4, 0x36, 0x5b, 0xdd, 0xa1, 0x6a, 0xa2, 0x40}}
94
95 ## Include/Protocol/WiFiProfileSyncProtocol.h
96 gEdkiiWiFiProfileSyncProtocolGuid = {0x399a2b8a, 0xc267, 0x44aa, {0x9a, 0xb4, 0x30, 0x58, 0x8c, 0xd2, 0x2d, 0xcc}}
97
98[PcdsFixedAtBuild]
99 ## The max attempt number will be created by iSCSI driver.
100 # @Prompt Max attempt number.
101 gEfiNetworkPkgTokenSpaceGuid.PcdMaxIScsiAttemptNumber|0x08|UINT8|0x0000000D
102
103 ## The maximum size of total HTTP chunk transfer.
104 # @Prompt Max size of total HTTP chunk transfer. the default value is 12MB.
105 gEfiNetworkPkgTokenSpaceGuid.PcdMaxHttpChunkTransfer|0x0C00000|UINT32|0x0000000E
106
107 ## The maximum number of retries while attempting to resume an
108 # interrupted HTTP download using a HTTP Range request header.
109 # @Prompt Max number of HTTP download resume retries. Default value is 5.
110 gEfiNetworkPkgTokenSpaceGuid.PcdMaxHttpResumeRetries|0x00000005|UINT32|0x00000012
111
112 ## Delay in seconds between each attempt to resume an
113 # interrupted HTTP download.
114 # @Prompt Delay in seconds between each HTTP resume retry. Default value is 2s.
115 gEfiNetworkPkgTokenSpaceGuid.PcdHttpDelayBetweenResumeRetries|0x00000002|UINT32|0x00000013
116
117[PcdsFixedAtBuild, PcdsPatchableInModule]
118 ## Indicates whether HTTP connections (i.e., unsecured) are permitted or not.
119 # TRUE - HTTP connections are allowed. Both the "https://" and "http://" URI schemes are permitted.
120 # FALSE - HTTP connections are denied. Only the "https://" URI scheme is permitted.
121 # @Prompt Indicates whether HTTP connections are permitted or not.
122 gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|FALSE|BOOLEAN|0x00000008
123
124 ## This setting is to specify the MTFTP windowsize used by UEFI PXE driver.
125 # A value of 0 indicates the default value of windowsize(1).
126 # A non-zero value will be used as windowsize.
127 # @Prompt PXE TFTP windowsize.
128 gEfiNetworkPkgTokenSpaceGuid.PcdPxeTftpWindowSize|0x4|UINT64|0x10000008
129
130
131 ## This setting can override the default TFTP block size. A value of 0 computes
132 # the default from MTU information. A non-zero value will be used as block size
133 # in bytes.
134 # @Prompt TFTP block size.
135 gEfiNetworkPkgTokenSpaceGuid.PcdTftpBlockSize|0x0|UINT64|0x1000000B
136
137 ## Indicates whether SnpDxe driver will create an event that will be notified
138 # upon gBS->ExitBootServices() call.
139 # TRUE - Event being triggered upon ExitBootServices call will be created
140 # FALSE - Event being triggered upon ExitBootServices call will NOT be created
141 # @Prompt Indicates whether SnpDxe creates event for ExitBootServices() call.
142 gEfiNetworkPkgTokenSpaceGuid.PcdSnpCreateExitBootServicesEvent|TRUE|BOOLEAN|0x1000000C
143
144[PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]
145 ## IPv6 DHCP Unique Identifier (DUID) Type configuration (From RFCs 3315 and 6355).
146 # 01 = DUID Based on Link-layer Address Plus Time [DUID-LLT]
147 # 04 = UUID-Based DHCPv6 Unique Identifier (DUID-UUID)
148 # 02 = DUID Assigned by Vendor Based on Enterprise Number [DUID-EN] (not supported)
149 # 03 = DUID Based on Link-layer Address [DUID-LL] (not supported)
150 # @Prompt Type Value of Dhcp6 Unique Identifier (DUID).
151 gEfiNetworkPkgTokenSpaceGuid.PcdDhcp6UidType|4|UINT8|0x10000001
152
153 ## Network boot policy to stop UEFI iSCSI if applicable.
154 # 0x00 = Always use UEFI iSCSI and ignore iSCSI HBA.
155 # 0x01 = Stop UEFI iSCSI if iSCSI HBA adapter produces AIP protocol with Network Boot.
156 # 0x02 = Stop UEFI iSCSI if iSCSI HBA adapter supports booting from iSCSI IPv4 targets.
157 # 0x04 = Stop UEFI iSCSI if iSCSI HBA adapter supports booting from iSCSI IPv6 targets.
158 # 0x08 = Stop UEFI iSCSI if iSCSI HBA adapter supports an offload engine for iSCSI boot.
159 # 0x10 = Stop UEFI iSCSI if iSCSI HBA adapter supports multipath I/O for iSCSI boot.
160 # 0x20 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv4 targets.
161 # 0x40 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv6 targets.
162 # 0xFF = Always use iSCSI HBA and ignore UEFI iSCSI.
163 # @Prompt Type Value of network boot policy used in iSCSI.
164 gEfiNetworkPkgTokenSpaceGuid.PcdIScsiAIPNetworkBootPolicy|0x08|UINT8|0x10000007
165
166 ## IPv4 PXE support
167 # 0x01 = PXE Enabled
168 # 0x00 = PXE Disabled
169 gEfiNetworkPkgTokenSpaceGuid.PcdIPv4PXESupport|0x01|UINT8|0x10000009
170
171 ## IPv6 PXE support
172 # 0x01 = PXE Enabled
173 # 0x00 = PXE Disabled
174 gEfiNetworkPkgTokenSpaceGuid.PcdIPv6PXESupport|0x01|UINT8|0x1000000a
175
176 ## The Timeout value of HTTP IO.
177 # @Prompt The Timeout value of HTTP Io. Default value is 5000.
178 gEfiNetworkPkgTokenSpaceGuid.PcdHttpIoTimeout|5000|UINT32|0x0000000F
179
180 ## The Retry Interval of HTTP DNS in seconds. If the Retry Interval is less than
181 # DNS_DEFAULT_TIMEOUT, then use the DNS_DEFAULT_TIMEOUT.
182 # @Prompt The value of Retry Interval. Default value is 0
183 gEfiNetworkPkgTokenSpaceGuid.PcdHttpDnsRetryInterval|0|UINT32|0x00000010
184
185 ## The Retry Count of HTTP DNS if no DNS response received after Retry Interval.
186 # @Prompt The value of Retry Count, Default value is 0.
187 gEfiNetworkPkgTokenSpaceGuid.PcdHttpDnsRetryCount|0|UINT32|0x00000011
188
189[UserExtensions.TianoCore."ExtraFiles"]
190 NetworkPkgExtra.uni
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette