]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
Enhance inf and dec file to follow specs.
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / UnicodeCollation / EnglishDxe / EnglishDxe.inf
index 2ab12aaa1ec7547be2a76b555f1af962cf894c7b..0b05b24d236ccfceeefcd389c32dfb6ceb135608 100644 (file)
@@ -1,4 +1,4 @@
-#/** @file\r
+## @file\r
 #  English module that provides Unicode Collation supports.\r
 #  \r
 #  This driver installs Unicode ISO 639-2 Collation and\r
@@ -7,8 +7,8 @@
 #  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 - 2008, Intel Corporation. <BR>\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2006 - 2011, 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
 #  http://opensource.org/licenses/bsd-license.php\r
@@ -16,7 +16,7 @@
 #  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
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -32,7 +32,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   UnicodeCollationEng.c\r
   UnicodeCollationEng.h\r
 \r
@@ -52,6 +52,6 @@
   gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support\r
 \r
 [Protocols]\r
-  gEfiUnicodeCollationProtocolGuid  | PcdUnicodeCollationSupport  ## SOMETIMES_PRODUCES\r
-  gEfiUnicodeCollation2ProtocolGuid | PcdUnicodeCollation2Support ## SOMETIMES_PRODUCES\r
+  gEfiUnicodeCollationProtocolGuid  | gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport  ## PRODUCES\r
+  gEfiUnicodeCollation2ProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support ## PRODUCES\r
 \r