]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
Use siaddr in DHCP packet, if zero, use option 54 instead.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / UefiPxeBcDxe / UefiPxeBcDxe.inf
CommitLineData
dc361cc5 1#/** @file\r
2# Component name for module UefiPxeBc\r
3#\r
169a3461 4# Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.\r
dc361cc5 5#\r
6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = UefiPxeBcDxe\r
21 FILE_GUID = 3B1DEAB5-C75D-442e-9238-8E2FFB62B0BB\r
d3f16117 22 MODULE_TYPE = UEFI_DRIVER\r
dc361cc5 23 VERSION_STRING = 1.0\r
dc361cc5 24 ENTRY_POINT = PxeBcDriverEntryPoint\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
a8fb9d68 29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
dc361cc5 30#\r
d354ab7f 31# DRIVER_BINDING = gPxeBcDriverBinding \r
32# COMPONENT_NAME = gPxeBcComponentName\r
33# COMPONENT_NAME2 = gPxeBcComponentName2\r
34#\r
dc361cc5 35\r
36[Sources.common]\r
37 PxeBcMtftp.c\r
38 PxeBcSupport.h\r
39 PxeBcSupport.c\r
40 PxeBcDriver.c\r
41 PxeBcDhcp.h\r
42 ComponentName.c\r
43 PxeBcImpl.c\r
44 PxeBcImpl.h\r
45 PxeBcDhcp.c\r
46 PxeBcMtftp.h\r
47 PxeBcDriver.h\r
48\r
49[Sources.IA32]\r
d9fa86f9 50 Ia32/PxeArch.h\r
dc361cc5 51\r
52[Sources.X64]\r
d9fa86f9 53 X64/PxeArch.h\r
dc361cc5 54\r
55[Sources.IPF]\r
d9fa86f9 56 Ipf/PxeArch.h\r
dc361cc5 57\r
a8fb9d68 58[Sources.EBC]\r
59 Ebc/PxeArch.h\r
60 Ebc/PxeArch.c\r
dc361cc5 61\r
62[Packages]\r
63 MdePkg/MdePkg.dec\r
64 MdeModulePkg/MdeModulePkg.dec\r
65\r
66\r
67\r
68[LibraryClasses]\r
69 BaseLib\r
70 UefiLib\r
71 UefiBootServicesTableLib\r
72 UefiDriverEntryPoint\r
73 BaseMemoryLib\r
20610fa8 74 MemoryAllocationLib\r
dc361cc5 75 DebugLib\r
76 NetLib\r
d8d26fb2 77 DpcLib\r
dc361cc5 78\r
79[Guids]\r
80 gEfiSmbiosTableGuid # ALWAYS_CONSUMED\r
81\r
dc361cc5 82[Protocols]\r
8d285ec0 83 gEfiArpServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
84 gEfiArpProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
dc361cc5 85 gEfiMtftp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
86 gEfiMtftp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
87 gEfiUdp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
88 gEfiDhcp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
ba39e316 89 gEfiPxeBaseCodeCallbackProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
90 gEfiPxeBaseCodeProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
91 gEfiLoadFileProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
dc361cc5 92 gEfiDhcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
93 gEfiUdp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
169a3461 94 gEfiNetworkInterfaceIdentifierProtocolGuid_31 ## SOMETIMES_CONSUMES\r
982a9eae 95 gEfiIp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
96 gEfiIp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r