]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc...
[mirror_edk2.git] / MdeModulePkg / Library / DxeUdpIoLib / DxeUdpIoLib.inf
CommitLineData
8f5e6151 1/** @file\r
2 Instance of UdpIoLib.\r
3\r
4 This module provides UDP services by consuming EFI UDP4 Service Binding Protocol and\r
5 EFI UDP4 Protocol.\r
6 \r
7Copyright (c) 2008, Intel Corporation.<BR>\r
8All rights reserved. This program and the accompanying materials\r
9are licensed and made available under the terms and conditions of the BSD License\r
10which accompanies this distribution. The full text of the license may be found at\r
11http://opensource.org/licenses/bsd-license.php\r
12\r
13THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15\r
16**/\r
17\r
cbf316f2 18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
687a2e5f 21 BASE_NAME = DxeUpdIoLib\r
cbf316f2 22 FILE_GUID = 7E615AA1-41EE-49d4-B7E9-1D7A60AA5C8D\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = UdpIoLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
cbf316f2 26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources.common]\r
34 DxeUdpIoLib.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40\r
41[LibraryClasses]\r
8a67d61d 42 UdpIoLib\r
cbf316f2 43 BaseLib\r
cbf316f2 44 DebugLib\r
8a67d61d 45 UefiBootServicesTableLib\r
46 MemoryAllocationLib\r
b61439a7 47 BaseMemoryLib\r
d8d26fb2 48 DpcLib\r
cbf316f2 49\r
50[Protocols]\r
cbf316f2 51 gEfiUdp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
d8d26fb2 52 gEfiUdp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r