]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
1. Introduce PcdTftpBlockSize to let platform DSC customize block size.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / UefiPxeBcDxe / UefiPxeBcDxe.inf
1 ## @file
2 # Component name for module UefiPxeBc
3 #
4 # Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
5 #
6 # 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 UNLOAD_IMAGE = NetLibDefaultUnload
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF
31 #
32 # DRIVER_BINDING = gPxeBcDriverBinding
33 # COMPONENT_NAME = gPxeBcComponentName
34 # COMPONENT_NAME2 = gPxeBcComponentName2
35 #
36
37 [Sources]
38 PxeBcMtftp.c
39 PxeBcSupport.h
40 PxeBcSupport.c
41 PxeBcDriver.c
42 PxeBcDhcp.h
43 ComponentName.c
44 PxeBcImpl.c
45 PxeBcImpl.h
46 PxeBcDhcp.c
47 PxeBcMtftp.h
48 PxeBcDriver.h
49
50
51 [Packages]
52 MdePkg/MdePkg.dec
53 MdeModulePkg/MdeModulePkg.dec
54
55
56
57 [LibraryClasses]
58 BaseLib
59 UefiLib
60 UefiBootServicesTableLib
61 UefiDriverEntryPoint
62 BaseMemoryLib
63 MemoryAllocationLib
64 DebugLib
65 NetLib
66 DpcLib
67 PcdLib
68
69 [Guids]
70 gEfiSmbiosTableGuid # ALWAYS_CONSUMED
71
72 [Protocols]
73 gEfiArpServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
74 gEfiArpProtocolGuid # PROTOCOL ALWAYS_CONSUMED
75 gEfiMtftp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
76 gEfiMtftp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
77 gEfiUdp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
78 gEfiDhcp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
79 gEfiPxeBaseCodeCallbackProtocolGuid # PROTOCOL ALWAYS_PRODUCED
80 gEfiPxeBaseCodeProtocolGuid # PROTOCOL ALWAYS_PRODUCED
81 gEfiLoadFileProtocolGuid # PROTOCOL ALWAYS_PRODUCED
82 gEfiDhcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
83 gEfiUdp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
84 gEfiNetworkInterfaceIdentifierProtocolGuid_31 ## SOMETIMES_CONSUMES
85 gEfiIp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
86 gEfiIp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
87
88 [Pcd]
89 gEfiMdeModulePkgTokenSpaceGuid.PcdTftpBlockSize ## CONSUMES