]> git.proxmox.com Git - mirror_edk2.git/blob - NetworkPkg/Ip6Dxe/Ip6Dxe.inf
NetworkPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / NetworkPkg / Ip6Dxe / Ip6Dxe.inf
1 ## @file
2 # Basic IPv6 packet I/O Service.
3 #
4 # This module provides basic network IPv6 packet I/O services which includes support for
5 # Neighbor Discovery Protocol (ND), Multicast Listener Discovery Protocol (MLD),
6 # and a subset of the Internet Control Message Protocol (ICMPv6). This driver
7 # also provides the mechanism to set and get various types of configurations for
8 # the EFI IPv6 network stack.
9 #
10 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
11 #
12 # SPDX-License-Identifier: BSD-2-Clause-Patent
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = Ip6Dxe
19 FILE_GUID = 5BEDB5CC-D830-4eb2-8742-2D4CC9B54F2C
20 MODULE_TYPE = UEFI_DRIVER
21 VERSION_STRING = 1.0
22 ENTRY_POINT = Ip6DriverEntryPoint
23 UNLOAD_IMAGE = NetLibDefaultUnload
24 MODULE_UNI_FILE = Ip6Dxe.uni
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 EBC
30 #
31 # DRIVER_BINDING = gIp6DriverBinding
32 # COMPONENT_NAME = gIp6ComponentName
33 # COMPONENT_NAME2 = gIp6ComponentName2
34 #
35
36 [Sources]
37 Ip6Output.h
38 Ip6Option.h
39 Ip6Input.h
40 Ip6Nd.h
41 Ip6Mld.h
42 Ip6Impl.c
43 Ip6Driver.c
44 ComponentName.c
45 Ip6Nd.c
46 Ip6Input.c
47 Ip6ConfigImpl.c
48 Ip6ConfigImpl.h
49 Ip6Impl.h
50 Ip6Option.c
51 Ip6If.h
52 Ip6Icmp.h
53 Ip6Mld.c
54 Ip6Common.c
55 Ip6Route.c
56 Ip6If.c
57 Ip6Driver.h
58 Ip6Output.c
59 Ip6Icmp.c
60 Ip6Common.h
61 Ip6Route.h
62 Ip6DxeStrings.uni
63 Ip6NvData.h
64 Ip6ConfigNv.c
65 Ip6ConfigNv.h
66 Ip6Config.vfr
67
68 [Packages]
69 MdePkg/MdePkg.dec
70 MdeModulePkg/MdeModulePkg.dec
71 NetworkPkg/NetworkPkg.dec
72
73 [LibraryClasses]
74 BaseLib
75 BaseMemoryLib
76 DevicePathLib
77 HiiLib
78 UefiHiiServicesLib
79 PrintLib
80 MemoryAllocationLib
81 UefiBootServicesTableLib
82 UefiDriverEntryPoint
83 UefiRuntimeServicesTableLib
84 UefiLib
85 DebugLib
86 NetLib
87 DpcLib
88
89 [Protocols]
90 gEfiManagedNetworkServiceBindingProtocolGuid ## TO_START
91 gEfiManagedNetworkProtocolGuid ## TO_START
92 gEfiIp6ServiceBindingProtocolGuid ## BY_START
93 gEfiIp6ProtocolGuid ## BY_START
94 gEfiIp6ConfigProtocolGuid ## BY_START
95 gEfiDhcp6ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES
96 gEfiDhcp6ProtocolGuid ## SOMETIMES_CONSUMES
97 gEfiIpSec2ProtocolGuid ## SOMETIMES_CONSUMES
98 gEfiHiiConfigAccessProtocolGuid ## SOMETIMES_CONSUMES
99
100 [Guids]
101 ## SOMETIMES_CONSUMES ## HII
102 gEfiIfrTianoGuid
103 ## SOMETIMES_CONSUMES ## UNDEFINED # HiiIsConfigHdrMatch mIp6ConfigStorageName
104 ## SOMETIMES_PRODUCES ## UNDEFINED # HiiConstructConfigHdr mIp6ConfigStorageName
105 ## SOMETIMES_PRODUCES ## UNDEFINED # HiiAddPackages Ip6DxeStrings Ip6ConfigBin
106 ## SOMETIMES_CONSUMES ## UNDEFINED # HiiUpdateForm
107 ## SOMETIMES_CONSUMES ## HII
108 gIp6ConfigNvDataGuid
109 [UserExtensions.TianoCore."ExtraFiles"]
110 Ip6DxeExtra.uni