]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / DxeUdpIoLib / DxeUdpIoLib.inf
... / ...
CommitLineData
1## @file\r
2# This library instance provides UDP services by consuming EFI UDPv4/UDPv6 Protocols.\r
3#\r
4# Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6#\r
7##\r
8\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = DxeUpdIoLib\r
13 MODULE_UNI_FILE = DxeUpdIoLib.uni\r
14 FILE_GUID = 7E615AA1-41EE-49d4-B7E9-1D7A60AA5C8D\r
15 MODULE_TYPE = DXE_DRIVER\r
16 VERSION_STRING = 1.0\r
17 LIBRARY_CLASS = UdpIoLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
18\r
19#\r
20# The following information is for reference only and not required by the build tools.\r
21#\r
22# VALID_ARCHITECTURES = IA32 X64 EBC\r
23#\r
24\r
25[Sources]\r
26 DxeUdpIoLib.c\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 MdeModulePkg/MdeModulePkg.dec\r
31\r
32\r
33[LibraryClasses]\r
34 BaseLib\r
35 DebugLib\r
36 UefiBootServicesTableLib\r
37 MemoryAllocationLib\r
38 BaseMemoryLib\r
39 DpcLib\r
40\r
41[Protocols]\r
42 gEfiUdp4ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES\r
43 gEfiUdp4ProtocolGuid ## SOMETIMES_CONSUMES\r
44 gEfiUdp6ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES\r
45 gEfiUdp6ProtocolGuid ## SOMETIMES_CONSUMES\r
46\r