]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / UnicodeCollation / EnglishDxe / EnglishDxe.inf
index 8f33c3b47d03eaac78f4dfa340689c5ab94e471b..50942608d87921f0ce243b9a409de7a9b481e44e 100644 (file)
@@ -1,37 +1,39 @@
-#/** @file\r
-# Component description file for English module for unicode collation.\r
+## @file\r
+#  English module that provides Unicode Collation supports.\r
 #\r
-# This driver installs UEFI EFI_UNICODE_COLLATION_PROTOCOL protocol to provide Unicode strings function.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
+#  This driver installs Unicode ISO 639-2 Collation and\r
+#  RFC 4646 Unicode Collation 2 protocols based on feature flags\r
+#  PcdUnicodeCollationSupport & PcdUnicodeCollation2Support respectively.\r
+#  It allows code running in the boot services environment to perform lexical\r
+#  comparison functions on Unicode strings for English languages.\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
+#  which accompanies this distribution.  The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
+#\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
-#\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = EnglishDxe\r
+  MODULE_UNI_FILE                = EnglishDxe.uni\r
   FILE_GUID                      = CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = InitializeUnicodeCollationEng\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   UnicodeCollationEng.c\r
   UnicodeCollationEng.h\r
 \r
   PcdLib\r
 \r
 [FeaturePcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport     ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support    ## CONSUMES\r
 \r
 [Protocols]\r
-  gEfiUnicodeCollationProtocolGuid              # PROTOCOL ALWAYS_PRODUCED\r
-  gEfiUnicodeCollation2ProtocolGuid             # PROTOCOL ALWAYS_PRODUCED\r
+  gEfiUnicodeCollationProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport      ## SOMETIMES_PRODUCES\r
+  gEfiUnicodeCollation2ProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support    ## PRODUCES\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  EnglishDxeExtra.uni\r