]> git.proxmox.com Git - mirror_edk2.git/blob - NetworkPkg/Udp6Dxe/Udp6Dxe.inf
NetworkPkg: Move Network library header file from MdeModulePkg to NetworkPkg
[mirror_edk2.git] / NetworkPkg / Udp6Dxe / Udp6Dxe.inf
1 ## @file Udp6Dxe.inf
2 # UDP packet service based on IPv6 stack.
3 #
4 # This module produces EFI UDPv6 Protocol which provides simple packet-oriented
5 # services to transmit and receive UDP packets.
6 #
7 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = Udp6Dxe
16 FILE_GUID = D912C7BC-F098-4367-92BA-E911083C7B0E
17 MODULE_TYPE = UEFI_DRIVER
18 VERSION_STRING = 1.0
19
20 ENTRY_POINT = Udp6DriverEntryPoint
21 UNLOAD_IMAGE = NetLibDefaultUnload
22 MODULE_UNI_FILE = Udp6Dxe.uni
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 EBC
28 #
29
30 [Sources]
31 Udp6Driver.h
32 Udp6Driver.c
33 Udp6Impl.c
34 Udp6Impl.h
35 ComponentName.c
36 Udp6Main.c
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41 NetworkPkg/NetworkPkg.dec
42
43 [LibraryClasses]
44 BaseLib
45 BaseMemoryLib
46 MemoryAllocationLib
47 UefiBootServicesTableLib
48 UefiDriverEntryPoint
49 UefiRuntimeServicesTableLib
50 UefiLib
51 DebugLib
52 IpIoLib
53 NetLib
54 DpcLib
55
56
57 [Protocols]
58 gEfiIp6ProtocolGuid ## TO_START
59 gEfiIp6ServiceBindingProtocolGuid ## TO_START
60 gEfiUdp6ServiceBindingProtocolGuid ## BY_START
61 gEfiUdp6ProtocolGuid ## BY_START
62
63 [UserExtensions.TianoCore."ExtraFiles"]
64 Udp6DxeExtra.uni