]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
IntelFrameworkModulePkg: Fix UEFI and Tiano Decompression logic issue
[mirror_edk2.git] / NetworkPkg / UefiPxeBcDxe / UefiPxeBcDxe.inf
CommitLineData
a3bcde70 1## @file\r
8ef3af39 2# Access PXE-compatible devices for network access and network booting.\r
f75a7f56 3#\r
8ef3af39 4# This driver provides PXE Base Code Protocol which is used to accessing\r
24c55f5d
JW
5# PXE-compatible device for network access or booting. This driver supports\r
6# both IPv4 and IPv6 network stack.\r
a3bcde70 7#\r
24c55f5d
JW
8# Notes:\r
9# 1) This driver can't co-work with the UefiPxeBcDxe driver in MdeModulePkg.\r
10# 2) This driver includes more bug fixes and supports more features (e.g. IPv6,\r
11# MTFTP windowsize) than the UefiPxeBcDxe driver in MdeModulePkg. So, we\r
12# recommend using this driver even though both of them can be used.\r
8ef3af39 13#\r
f75a7f56 14# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
a3bcde70
HT
15#\r
16# This program and the accompanying materials\r
17# are licensed and made available under the terms and conditions of the BSD License\r
18# which accompanies this distribution. The full text of the license may be found at\r
19# http://opensource.org/licenses/bsd-license.php.\r
20#\r
21# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
22# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
23#\r
24##\r
25\r
26[Defines]\r
27 INF_VERSION = 0x00010005\r
28 BASE_NAME = UefiPxeBcDxe\r
29 FILE_GUID = B95E9FDA-26DE-48d2-8807-1F9107AC5E3A\r
30 MODULE_TYPE = UEFI_DRIVER\r
31 VERSION_STRING = 1.0\r
32 ENTRY_POINT = PxeBcDriverEntryPoint\r
33 UNLOAD_IMAGE = NetLibDefaultUnload\r
8ef3af39
DG
34 MODULE_UNI_FILE = UefiPxeBcDxe.uni\r
35\r
a3bcde70
HT
36#\r
37# The following information is for reference only and not required by the build tools.\r
38#\r
4fcb0d54 39# VALID_ARCHITECTURES = IA32 X64\r
a3bcde70
HT
40#\r
41\r
42[Sources]\r
43 ComponentName.c\r
44 PxeBcDriver.c\r
45 PxeBcDriver.h\r
46 PxeBcImpl.c\r
47 PxeBcImpl.h\r
48 PxeBcBoot.c\r
49 PxeBcBoot.h\r
50 PxeBcDhcp6.c\r
51 PxeBcDhcp6.h\r
52 PxeBcDhcp4.c\r
53 PxeBcDhcp4.h\r
54 PxeBcMtftp.c\r
55 PxeBcMtftp.h\r
56 PxeBcSupport.c\r
57 PxeBcSupport.h\r
58\r
59\r
60[Packages]\r
61 MdePkg/MdePkg.dec\r
62 MdeModulePkg/MdeModulePkg.dec\r
160b082e 63 NetworkPkg/NetworkPkg.dec\r
a3bcde70
HT
64\r
65\r
66[LibraryClasses]\r
67 BaseLib\r
68 UefiLib\r
69 UefiBootServicesTableLib\r
70 UefiDriverEntryPoint\r
71 BaseMemoryLib\r
72 MemoryAllocationLib\r
73 DebugLib\r
74 NetLib\r
75 DpcLib\r
76 DevicePathLib\r
77 PcdLib\r
78\r
a3bcde70 79[Protocols]\r
8ef3af39
DG
80 ## TO_START\r
81 ## SOMETIMES_CONSUMES\r
f75a7f56 82 gEfiDevicePathProtocolGuid\r
8ef3af39
DG
83 gEfiNetworkInterfaceIdentifierProtocolGuid_31 ## SOMETIMES_CONSUMES\r
84 gEfiArpServiceBindingProtocolGuid ## TO_START\r
85 gEfiArpProtocolGuid ## TO_START\r
86 gEfiIp4ServiceBindingProtocolGuid ## TO_START\r
87 gEfiIp4ProtocolGuid ## TO_START\r
ac99793b 88 gEfiIp4Config2ProtocolGuid ## TO_START\r
8ef3af39
DG
89 gEfiIp6ServiceBindingProtocolGuid ## TO_START\r
90 gEfiIp6ProtocolGuid ## TO_START\r
91 gEfiIp6ConfigProtocolGuid ## TO_START\r
92 gEfiUdp4ServiceBindingProtocolGuid ## TO_START\r
93 gEfiUdp4ProtocolGuid ## TO_START\r
94 gEfiMtftp4ServiceBindingProtocolGuid ## TO_START\r
95 gEfiMtftp4ProtocolGuid ## TO_START\r
96 gEfiDhcp4ServiceBindingProtocolGuid ## TO_START\r
97 gEfiDhcp4ProtocolGuid ## TO_START\r
98 gEfiUdp6ServiceBindingProtocolGuid ## TO_START\r
99 gEfiUdp6ProtocolGuid ## TO_START\r
100 gEfiMtftp6ServiceBindingProtocolGuid ## TO_START\r
101 gEfiMtftp6ProtocolGuid ## TO_START\r
102 gEfiDhcp6ServiceBindingProtocolGuid ## TO_START\r
103 gEfiDhcp6ProtocolGuid ## TO_START\r
6692d519
ZL
104 gEfiDns6ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES\r
105 gEfiDns6ProtocolGuid ## SOMETIMES_CONSUMES\r
8ef3af39
DG
106 gEfiPxeBaseCodeCallbackProtocolGuid ## SOMETIMES_PRODUCES\r
107 gEfiPxeBaseCodeProtocolGuid ## BY_START\r
108 gEfiLoadFileProtocolGuid ## BY_START\r
2bbe9553
YT
109 gEfiAdapterInformationProtocolGuid ## SOMETIMES_CONSUMES\r
110\r
111[Guids]\r
c7d05837 112 gEfiAdapterInfoUndiIpv6SupportGuid ## SOMETIMES_CONSUMES ## GUID\r
a3bcde70
HT
113\r
114[Pcd]\r
2b0c2ba5 115 gEfiMdeModulePkgTokenSpaceGuid.PcdTftpBlockSize ## SOMETIMES_CONSUMES\r
160b082e
JW
116 gEfiNetworkPkgTokenSpaceGuid.PcdPxeTftpWindowSize ## SOMETIMES_CONSUMES\r
117\r
8ef3af39
DG
118[UserExtensions.TianoCore."ExtraFiles"]\r
119 UefiPxeBcDxeExtra.uni\r