]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
5090a06938a97eb6f80bf046ce82e09b9ae9bb1a
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Ip4ConfigDxe / Ip4ConfigDxe.inf
1 ## @file
2 # Component name for module Ip4Config
3 #
4 # Copyright (c) 2006 - 2010, Intel Corporation
5 #
6 # All rights reserved. This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = Ip4ConfigDxe
20 FILE_GUID = 26841BDE-920A-4e7a-9FBE-637F477143A6
21 MODULE_TYPE = UEFI_DRIVER
22 VERSION_STRING = 1.0
23 ENTRY_POINT = Ip4ConfigDriverEntryPoint
24 UNLOAD_IMAGE = EfiIp4ConfigUnload
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources]
32 ComponentName.c
33 NicIp4Variable.c
34 Ip4ConfigDriver.c
35 Ip4Config.h
36 NicIp4Variable.h
37 Ip4Config.c
38 Ip4ConfigDxe.vfr
39 Ip4ConfigDxeStrings.uni
40 Ip4NvData.h
41 Ip4ConfigNv.h
42 Ip4ConfigNv.c
43
44 [Packages]
45 MdePkg/MdePkg.dec
46 MdeModulePkg/MdeModulePkg.dec
47
48
49 [LibraryClasses]
50 UefiLib
51 UefiBootServicesTableLib
52 UefiDriverEntryPoint
53 UefiRuntimeServicesTableLib
54 DebugLib
55 NetLib
56 HiiLib
57 PrintLib
58 DpcLib
59
60 [Protocols]
61 gEfiDhcp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
62 gEfiManagedNetworkServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
63 gEfiIp4ConfigProtocolGuid # PROTOCOL ALWAYS_PRODUCED
64 gEfiManagedNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
65 gEfiDhcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
66 gEfiHiiConfigAccessProtocolGuid # PROTOCOL ALWAYS_CONSUMED
67
68 [Guids]
69 gEfiNicIp4ConfigVariableGuid ## CONSUMES ## Guid
70