]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/UcOnUc2Thunk.inf
Refine language conversion in ECP. Create a new library LanguageLib providing functio...
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / UcOnUc2Thunk / UcOnUc2Thunk.inf
CommitLineData
a432c703 1#/** @file\r
2# Module produce UC on top of UC2.\r
3#\r
4# UEFI 2.1 specification supersedes Inte's EFI Specification 1.10.\r
5# UNICODE_COLLATION_PROTOCOL defined in Inte's EFI Specification 1.10 is replaced by\r
6# EFI_UNICODE_COLLATION_PROTOCOL in UEFI 2.1.\r
7# This module produces UC on top of UC2. This module is used on platform when both of\r
8# these two conditions are true:\r
9# 1) EFI 1.10 module consuming UC present\r
10# 2) And the rest of modules on the platform produce UC2\r
11#\r
12# Copyright (c) 2006 - 2008, Intel Corporation\r
13#\r
14# All rights reserved. This program and the accompanying materials\r
15# are licensed and made available under the terms and conditions of the BSD License\r
16# which accompanies this distribution. The full text of the license may be found at\r
17# http://opensource.org/licenses/bsd-license.php\r
18# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
19# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
20#\r
21#\r
22#**/\r
23\r
24[Defines]\r
25 INF_VERSION = 0x00010005\r
5c6926d4 26 BASE_NAME = UcOnUc2Thunk\r
a432c703 27 FILE_GUID = FD76FF8E-665F-4afc-AF75-724EF5A569E5\r
28 MODULE_TYPE = DXE_DRIVER\r
29 VERSION_STRING = 1.0\r
30 EDK_RELEASE_VERSION = 0x00020000\r
31 EFI_SPECIFICATION_VERSION = 0x00020000\r
32 ENTRY_POINT = InitializeUC\r
33\r
34#\r
35# The following information is for reference only and not required by the build tools.\r
36#\r
37# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
38#\r
39\r
40[Sources.common]\r
5c6926d4 41 UcOnUc2Thunk.c\r
a432c703 42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
1e0b8cec 45 MdeModulePkg/MdeModulePkg.dec\r
a432c703 46 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
7c9d25ae 47 EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
a432c703 48\r
49[LibraryClasses]\r
50 UefiDriverEntryPoint\r
51 UefiBootServicesTableLib\r
52 BaseLib\r
53 DebugLib\r
54 UefiLib\r
55 MemoryAllocationLib\r
56 HiiLib\r
ad5a96ab 57 BaseMemoryLib\r
7c9d25ae 58 LanguageLib\r
a432c703 59\r
60[Protocols]\r
61 gEfiUnicodeCollation2ProtocolGuid\r
62 gEfiUnicodeCollationProtocolGuid\r
63\r
64[Depex]\r
65 TRUE\r