]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
Clean up the private GUID definition in module Level.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Ip4ConfigDxe / Ip4ConfigDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
b2570da8 2# Component name for module Ip4Config\r
3#\r
c8ad2d7a 4# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
b2570da8 5#\r
e5eed7d3 6# This program and the accompanying materials\r
b2570da8 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
b2570da8 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = Ip4ConfigDxe\r
20 FILE_GUID = 26841BDE-920A-4e7a-9FBE-637F477143A6\r
d3f16117 21 MODULE_TYPE = UEFI_DRIVER\r
b2570da8 22 VERSION_STRING = 1.0\r
b2570da8 23 ENTRY_POINT = Ip4ConfigDriverEntryPoint\r
74df5026 24 UNLOAD_IMAGE = NetLibDefaultUnload\r
b2570da8 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
30\r
6bfbb5f0 31[Sources]\r
b2570da8 32 ComponentName.c\r
33 NicIp4Variable.c\r
34 Ip4ConfigDriver.c\r
35 Ip4Config.h\r
36 NicIp4Variable.h\r
37 Ip4Config.c\r
63886849 38 Ip4ConfigDxe.vfr\r
39 Ip4ConfigDxeStrings.uni\r
40 Ip4NvData.h\r
41 Ip4ConfigNv.h\r
42 Ip4ConfigNv.c\r
b2570da8 43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 MdeModulePkg/MdeModulePkg.dec\r
47\r
48\r
49[LibraryClasses]\r
50 UefiLib\r
51 UefiBootServicesTableLib\r
52 UefiDriverEntryPoint\r
53 UefiRuntimeServicesTableLib\r
54 DebugLib\r
55 NetLib\r
63886849 56 HiiLib\r
57 PrintLib\r
d8d26fb2 58 DpcLib\r
b2570da8 59\r
60[Protocols]\r
61 gEfiDhcp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
62 gEfiManagedNetworkServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
63886849 63 gEfiIp4ConfigProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
b2570da8 64 gEfiManagedNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
65 gEfiDhcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
63886849 66 gEfiHiiConfigAccessProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
67\r
68[Guids]\r
63886849 69 gEfiNicIp4ConfigVariableGuid ## CONSUMES ## Guid\r
c8ad2d7a 70 gNicIp4ConfigNvDataGuid ## PRODUCES ## Guid\r