]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
Add doxygen style comments for functions in English module.
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / UnicodeCollation / EnglishDxe / EnglishDxe.inf
CommitLineData
adbcbf8f 1#/** @file\r
f42be642 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
adbcbf8f 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
f42be642 10# which accompanies this distribution. The full text of the license may be found at\r
adbcbf8f 11# http://opensource.org/licenses/bsd-license.php\r
f42be642 12# \r
adbcbf8f 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
f42be642 15# \r
adbcbf8f 16#**/\r
17\r
adbcbf8f 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 EDK_RELEASE_VERSION = 0x00020000\r
25 EFI_SPECIFICATION_VERSION = 0x00020000\r
26\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
adbcbf8f 35[Sources.common]\r
36 UnicodeCollationEng.c\r
37 UnicodeCollationEng.h\r
38\r
39\r
adbcbf8f 40[Packages]\r
41 MdePkg/MdePkg.dec\r
2d9a7522 42 MdeModulePkg/MdeModulePkg.dec\r
adbcbf8f 43\r
adbcbf8f 44[LibraryClasses]\r
45 UefiBootServicesTableLib\r
46 UefiDriverEntryPoint\r
47 DebugLib\r
2d9a7522 48 PcdLib\r
adbcbf8f 49\r
2d9a7522 50[FeaturePcd]\r
51 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport\r
52 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support\r
adbcbf8f 53\r
adbcbf8f 54[Protocols]\r
55 gEfiUnicodeCollationProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
2d9a7522 56 gEfiUnicodeCollation2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
adbcbf8f 57\r