]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/PxeDhcp4Dxe/PxeDhcp4Dxe.inf
remove clean console control protocol.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / PxeDhcp4Dxe / PxeDhcp4Dxe.inf
CommitLineData
772db4bb 1#/** @file\r
2# Component name for module PxeDhcp4\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 = PxeDhcp4Dxe\r
20 FILE_GUID = a46c3330-be36-4977-9d24-a7cf92eef0fe\r
d3f16117 21 MODULE_TYPE = UEFI_DRIVER\r
772db4bb 22 VERSION_STRING = 1.0\r
772db4bb 23 ENTRY_POINT = PxeDhcp4DriverEntryPoint\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
d354ab7f 30# DRIVER_BINDING = gPxeDhcp4DriverBinding \r
31# COMPONENT_NAME = gPxeDhcp4ComponentName\r
32# COMPONENT_NAME2 = gPxeDhcp4ComponentName2\r
33#\r
772db4bb 34\r
35[Sources.common]\r
bc4b8189 36 Support.c\r
772db4bb 37 PxeDhcp4Release.c\r
38 PxeDhcp4Setup.c\r
39 ComponentName.c\r
40 PxeDhcp4RenewRebind.c\r
41 PxeDhcp4.h\r
42 PxeDhcp4.c\r
43 PxeDhcp4InitSelect.c\r
44 PxeDhcp4Run.c\r
45\r
46\r
47[Packages]\r
48 MdePkg/MdePkg.dec\r
49 MdeModulePkg/MdeModulePkg.dec\r
50\r
51\r
52[LibraryClasses]\r
53 UefiLib\r
54 UefiBootServicesTableLib\r
55 UefiDriverEntryPoint\r
56 BaseMemoryLib\r
57 DebugLib\r
58\r
59\r
60[Protocols]\r
61 gEfiPxeBaseCodeProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
62 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
63 gEfiPxeDhcp4CallbackProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
64 gEfiPxeDhcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
65\r