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