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