]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / UnicodeCollation / EnglishDxe / EnglishDxe.inf
... / ...
CommitLineData
1## @file\r
2# English module that provides Unicode Collation supports.\r
3# \r
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
9# \r
10# Copyright (c) 2006 - 2010, Intel Corporation. <BR>\r
11# All rights reserved. This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15# \r
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
18# \r
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = EnglishDxe\r
24 FILE_GUID = CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600\r
25 MODULE_TYPE = UEFI_DRIVER\r
26 VERSION_STRING = 1.0\r
27 ENTRY_POINT = InitializeUnicodeCollationEng\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
35[Sources]\r
36 UnicodeCollationEng.c\r
37 UnicodeCollationEng.h\r
38\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43\r
44[LibraryClasses]\r
45 UefiBootServicesTableLib\r
46 UefiDriverEntryPoint\r
47 DebugLib\r
48 PcdLib\r
49\r
50[FeaturePcd]\r
51 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport\r
52 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support\r
53\r
54[Protocols]\r
55 gEfiUnicodeCollationProtocolGuid | PcdUnicodeCollationSupport ## PRODUCES\r
56 gEfiUnicodeCollation2ProtocolGuid | PcdUnicodeCollation2Support ## PRODUCES\r
57\r