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