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