]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
1. Import UEFI PxeBc module in MdeModulePkg
[mirror_edk2.git] / MdeModulePkg / Universal / Network / UefiPxeBcDxe / UefiPxeBcDxe.inf
CommitLineData
dc361cc5 1#/** @file\r
2# Component name for module UefiPxeBc\r
3#\r
4# FIX ME!\r
5# Copyright (c) 2007, Intel Corporation. All rights reserved.\r
6#\r
7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = UefiPxeBcDxe\r
22 FILE_GUID = 3B1DEAB5-C75D-442e-9238-8E2FFB62B0BB\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 EDK_RELEASE_VERSION = 0x00020000\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27\r
28 ENTRY_POINT = PxeBcDriverEntryPoint\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF\r
34#\r
35\r
36\r
37[Sources.common]\r
38 PxeBcMtftp.c\r
39 PxeBcSupport.h\r
40 PxeBcSupport.c\r
41 PxeBcDriver.c\r
42 PxeBcDhcp.h\r
43 ComponentName.c\r
44 PxeBcImpl.c\r
45 PxeBcImpl.h\r
46 PxeBcDhcp.c\r
47 PxeBcMtftp.h\r
48 PxeBcDriver.h\r
49\r
50[Sources.IA32]\r
51 Ia32\PxeArch.h\r
52\r
53[Sources.X64]\r
54 X64\PxeArch.h\r
55\r
56[Sources.IPF]\r
57 Ipf\PxeArch.h\r
58\r
59\r
60[Packages]\r
61 MdePkg/MdePkg.dec\r
62 MdeModulePkg/MdeModulePkg.dec\r
63\r
64\r
65\r
66[LibraryClasses]\r
67 BaseLib\r
68 UefiLib\r
69 UefiBootServicesTableLib\r
70 UefiDriverEntryPoint\r
71 BaseMemoryLib\r
72 DebugLib\r
73 NetLib\r
74\r
75\r
76[Guids]\r
77 gEfiSmbiosTableGuid # ALWAYS_CONSUMED\r
78\r
79\r
80\r
81[Protocols]\r
82 gEfiMtftp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
83 gEfiMtftp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
84 gEfiUdp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
85 gEfiDhcp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
86 gEfiPxeBaseCodeCallbackProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
87 gEfiPxeBaseCodeProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
88 gEfiLoadFileProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
89 gEfiDhcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
90 gEfiUdp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
91 gEfiNetworkInterfaceIdentifierProtocolGuid_31 # PROTOCOL ALWAYS_CONSUMED\r
92\r
93\r