]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
PcAtChipsetPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / NetworkPkg / UefiPxeBcDxe / UefiPxeBcDxe.inf
CommitLineData
a3bcde70
HT
1## @file\r
2# Component name for module PxeBc\r
3#\r
ef117a6a 4# Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>\r
a3bcde70
HT
5#\r
6# 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[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = UefiPxeBcDxe\r
19 FILE_GUID = B95E9FDA-26DE-48d2-8807-1F9107AC5E3A\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = PxeBcDriverEntryPoint\r
23 UNLOAD_IMAGE = NetLibDefaultUnload\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF\r
28#\r
29\r
30[Sources]\r
31 ComponentName.c\r
32 PxeBcDriver.c\r
33 PxeBcDriver.h\r
34 PxeBcImpl.c\r
35 PxeBcImpl.h\r
36 PxeBcBoot.c\r
37 PxeBcBoot.h\r
38 PxeBcDhcp6.c\r
39 PxeBcDhcp6.h\r
40 PxeBcDhcp4.c\r
41 PxeBcDhcp4.h\r
42 PxeBcMtftp.c\r
43 PxeBcMtftp.h\r
44 PxeBcSupport.c\r
45 PxeBcSupport.h\r
46\r
47\r
48[Packages]\r
49 MdePkg/MdePkg.dec\r
50 MdeModulePkg/MdeModulePkg.dec\r
51\r
52\r
53[LibraryClasses]\r
54 BaseLib\r
55 UefiLib\r
56 UefiBootServicesTableLib\r
57 UefiDriverEntryPoint\r
58 BaseMemoryLib\r
59 MemoryAllocationLib\r
60 DebugLib\r
61 NetLib\r
62 DpcLib\r
63 DevicePathLib\r
64 PcdLib\r
65\r
a3bcde70
HT
66[Protocols]\r
67 gEfiDevicePathProtocolGuid\r
68 gEfiNetworkInterfaceIdentifierProtocolGuid_31\r
69 gEfiArpServiceBindingProtocolGuid\r
70 gEfiArpProtocolGuid\r
71 gEfiIp4ServiceBindingProtocolGuid\r
72 gEfiIp4ProtocolGuid\r
73 gEfiIp6ServiceBindingProtocolGuid\r
74 gEfiIp6ProtocolGuid\r
75 gEfiIp6ConfigProtocolGuid\r
76 gEfiUdp4ServiceBindingProtocolGuid\r
77 gEfiUdp4ProtocolGuid\r
78 gEfiMtftp4ServiceBindingProtocolGuid\r
79 gEfiMtftp4ProtocolGuid\r
80 gEfiDhcp4ServiceBindingProtocolGuid\r
81 gEfiDhcp4ProtocolGuid\r
82 gEfiUdp6ServiceBindingProtocolGuid\r
83 gEfiUdp6ProtocolGuid\r
84 gEfiMtftp6ServiceBindingProtocolGuid\r
85 gEfiMtftp6ProtocolGuid\r
86 gEfiDhcp6ServiceBindingProtocolGuid\r
87 gEfiDhcp6ProtocolGuid\r
88 gEfiPxeBaseCodeCallbackProtocolGuid\r
89 gEfiPxeBaseCodeProtocolGuid\r
90 gEfiLoadFileProtocolGuid\r
91\r
92[Pcd]\r
93 gEfiMdeModulePkgTokenSpaceGuid.PcdTftpBlockSize ## CONSUMES\r