]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
1. add error handling in case DHCP success but boot request fail
[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.
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 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.common]
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
68 [Guids]
69 gEfiSmbiosTableGuid # ALWAYS_CONSUMED
70
71 [Protocols]
72 gEfiArpServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
73 gEfiArpProtocolGuid # PROTOCOL ALWAYS_CONSUMED
74 gEfiMtftp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
75 gEfiMtftp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
76 gEfiUdp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
77 gEfiDhcp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
78 gEfiPxeBaseCodeCallbackProtocolGuid # PROTOCOL ALWAYS_PRODUCED
79 gEfiPxeBaseCodeProtocolGuid # PROTOCOL ALWAYS_PRODUCED
80 gEfiLoadFileProtocolGuid # PROTOCOL ALWAYS_PRODUCED
81 gEfiDhcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
82 gEfiUdp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
83 gEfiNetworkInterfaceIdentifierProtocolGuid_31 ## SOMETIMES_CONSUMES
84 gEfiIp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
85 gEfiIp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED