]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/UcToUc2Thunk/UcToUc2Thunk.inf
Add UcToUc2Thunk
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / UcToUc2Thunk / UcToUc2Thunk.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
26 BASE_NAME = UcToUc2Thunk\r
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
41 UcToUc2Thunk.c\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
46\r
47[LibraryClasses]\r
48 UefiDriverEntryPoint\r
49 UefiBootServicesTableLib\r
50 BaseLib\r
51 DebugLib\r
52 UefiLib\r
53 MemoryAllocationLib\r
54 HiiLib\r
55\r
56[Protocols]\r
57 gEfiUnicodeCollation2ProtocolGuid\r
58 gEfiUnicodeCollationProtocolGuid\r
59\r
60[Depex]\r
61 TRUE\r