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