]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/PxeBcDxe/PxeBcDxe.inf
Roll back the DEBUG mask change which cause SerialIo read_conf test item failure.
[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 = UEFI_DRIVER
22 VERSION_STRING = 1.0
23 ENTRY_POINT = InitializeBCDriver
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30 # DRIVER_BINDING = mPxeBcDriverBinding
31 # COMPONENT_NAME = gPxeBcComponentName
32 # COMPONENT_NAME2 = gPxeBcComponentName2
33 #
34
35 [Sources.common]
36 Pxe_bc_mtftp.c
37 Bc.c
38 Dhcp.h
39 Ip.h
40 Pxe_bc_ip.c
41 Pxe_bc_dhcp.c
42 Pxe_bc_arp.c
43 Hton.h
44 ComponentName.c
45 Bc.h
46 Pxe_loadfile.c
47 Tftp.h
48 Pxe_bc_igmp.c
49 Pxe_bc_udp.c
50
51 [Sources.IA32]
52 Ia32/PxeArch.h
53
54 [Sources.X64]
55 X64/PxeArch.h
56
57 [Sources.IPF]
58 Ipf/PxeArch.h
59
60 [Sources.EBC]
61 Ebc/PxeArch.h
62 Ebc/PxeArch.c
63
64
65 [Packages]
66 MdePkg/MdePkg.dec
67 MdeModulePkg/MdeModulePkg.dec
68
69
70 [LibraryClasses]
71 UefiLib
72 BaseLib
73 UefiBootServicesTableLib
74 UefiDriverEntryPoint
75 BaseMemoryLib
76 DebugLib
77
78
79 [Guids]
80 gEfiSmbiosTableGuid # ALWAYS_CONSUMED
81
82
83 [Protocols]
84 gEfiBisProtocolGuid # PROTOCOL ALWAYS_CONSUMED
85 gEfiPxeBaseCodeCallbackProtocolGuid # PROTOCOL ALWAYS_PRODUCED
86 gEfiPxeBaseCodeProtocolGuid # PROTOCOL ALWAYS_PRODUCED
87 gEfiLoadFileProtocolGuid # PROTOCOL ALWAYS_CONSUMED
88 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
89 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
90 gEfiTcpProtocolGuid # PROTOCOL ALWAYS_CONSUMED
91 gEfiNetworkInterfaceIdentifierProtocolGuid_31 # PROTOCOL ALWAYS_CONSUMED
92 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED
93