]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
b7fee5fbd92ef959e276cc7466cb5f1544490c54
[mirror_edk2.git] / MdeModulePkg / Universal / Network / UefiPxeBcDxe / UefiPxeBcDxe.inf
1 #/** @file
2 # Component name for module UefiPxeBc
3 #
4 # Copyright (c) 2007 - 2008, 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 EDK_RELEASE_VERSION = 0x00020000
25 EFI_SPECIFICATION_VERSION = 0x00020000
26
27 ENTRY_POINT = PxeBcDriverEntryPoint
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
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.EBC]
59 Ebc/PxeArch.h
60 Ebc/PxeArch.c
61
62 [Packages]
63 MdePkg/MdePkg.dec
64 MdeModulePkg/MdeModulePkg.dec
65
66
67
68 [LibraryClasses]
69 BaseLib
70 UefiLib
71 UefiBootServicesTableLib
72 UefiDriverEntryPoint
73 BaseMemoryLib
74 DebugLib
75 NetLib
76
77
78 [Guids]
79 gEfiSmbiosTableGuid # ALWAYS_CONSUMED
80
81
82
83 [Protocols]
84 gEfiArpServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
85 gEfiArpProtocolGuid # PROTOCOL ALWAYS_CONSUMED
86 gEfiMtftp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
87 gEfiMtftp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
88 gEfiUdp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
89 gEfiDhcp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
90 gEfiPxeBaseCodeCallbackProtocolGuid # PROTOCOL ALWAYS_PRODUCED
91 gEfiPxeBaseCodeProtocolGuid # PROTOCOL ALWAYS_PRODUCED
92 gEfiLoadFileProtocolGuid # PROTOCOL ALWAYS_PRODUCED
93 gEfiDhcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
94 gEfiUdp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
95 gEfiNetworkInterfaceIdentifierProtocolGuid_31 # PROTOCOL ALWAYS_CONSUMED
96 gEfiIp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
97 gEfiIp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
98