]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
correct some code style issue
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / UnicodeCollation / EnglishDxe / EnglishDxe.inf
... / ...
CommitLineData
1#/** @file\r
2# \r
3# Component description file for English module for unicode collation.\r
4# \r
5# This driver installs UEFI EFI_UNICODE_COLLATION_PROTOCOL protocol to provide Unicode strings function.\r
6# \r
7# Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# \r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15# \r
16#**/\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = EnglishDxe\r
21 FILE_GUID = CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = InitializeUnicodeCollationEng\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
32[Sources.common]\r
33 UnicodeCollationEng.c\r
34 UnicodeCollationEng.h\r
35\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41[LibraryClasses]\r
42 UefiBootServicesTableLib\r
43 UefiDriverEntryPoint\r
44 DebugLib\r
45 PcdLib\r
46\r
47[FeaturePcd]\r
48 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport\r
49 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support\r
50\r
51[Protocols]\r
52 gEfiUnicodeCollationProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
53 gEfiUnicodeCollation2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
54\r