]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
Apply GetBestLanguage() API in UEFI to display HII string.
[mirror_edk2.git] / MdeModulePkg / Library / DxeIpIoLib / DxeIpIoLib.inf
CommitLineData
8f5e6151 1/** @file\r
2 Component name for module DxeIpIoLib.\r
3\r
4Copyright (c) 2006, Intel Corporation.<BR>\r
5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
cbf316f2 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
687a2e5f 18 BASE_NAME = DxeIpIoLib\r
cbf316f2 19 FILE_GUID = A302F877-8625-425c-B1EC-7487B62C4FDA\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = IpIoLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
cbf316f2 23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
30[Sources.common]\r
31 DxeIpIoLib.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
36\r
37\r
38[LibraryClasses]\r
8a67d61d 39 IpIoLib\r
cbf316f2 40 BaseLib\r
cbf316f2 41 DebugLib\r
8a67d61d 42 UefiBootServicesTableLib\r
43 MemoryAllocationLib\r
b61439a7 44 BaseMemoryLib\r