]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/Library/LanguageLib.inf
Replaced ASM_GLOBAL with .global, and add start label for some files to avoid link...
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / Library / LanguageLib.inf
CommitLineData
7c9d25ae 1#/** @file\r
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
7# Copyright (c) 2009, Intel Corporation\r
8#\r
9# All rights reserved. This program and the accompanying materials\r
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
17#**/\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = LanguageLib\r
22 FILE_GUID = 283cad13-a151-4d55-be2d-96ea57392a82 \r
23 MODULE_TYPE = UEFI_DRIVER\r
24 VERSION_STRING = 1.0\r
78b993a8 25 LIBRARY_CLASS = LanguageLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
7c9d25ae 26\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
31[Sources.common]\r
32 LanguageLib.c\r
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