]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Dhcp4Dxe / Dhcp4Dxe.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# This module produces EFI DHCPv4 Protocol and EFI DHCPv4 Service Binding Protocol.\r
772db4bb 3#\r
6036e94d
SZ
4# This module produces EFI DHCPv4 Protocol upon EFI UDPv4 Protocol, to provide the\r
5# capability to collect configuration information for the EFI IPv4 Protocol drivers\r
6# and to provide DHCPv4 server and PXE boot server discovery services.\r
772db4bb 7#\r
6036e94d 8# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
e5eed7d3 9# This program and the accompanying materials\r
772db4bb 10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
6bfbb5f0 18##\r
772db4bb 19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = Dhcp4Dxe\r
6036e94d 23 MODULE_UNI_FILE = Dhcp4Dxe.uni\r
772db4bb 24 FILE_GUID = 94734718-0BBC-47fb-96A5-EE7A5AE6A2AD\r
d3f16117 25 MODULE_TYPE = UEFI_DRIVER\r
772db4bb 26 VERSION_STRING = 1.0\r
772db4bb 27 ENTRY_POINT = Dhcp4DriverEntryPoint\r
da1d0201 28 UNLOAD_IMAGE = NetLibDefaultUnload\r
772db4bb 29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
d354ab7f 34# DRIVER_BINDING = gDhcp4DriverBinding \r
35# COMPONENT_NAME = gDhcp4ComponentName\r
36# COMPONENT_NAME2 = gDhcp4ComponentName2\r
37#\r
772db4bb 38\r
6bfbb5f0 39[Sources]\r
772db4bb 40 Dhcp4Impl.c\r
41 Dhcp4Io.c\r
42 Dhcp4Io.h\r
43 ComponentName.c\r
44 Dhcp4Driver.h\r
45 Dhcp4Driver.c\r
46 Dhcp4Option.c\r
47 Dhcp4Option.h\r
48 Dhcp4Impl.h\r
49\r
50[Packages]\r
51 MdePkg/MdePkg.dec\r
52 MdeModulePkg/MdeModulePkg.dec\r
53\r
54\r
55[LibraryClasses]\r
56 BaseLib\r
57 UefiLib\r
58 UefiBootServicesTableLib\r
59 UefiDriverEntryPoint\r
60 DebugLib\r
61 NetLib\r
62 UdpIoLib\r
63\r
64\r
65[Protocols]\r
6036e94d
SZ
66 gEfiDhcp4ServiceBindingProtocolGuid ## BY_START\r
67 gEfiUdp4ServiceBindingProtocolGuid ## TO_START\r
68 gEfiDhcp4ProtocolGuid ## BY_START\r
69 gEfiUdp4ProtocolGuid ## TO_START\r
772db4bb 70\r
6036e94d
SZ
71[UserExtensions.TianoCore."ExtraFiles"]\r
72 Dhcp4DxeExtra.uni\r