]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
More progress on the disassebler lib
[mirror_edk2.git] / MdeModulePkg / Universal / Network / UefiPxeBcDxe / UefiPxeBcDxe.inf
CommitLineData
ecd28a61 1## @file\r
31f228cf 2# Component name for module UefiPxeBc\r
3#\r
ecd28a61 4# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.\r
31f228cf 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
ecd28a61 15##\r
31f228cf 16\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = UefiPxeBcDxe\r
21 FILE_GUID = 3B1DEAB5-C75D-442e-9238-8E2FFB62B0BB\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = PxeBcDriverEntryPoint\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
ecd28a61 29# VALID_ARCHITECTURES = IA32 X64 IPF\r
31f228cf 30#\r
31# DRIVER_BINDING = gPxeBcDriverBinding \r
32# COMPONENT_NAME = gPxeBcComponentName\r
33# COMPONENT_NAME2 = gPxeBcComponentName2\r
34#\r
35\r
36[Sources.common]\r
37 PxeBcMtftp.c\r
38 PxeBcSupport.h\r
39 PxeBcSupport.c\r
40 PxeBcDriver.c\r
41 PxeBcDhcp.h\r
42 ComponentName.c\r
43 PxeBcImpl.c\r
44 PxeBcImpl.h\r
45 PxeBcDhcp.c\r
46 PxeBcMtftp.h\r
47 PxeBcDriver.h\r
ecd28a61 48 \r
31f228cf 49\r
50[Packages]\r
51 MdePkg/MdePkg.dec\r
52 MdeModulePkg/MdeModulePkg.dec\r
53\r
54\r
55\r
56[LibraryClasses]\r
57 BaseLib\r
58 UefiLib\r
59 UefiBootServicesTableLib\r
60 UefiDriverEntryPoint\r
61 BaseMemoryLib\r
62 MemoryAllocationLib\r
63 DebugLib\r
64 NetLib\r
65 DpcLib\r
66\r
67[Guids]\r
68 gEfiSmbiosTableGuid # ALWAYS_CONSUMED\r
69\r
70[Protocols]\r
71 gEfiArpServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
72 gEfiArpProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
73 gEfiMtftp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
74 gEfiMtftp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
75 gEfiUdp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
76 gEfiDhcp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
77 gEfiPxeBaseCodeCallbackProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
78 gEfiPxeBaseCodeProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
79 gEfiLoadFileProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
80 gEfiDhcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
81 gEfiUdp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
82 gEfiNetworkInterfaceIdentifierProtocolGuid_31 ## SOMETIMES_CONSUMES\r
83 gEfiIp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
84 gEfiIp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r