1 | ## @file
|
---|
2 | # Network Package.
|
---|
3 | #
|
---|
4 | # This package provides network modules that conform to UEFI 2.4 specification.
|
---|
5 | #
|
---|
6 | # Copyright (c) 2009 - 2019, Intel Corporation. All rights reserved.<BR>
|
---|
7 | # (C) Copyright 2015-2017 Hewlett Packard Enterprise Development LP<BR>
|
---|
8 | #
|
---|
9 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
10 | #
|
---|
11 | ##
|
---|
12 |
|
---|
13 | [Defines]
|
---|
14 | DEC_SPECIFICATION = 0x00010005
|
---|
15 | PACKAGE_NAME = NetworkPkg
|
---|
16 | PACKAGE_GUID = 947988BE-8D5C-471a-893D-AD181C46BEBB
|
---|
17 | PACKAGE_VERSION = 0.98
|
---|
18 | PACKAGE_UNI_FILE = NetworkPkg.uni
|
---|
19 |
|
---|
20 | [Includes]
|
---|
21 | Include
|
---|
22 |
|
---|
23 | [LibraryClasses]
|
---|
24 | ## @libraryclass IpIo layer upon EFI IP4 Protocol.
|
---|
25 | # This library is only intended to be used by UEFI network stack modules.
|
---|
26 | IpIoLib|Include/Library/IpIoLib.h
|
---|
27 |
|
---|
28 | ## @libraryclass Basic function for UEFI network stack.
|
---|
29 | # This library is only intended to be used by UEFI network stack modules.
|
---|
30 | NetLib|Include/Library/NetLib.h
|
---|
31 |
|
---|
32 | ## @libraryclass The helper routines to access UDP service.
|
---|
33 | # This library is only intended to be used by UEFI network stack modules.
|
---|
34 | UdpIoLib|Include/Library/UdpIoLib.h
|
---|
35 |
|
---|
36 | ## @libraryclass The helper routines to access TCP service.
|
---|
37 | # This library is only intended to be used by UEFI network stack modules.
|
---|
38 | TcpIoLib|Include/Library/TcpIoLib.h
|
---|
39 |
|
---|
40 | ## @libraryclass The helper routines to access HTTP service.
|
---|
41 | # This library is only intended to be used by UEFI network stack modules.
|
---|
42 | HttpLib|Include/Library/HttpLib.h
|
---|
43 |
|
---|
44 | ## @libraryclass Library for Deferred Procedure Calls.
|
---|
45 | DpcLib|Include/Library/DpcLib.h
|
---|
46 |
|
---|
47 | [Guids]
|
---|
48 | ## Network package token space guid.
|
---|
49 | # Include/Guid/NetworkPkgTokenSpace.h
|
---|
50 | gEfiNetworkPkgTokenSpaceGuid = { 0x40e064b2, 0x0ae0, 0x48b1, { 0xa0, 0x7d, 0xf8, 0xcf, 0x1e, 0x1a, 0x23, 0x10}}
|
---|
51 |
|
---|
52 | # Include/Guid/Ip6ConfigHii.h
|
---|
53 | gIp6ConfigNvDataGuid = { 0x2eea107, 0x98db, 0x400e, { 0x98, 0x30, 0x46, 0xa, 0x15, 0x42, 0xd7, 0x99}}
|
---|
54 |
|
---|
55 | # Include/Guid/IscsiConfigHii.h
|
---|
56 | gIScsiConfigGuid = { 0x4b47d616, 0xa8d6, 0x4552, { 0x9d, 0x44, 0xcc, 0xad, 0x2e, 0xf, 0x4c, 0xf9}}
|
---|
57 |
|
---|
58 | # Include/Guid/HttpBootConfigHii.h
|
---|
59 | gHttpBootConfigGuid = { 0x4d20583a, 0x7765, 0x4e7a, { 0x8a, 0x67, 0xdc, 0xde, 0x74, 0xee, 0x3e, 0xc5 }}
|
---|
60 |
|
---|
61 | # Include/Guid/TlsAuthConfigHii.h
|
---|
62 | gTlsAuthConfigGuid = { 0xb0eae4f8, 0x9a04, 0x4c6d, { 0xa7, 0x48, 0x79, 0x3d, 0xaa, 0xf, 0x65, 0xdf }}
|
---|
63 |
|
---|
64 | # Include/Guid/TlsAuthentication.h
|
---|
65 | gEfiTlsCaCertificateGuid = { 0xfd2340D0, 0x3dab, 0x4349, { 0xa6, 0xc7, 0x3b, 0x4f, 0x12, 0xb4, 0x8e, 0xae }}
|
---|
66 |
|
---|
67 | # Include/Guid/HttpTlsCipherList.h
|
---|
68 | gEdkiiHttpTlsCipherListGuid = { 0x46ddb415, 0x5244, 0x49c7, { 0x93, 0x74, 0xf0, 0xe2, 0x98, 0xe7, 0xd3, 0x86 }}
|
---|
69 |
|
---|
70 | # Include/Guid/WifiConnectionManagerConfigHii.h
|
---|
71 | gWifiConfigGuid = { 0x9f94d327, 0x0b18, 0x4245, { 0x8f, 0xf2, 0x83, 0x2e, 0x30, 0xd, 0x2c, 0xef }}
|
---|
72 |
|
---|
73 | [Protocols]
|
---|
74 | ## Include/Protocol/Dpc.h
|
---|
75 | gEfiDpcProtocolGuid = {0x480f8ae9, 0xc46, 0x4aa9, { 0xbc, 0x89, 0xdb, 0x9f, 0xba, 0x61, 0x98, 0x6 }}
|
---|
76 |
|
---|
77 | [PcdsFixedAtBuild]
|
---|
78 | ## The max attempt number will be created by iSCSI driver.
|
---|
79 | # @Prompt Max attempt number.
|
---|
80 | gEfiNetworkPkgTokenSpaceGuid.PcdMaxIScsiAttemptNumber|0x08|UINT8|0x0000000D
|
---|
81 |
|
---|
82 | [PcdsFixedAtBuild, PcdsPatchableInModule]
|
---|
83 | ## Indicates whether HTTP connections (i.e., unsecured) are permitted or not.
|
---|
84 | # TRUE - HTTP connections are allowed. Both the "https://" and "http://" URI schemes are permitted.
|
---|
85 | # FALSE - HTTP connections are denied. Only the "https://" URI scheme is permitted.
|
---|
86 | # @Prompt Indicates whether HTTP connections are permitted or not.
|
---|
87 | gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|FALSE|BOOLEAN|0x00000008
|
---|
88 |
|
---|
89 | ## This setting is to specify the MTFTP windowsize used by UEFI PXE driver.
|
---|
90 | # A value of 0 indicates the default value of windowsize(1).
|
---|
91 | # A non-zero value will be used as windowsize.
|
---|
92 | # @Prompt PXE TFTP windowsize.
|
---|
93 | gEfiNetworkPkgTokenSpaceGuid.PcdPxeTftpWindowSize|0x4|UINT64|0x10000008
|
---|
94 |
|
---|
95 | [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]
|
---|
96 | ## IPv6 DHCP Unique Identifier (DUID) Type configuration (From RFCs 3315 and 6355).
|
---|
97 | # 01 = DUID Based on Link-layer Address Plus Time [DUID-LLT]
|
---|
98 | # 04 = UUID-Based DHCPv6 Unique Identifier (DUID-UUID)
|
---|
99 | # 02 = DUID Assigned by Vendor Based on Enterprise Number [DUID-EN] (not supported)
|
---|
100 | # 03 = DUID Based on Link-layer Address [DUID-LL] (not supported)
|
---|
101 | # @Prompt Type Value of Dhcp6 Unique Identifier (DUID).
|
---|
102 | gEfiNetworkPkgTokenSpaceGuid.PcdDhcp6UidType|4|UINT8|0x10000001
|
---|
103 |
|
---|
104 | ## Network boot policy to stop UEFI iSCSI if applicable.
|
---|
105 | # 0x00 = Always use UEFI iSCSI and ignore iSCSI HBA.
|
---|
106 | # 0x01 = Stop UEFI iSCSI if iSCSI HBA adapter produces AIP protocol with Network Boot.
|
---|
107 | # 0x02 = Stop UEFI iSCSI if iSCSI HBA adapter supports booting from iSCSI IPv4 targets.
|
---|
108 | # 0x04 = Stop UEFI iSCSI if iSCSI HBA adapter supports booting from iSCSI IPv6 targets.
|
---|
109 | # 0x08 = Stop UEFI iSCSI if iSCSI HBA adapter supports an offload engine for iSCSI boot.
|
---|
110 | # 0x10 = Stop UEFI iSCSI if iSCSI HBA adapter supports multipath I/O for iSCSI boot.
|
---|
111 | # 0x20 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv4 targets.
|
---|
112 | # 0x40 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv6 targets.
|
---|
113 | # 0xFF = Always use iSCSI HBA and ignore UEFI iSCSI.
|
---|
114 | # @Prompt Type Value of network boot policy used in iSCSI.
|
---|
115 | gEfiNetworkPkgTokenSpaceGuid.PcdIScsiAIPNetworkBootPolicy|0x08|UINT8|0x10000007
|
---|
116 |
|
---|
117 | ## IPv4 PXE support
|
---|
118 | # 0x01 = PXE Enabled
|
---|
119 | # 0x00 = PXE Disabled
|
---|
120 | gEfiNetworkPkgTokenSpaceGuid.PcdIPv4PXESupport|0x01|UINT8|0x10000009
|
---|
121 |
|
---|
122 | ## IPv6 PXE support
|
---|
123 | # 0x01 = PXE Enabled
|
---|
124 | # 0x00 = PXE Disabled
|
---|
125 | gEfiNetworkPkgTokenSpaceGuid.PcdIPv6PXESupport|0x01|UINT8|0x1000000a
|
---|
126 |
|
---|
127 | [UserExtensions.TianoCore."ExtraFiles"]
|
---|
128 | NetworkPkgExtra.uni
|
---|