]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
SourceLevelDebugPkg/SecPeiDebugAgentLib: Restore CPU interrupt state
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Ip4ConfigDxe / Ip4ConfigDxe.inf
1 ## @file
2 # This module produces EFI IPv4 Configuration Protocol.
3 #
4 # This module produces EFI IPv4 Configuration Protocol upon EFI MNP Protocol,
5 # to performs platform- and policy-dependent configuration for the EFI IPv4
6 # Protocol driver. It installs EFI HII Configuration Access Protocol to provide
7 # one way to configurate the IPv4 network setting.
8 #
9 # Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
10 # This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 #
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 #
19 ##
20
21 [Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = Ip4ConfigDxe
24 MODULE_UNI_FILE = Ip4ConfigDxe.uni
25 FILE_GUID = 26841BDE-920A-4e7a-9FBE-637F477143A6
26 MODULE_TYPE = UEFI_DRIVER
27 VERSION_STRING = 1.0
28 ENTRY_POINT = Ip4ConfigDriverEntryPoint
29 UNLOAD_IMAGE = NetLibDefaultUnload
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
34 #
35
36 [Sources]
37 ComponentName.c
38 NicIp4Variable.c
39 Ip4ConfigDriver.c
40 Ip4Config.h
41 NicIp4Variable.h
42 Ip4Config.c
43 Ip4ConfigDxe.vfr
44 Ip4ConfigDxeStrings.uni
45 Ip4NvData.h
46 Ip4ConfigNv.h
47 Ip4ConfigNv.c
48
49 [Packages]
50 MdePkg/MdePkg.dec
51 MdeModulePkg/MdeModulePkg.dec
52
53
54 [LibraryClasses]
55 UefiLib
56 UefiBootServicesTableLib
57 UefiDriverEntryPoint
58 UefiRuntimeServicesTableLib
59 DebugLib
60 NetLib
61 HiiLib
62 PrintLib
63 DpcLib
64 DevicePathLib
65
66 [Protocols]
67 gEfiIp4ConfigProtocolGuid ## BY_START
68 gEfiManagedNetworkServiceBindingProtocolGuid ## TO_START
69 gEfiManagedNetworkProtocolGuid ## TO_START
70 gEfiDhcp4ServiceBindingProtocolGuid ## TO_START
71 gEfiDhcp4ProtocolGuid ## TO_START
72 gEfiHiiConfigAccessProtocolGuid ## BY_START
73 ## TO_START
74 ## BY_START
75 gEfiDevicePathProtocolGuid
76
77 [Guids]
78 ## SOMETIMES_CONSUMES ## GUID # HiiIsConfigHdrMatch EFI_NIC_IP4_CONFIG_VARIABLE
79 ## SOMETIMES_PRODUCES ## GUID # HiiConstructConfigHdr EFI_NIC_IP4_CONFIG_VARIABLE
80 ## SOMETIMES_PRODUCES ## Variable
81 ## SOMETIMES_CONSUMES ## Variable
82 ## SOMETIMES_PRODUCES ## GUID # Device Path Node
83 gEfiNicIp4ConfigVariableGuid
84 ## SOMETIMES_CONSUMES ## GUID # HiiIsConfigHdrMatch EFI_NIC_IP4_CONFIG_VARIABLE
85 ## SOMETIMES_PRODUCES ## GUID # HiiConstructConfigHdr EFI_NIC_IP4_CONFIG_VARIABLE
86 ## SOMETIMES_PRODUCES ## GUID # HiiGetBrowserData EFI_NIC_IP4_CONFIG_VARIABLE
87 ## SOMETIMES_CONSUMES ## HII
88 gNicIp4ConfigNvDataGuid
89
90 [UserExtensions.TianoCore."ExtraFiles"]
91 Ip4ConfigDxeExtra.uni