]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/Library/UefiLanguageLib/UefiLanguageLib.inf
Maintainers.txt: Remove EdkCompatibilityPkg information
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / Library / UefiLanguageLib / UefiLanguageLib.inf
CommitLineData
6bfbb5f0 1## @file\r
7c9d25ae 2# Instance of Language Library.\r
3#\r
4# The Language Library implementation that provides functions for language conversion\r
5# between ISO 639-2 and RFC 4646 language codes.\r
6#\r
bc7c34af 7# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
7c9d25ae 8#\r
584d5652 9# This program and the accompanying materials\r
7c9d25ae 10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\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
6bfbb5f0 17##\r
7c9d25ae 18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
6535652e 21 BASE_NAME = UefiLanguageLib\r
7c9d25ae 22 FILE_GUID = 283cad13-a151-4d55-be2d-96ea57392a82 \r
23 MODULE_TYPE = UEFI_DRIVER\r
24 VERSION_STRING = 1.0\r
bc7c34af 25 LIBRARY_CLASS = LanguageLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
7c9d25ae 26\r
27#\r
bc7c34af 28# VALID_ARCHITECTURES = IA32 X64 EBC\r
7c9d25ae 29#\r
30\r
6bfbb5f0 31[Sources]\r
6535652e 32 UefiLanguageLib.c\r
7c9d25ae 33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
37\r
38[LibraryClasses]\r
7c9d25ae 39 BaseLib\r
40 DebugLib\r
78b993a8 41 MemoryAllocationLib\r