]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/PxeBcDxe/PxeBcDxe.inf
Remove gEfiNetworkInterfaceIdentifierProtocolGuid reference from code base. Only...
[mirror_edk2.git] / MdeModulePkg / Universal / Network / PxeBcDxe / PxeBcDxe.inf
CommitLineData
772db4bb 1#/** @file\r
2# Component name for module BC\r
3#\r
4# Copyright (c) 2007, Intel Corporation\r
5#\r
6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = PxeBcDxe\r
20 FILE_GUID = A3f436EA-A127-4EF8-957C-8048606FF670\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
25\r
26 ENTRY_POINT = InitializeBCDriver\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
34[Sources.common]\r
35 Pxe_bc_mtftp.c\r
36 Bc.c\r
37 Dhcp.h\r
38 Ip.h\r
39 Pxe_bc_ip.c\r
40 Pxe_bc_dhcp.c\r
41 Pxe_bc_arp.c\r
42 Hton.h\r
43 ComponentName.c\r
44 Bc.h\r
45 Pxe_loadfile.c\r
46 Tftp.h\r
47 Pxe_bc_igmp.c\r
48 Pxe_bc_udp.c\r
49\r
50[Sources.IA32]\r
2d85ada2 51 Ia32/PxeArch.h\r
772db4bb 52\r
53[Sources.X64]\r
2d85ada2 54 X64/PxeArch.h\r
772db4bb 55\r
56[Sources.IPF]\r
2d85ada2 57 Ipf/PxeArch.h\r
772db4bb 58\r
59[Sources.EBC]\r
2d85ada2 60 Ebc/PxeArch.h\r
61 Ebc/PxeArch.c\r
772db4bb 62\r
63\r
64[Packages]\r
65 MdePkg/MdePkg.dec\r
66 MdeModulePkg/MdeModulePkg.dec\r
67\r
68\r
69[LibraryClasses]\r
70 UefiLib\r
71 BaseLib\r
72 UefiBootServicesTableLib\r
73 UefiDriverEntryPoint\r
74 BaseMemoryLib\r
75 DebugLib\r
76\r
77\r
78[Guids]\r
79 gEfiSmbiosTableGuid # ALWAYS_CONSUMED\r
80\r
81\r
82[Protocols]\r
83 gEfiBisProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
84 gEfiPxeBaseCodeCallbackProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
85 gEfiPxeBaseCodeProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
86 gEfiLoadFileProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
87 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
88 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
772db4bb 89 gEfiTcpProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
90 gEfiNetworkInterfaceIdentifierProtocolGuid_31 # PROTOCOL ALWAYS_CONSUMED\r
91\r