]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Library / DxeUdpIoLib / DxeUdpIoLib.inf
CommitLineData
6bfbb5f0
LG
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
7# Copyright (c) 2008 - 2010, Intel Corporation.<BR>\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
8f5e6151 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
6bfbb5f0 33[Sources]\r
cbf316f2 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
a1503a32 53 gEfiUdp6ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
54 gEfiUdp6ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
55 \r