]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
Fixed the issue of duplicated SYS_ARCH in MdeModulePkg\UefiPxeBcDxe.
[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
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF
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
50 [Packages]
51 MdePkg/MdePkg.dec
52 MdeModulePkg/MdeModulePkg.dec
53
54
55
56 [LibraryClasses]
57 BaseLib
58 UefiLib
59 UefiBootServicesTableLib
60 UefiDriverEntryPoint
61 BaseMemoryLib
62 MemoryAllocationLib
63 DebugLib
64 NetLib
65 DpcLib
66
67 [Guids]
68 gEfiSmbiosTableGuid # ALWAYS_CONSUMED
69
70 [Protocols]
71 gEfiArpServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
72 gEfiArpProtocolGuid # PROTOCOL ALWAYS_CONSUMED
73 gEfiMtftp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
74 gEfiMtftp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
75 gEfiUdp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
76 gEfiDhcp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
77 gEfiPxeBaseCodeCallbackProtocolGuid # PROTOCOL ALWAYS_PRODUCED
78 gEfiPxeBaseCodeProtocolGuid # PROTOCOL ALWAYS_PRODUCED
79 gEfiLoadFileProtocolGuid # PROTOCOL ALWAYS_PRODUCED
80 gEfiDhcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
81 gEfiUdp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
82 gEfiNetworkInterfaceIdentifierProtocolGuid_31 ## SOMETIMES_CONSUMES
83 gEfiIp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
84 gEfiIp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED