]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/Uc2OnUcThunk/Uc2OnUcThunk.inf
Retire language conversion APIs from HII library class.
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / Uc2OnUcThunk / Uc2OnUcThunk.inf
CommitLineData
03e6b4b2 1#/** @file\r
2# Module produce UC2 on top of UC.\r
3#\r
4# UEFI 2.1 specification supersedes Inte's EFI Specification 1.10.\r
29ec49a5 5# UNICODE_COLLATION_PROTOCOL defined in Inte's EFI Specification 1.10 is replaced by\r
03e6b4b2 6# EFI_UNICODE_COLLATION_PROTOCOL in UEFI 2.1.\r
7# This module produces UC2 on top of UC. This module is used on platform when both of\r
8# these two conditions are true:\r
9# 1) EFI 1.10 module producing UC present\r
10# 2) And the rest of modules on the platform consume 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
dcb6a8bf 26 BASE_NAME = Uc2OnUcThunk\r
03e6b4b2 27 FILE_GUID = 69282DF3-778F-4269-91AA-D7DF6E193317\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 = InitializeUC2\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
dcb6a8bf 41 Uc2OnUcThunk.c\r
03e6b4b2 42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
1731b949 45 MdeModulePkg/MdeModulePkg.dec\r
03e6b4b2 46 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
47\r
48[LibraryClasses]\r
49 UefiDriverEntryPoint\r
50 UefiBootServicesTableLib\r
51 BaseLib\r
52 DebugLib\r
53 UefiLib\r
54 MemoryAllocationLib\r
55 HiiLib\r
ad5a96ab 56 BaseMemoryLib\r
03e6b4b2 57\r
58[Protocols]\r
59 gEfiUnicodeCollation2ProtocolGuid\r
60 gEfiUnicodeCollationProtocolGuid\r
61\r
62[Depex]\r
63 TRUE\r