]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / UnicodeCollation / EnglishDxe / EnglishDxe.inf
index 66eb083f9c10ce1907340cec511aaf86535a4453..f97ffdbcd35beece06a084f884d06ff59fcc8c26 100644 (file)
@@ -1,23 +1,21 @@
-#/** @file\r
-#  \r
-#    Component description file for English module for unicode collation.\r
-#  \r
-#   This driver installs UEFI EFI_UNICODE_COLLATION_PROTOCOL protocol to provide Unicode strings function.\r
-#  \r
-#  Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
-#  All rights reserved. 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
-#  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
+## @file\r
+#  English module that provides Unicode Collation supports.\r
+#\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
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\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
 #\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