]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
MdeModulePkg BrotliLib: Fix the regression logic issue in loop
[mirror_edk2.git] / MdeModulePkg / Library / UefiSortLib / UefiSortLib.inf
index 4d3d9e011ee51e8e5acafcd83c8e937644571a63..32c02b012f108fa5849bbb243c2a5342ed60bf95 100644 (file)
@@ -1,7 +1,7 @@
 ##  @file\r
 #   Library used for sorting routines.\r
 #\r
-#  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved. <BR>\r
+#  Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved. <BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -16,6 +16,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010006\r
   BASE_NAME                      = UefiSortLib\r
+  MODULE_UNI_FILE                = UefiSortLib.uni\r
   FILE_GUID                      = 4264A823-45A3-42db-B92C-AA078555CBD3\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -41,6 +42,6 @@
   DevicePathLib\r
 \r
 [Protocols]\r
-  gEfiUnicodeCollation2ProtocolGuid                       # ALWAYS_CONSUMED\r
-  gEfiDevicePathProtocolGuid                              # ALWAYS_CONSUMED\r
+  gEfiUnicodeCollation2ProtocolGuid                       ## CONSUMES\r
+  gEfiDevicePathProtocolGuid                              ## CONSUMES\r
 \r