]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/UcOnUc2Thunk.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / UcOnUc2Thunk / UcOnUc2Thunk.inf
CommitLineData
6bfbb5f0 1## @file\r
a432c703 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
6bfbb5f0 12# Copyright (c) 2006 - 2010, Intel Corporation\r
a432c703 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
6bfbb5f0 22##\r
a432c703 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
a432c703 30 ENTRY_POINT = InitializeUC\r
31\r
32#\r
33# The following information is for reference only and not required by the build tools.\r
34#\r
35# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
36#\r
37\r
6bfbb5f0 38[Sources]\r
5c6926d4 39 UcOnUc2Thunk.c\r
a432c703 40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
1e0b8cec 43 MdeModulePkg/MdeModulePkg.dec\r
a432c703 44 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
7c9d25ae 45 EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
a432c703 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
ad5a96ab 55 BaseMemoryLib\r
7c9d25ae 56 LanguageLib\r
a432c703 57\r
58[Protocols]\r
59 gEfiUnicodeCollation2ProtocolGuid\r
60 gEfiUnicodeCollationProtocolGuid\r
61\r
62[Depex]\r
63 TRUE\r