]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
BaseTools:Change the path of the file that Binary Cache
[mirror_edk2.git] / MdeModulePkg / Library / DxeIpIoLib / DxeIpIoLib.inf
1 ## @file
2 # This library instance provides IP services upon EFI IPv4/IPv6 Protocols.
3 #
4 # Copyright (c) 2006 - 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 = DxeIpIoLib
13 MODULE_UNI_FILE = DxeIpIoLib.uni
14 FILE_GUID = A302F877-8625-425c-B1EC-7487B62C4FDA
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = IpIoLib|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 DxeIpIoLib.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 gEfiIp4ProtocolGuid ## SOMETIMES_CONSUMES
43 gEfiIp4ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES
44 gEfiIp6ProtocolGuid ## SOMETIMES_CONSUMES
45 gEfiIp6ServiceBindingProtocolGuid ## SOMETIMES_CONSUMES
46