]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/UcToUc2Thunk.inf
Update the INF file based on the change to direcotry and file name.
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / UcOnUc2Thunk / 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
1e0b8cec 45 MdeModulePkg/MdeModulePkg.dec\r
a432c703 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
56\r
57[Protocols]\r
58 gEfiUnicodeCollation2ProtocolGuid\r
59 gEfiUnicodeCollationProtocolGuid\r
60\r
61[Depex]\r
62 TRUE\r