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