]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/Udp6Dxe/Udp6Dxe.inf
NetworkPkg: Clean up source files
[mirror_edk2.git] / NetworkPkg / Udp6Dxe / Udp6Dxe.inf
CommitLineData
a3bcde70 1## @file Udp6Dxe.inf\r
8ef3af39 2# UDP packet service based on IPv6 stack.\r
f75a7f56 3#\r
8ef3af39
DG
4# This module produces EFI UDPv6 Protocol which provides simple packet-oriented\r
5# services to transmit and receive UDP packets.\r
f75a7f56
LG
6#\r
7# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
a3bcde70
HT
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php.\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = Udp6Dxe\r
22 FILE_GUID = D912C7BC-F098-4367-92BA-E911083C7B0E\r
23 MODULE_TYPE = UEFI_DRIVER\r
24 VERSION_STRING = 1.0\r
25\r
26 ENTRY_POINT = Udp6DriverEntryPoint\r
27 UNLOAD_IMAGE = NetLibDefaultUnload\r
8ef3af39 28 MODULE_UNI_FILE = Udp6Dxe.uni\r
a3bcde70
HT
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35\r
36[Sources]\r
37 Udp6Driver.h\r
38 Udp6Driver.c\r
39 Udp6Impl.c\r
40 Udp6Impl.h\r
41 ComponentName.c\r
42 Udp6Main.c\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 MdeModulePkg/MdeModulePkg.dec\r
47\r
48[LibraryClasses]\r
49 BaseLib\r
50 BaseMemoryLib\r
51 MemoryAllocationLib\r
52 UefiBootServicesTableLib\r
53 UefiDriverEntryPoint\r
54 UefiRuntimeServicesTableLib\r
55 UefiLib\r
56 DebugLib\r
57 IpIoLib\r
58 NetLib\r
59 DpcLib\r
60\r
61\r
62[Protocols]\r
8ef3af39
DG
63 gEfiIp6ProtocolGuid ## TO_START\r
64 gEfiIp6ServiceBindingProtocolGuid ## TO_START\r
65 gEfiUdp6ServiceBindingProtocolGuid ## BY_START\r
66 gEfiUdp6ProtocolGuid ## BY_START\r
a3bcde70 67\r
8ef3af39
DG
68[UserExtensions.TianoCore."ExtraFiles"]\r
69 Udp6DxeExtra.uni\r