]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc...
[mirror_edk2.git] / MdeModulePkg / Library / DxeIpIoLib / DxeIpIoLib.inf
CommitLineData
8f5e6151 1/** @file\r
f98c4b82 2 Instance of DxeIpIoLib.\r
3\r
4 This module provides IP services by consuming EFI IP4 Service Binding Protocol and\r
5 EFI IP4 Protocol.\r
8f5e6151 6\r
7Copyright (c) 2006, 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 = DxeIpIoLib\r
cbf316f2 22 FILE_GUID = A302F877-8625-425c-B1EC-7487B62C4FDA\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = IpIoLib|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 DxeIpIoLib.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 IpIoLib\r
cbf316f2 43 BaseLib\r
cbf316f2 44 DebugLib\r
8a67d61d 45 UefiBootServicesTableLib\r
46 MemoryAllocationLib\r
b61439a7 47 BaseMemoryLib\r
d8d26fb2 48 DpcLib\r