]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/PxeBcDxe/PxeBcDxe.inf
Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / PxeBcDxe / PxeBcDxe.inf
1 #/** @file
2 # Component name for module BC
3 #
4 # Copyright (c) 2007, Intel Corporation
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 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = PxeBcDxe
20 FILE_GUID = A3f436EA-A127-4EF8-957C-8048606FF670
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23 EDK_RELEASE_VERSION = 0x00020000
24 EFI_SPECIFICATION_VERSION = 0x00020000
25
26 ENTRY_POINT = InitializeBCDriver
27
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
32 #
33
34 [Sources.common]
35 Pxe_bc_mtftp.c
36 Bc.c
37 Dhcp.h
38 Ip.h
39 Pxe_bc_ip.c
40 Pxe_bc_dhcp.c
41 Pxe_bc_arp.c
42 Hton.h
43 ComponentName.c
44 Bc.h
45 Pxe_loadfile.c
46 Tftp.h
47 Pxe_bc_igmp.c
48 Pxe_bc_udp.c
49
50 [Sources.IA32]
51 Ia32\PxeArch.h
52
53 [Sources.X64]
54 X64\PxeArch.h
55
56 [Sources.IPF]
57 Ipf\PxeArch.h
58
59 [Sources.EBC]
60 Ebc\PxeArch.h
61 Ebc\PxeArch.c
62
63
64 [Packages]
65 MdePkg/MdePkg.dec
66 MdeModulePkg/MdeModulePkg.dec
67
68
69 [LibraryClasses]
70 UefiLib
71 BaseLib
72 UefiBootServicesTableLib
73 UefiDriverEntryPoint
74 BaseMemoryLib
75 DebugLib
76
77
78 [Guids]
79 gEfiSmbiosTableGuid # ALWAYS_CONSUMED
80
81
82 [Protocols]
83 gEfiBisProtocolGuid # PROTOCOL ALWAYS_CONSUMED
84 gEfiPxeBaseCodeCallbackProtocolGuid # PROTOCOL ALWAYS_CONSUMED
85 gEfiPxeBaseCodeProtocolGuid # PROTOCOL ALWAYS_CONSUMED
86 gEfiLoadFileProtocolGuid # PROTOCOL ALWAYS_CONSUMED
87 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
88 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
89 gEfiNetworkInterfaceIdentifierProtocolGuid # PROTOCOL ALWAYS_CONSUMED
90 gEfiTcpProtocolGuid # PROTOCOL ALWAYS_CONSUMED
91 gEfiNetworkInterfaceIdentifierProtocolGuid_31 # PROTOCOL ALWAYS_CONSUMED
92