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