]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Dhcp4Dxe / Dhcp4Dxe.inf
CommitLineData
6bfbb5f0 1## @file\r
772db4bb 2# Component name for module Dhcp4\r
3#\r
e5eed7d3 4# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
772db4bb 5#\r
e5eed7d3 6# This program and the accompanying materials\r
772db4bb 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
6bfbb5f0 15##\r
772db4bb 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = Dhcp4Dxe\r
20 FILE_GUID = 94734718-0BBC-47fb-96A5-EE7A5AE6A2AD\r
d3f16117 21 MODULE_TYPE = UEFI_DRIVER\r
772db4bb 22 VERSION_STRING = 1.0\r
772db4bb 23 ENTRY_POINT = Dhcp4DriverEntryPoint\r
da1d0201 24 UNLOAD_IMAGE = NetLibDefaultUnload\r
772db4bb 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 = gDhcp4DriverBinding \r
31# COMPONENT_NAME = gDhcp4ComponentName\r
32# COMPONENT_NAME2 = gDhcp4ComponentName2\r
33#\r
772db4bb 34\r
6bfbb5f0 35[Sources]\r
772db4bb 36 Dhcp4Impl.c\r
37 Dhcp4Io.c\r
38 Dhcp4Io.h\r
39 ComponentName.c\r
40 Dhcp4Driver.h\r
41 Dhcp4Driver.c\r
42 Dhcp4Option.c\r
43 Dhcp4Option.h\r
44 Dhcp4Impl.h\r
45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
48 MdeModulePkg/MdeModulePkg.dec\r
49\r
50\r
51[LibraryClasses]\r
52 BaseLib\r
53 UefiLib\r
54 UefiBootServicesTableLib\r
55 UefiDriverEntryPoint\r
56 DebugLib\r
57 NetLib\r
58 UdpIoLib\r
59\r
60\r
61[Protocols]\r
62 gEfiUdp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
63 gEfiDhcp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
64 gEfiUdp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
65 gEfiDhcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
66\r