]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / UnicodeCollation / EnglishDxe / EnglishDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
48557c65 2# English module that provides Unicode Collation supports.\r
f42be642 3# \r
48557c65 4# This driver installs Unicode ISO 639-2 Collation and\r
5# RFC 4646 Unicode Collation 2 protocols based on feature flags\r
6# PcdUnicodeCollationSupport & PcdUnicodeCollation2Support respectively.\r
7# It allows code running in the boot services environment to perform lexical\r
8# comparison functions on Unicode strings for English languages.\r
f42be642 9# \r
6036e94d 10# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
e5eed7d3 11# This program and the accompanying materials\r
adbcbf8f 12# are licensed and made available under the terms and conditions of the BSD License\r
f42be642 13# which accompanies this distribution. The full text of the license may be found at\r
adbcbf8f 14# http://opensource.org/licenses/bsd-license.php\r
f42be642 15# \r
adbcbf8f 16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
f42be642 18# \r
6bfbb5f0 19##\r
adbcbf8f 20\r
adbcbf8f 21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = EnglishDxe\r
6036e94d 24 MODULE_UNI_FILE = EnglishDxe.uni\r
adbcbf8f 25 FILE_GUID = CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600\r
26 MODULE_TYPE = UEFI_DRIVER\r
27 VERSION_STRING = 1.0\r
adbcbf8f 28 ENTRY_POINT = InitializeUnicodeCollationEng\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35\r
6bfbb5f0 36[Sources]\r
adbcbf8f 37 UnicodeCollationEng.c\r
38 UnicodeCollationEng.h\r
39\r
40\r
adbcbf8f 41[Packages]\r
42 MdePkg/MdePkg.dec\r
2d9a7522 43 MdeModulePkg/MdeModulePkg.dec\r
adbcbf8f 44\r
adbcbf8f 45[LibraryClasses]\r
46 UefiBootServicesTableLib\r
47 UefiDriverEntryPoint\r
48 DebugLib\r
2d9a7522 49 PcdLib\r
adbcbf8f 50\r
2d9a7522 51[FeaturePcd]\r
6036e94d
SZ
52 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport ## CONSUMES\r
53 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support ## CONSUMES\r
adbcbf8f 54\r
adbcbf8f 55[Protocols]\r
6036e94d
SZ
56 gEfiUnicodeCollationProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport ## SOMETIMES_PRODUCES\r
57 gEfiUnicodeCollation2ProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support ## PRODUCES\r
adbcbf8f 58\r
6036e94d
SZ
59[UserExtensions.TianoCore."ExtraFiles"]\r
60 EnglishDxeExtra.uni\r