]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Fix SortLib library class name typo.
authorRuiyu Ni <ruiyu.ni@intel.com>
Mon, 11 May 2015 04:51:38 +0000 (04:51 +0000)
committerniruiyu <niruiyu@Edk2>
Mon, 11 May 2015 04:51:38 +0000 (04:51 +0000)
BaseSortLib is the library instance name not the class name.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17398 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
MdeModulePkg/MdeModulePkg.dsc

index ab1e31d95ff89534c79ffa37d4554ff6a7d7f67c..760cf03dd464bb0a6f001e585ed2edfee5437931 100644 (file)
@@ -60,7 +60,7 @@
   ReportStatusCodeLib
   PerformanceLib
   HiiLib
-  BaseSortLib
+  SortLib
 
 [Guids]
   gEfiMemoryTypeInformationGuid                 ## CONSUMES ## GUID (The identifier of memory type information type in system table)
index e38421225a78c64fe47d1c6b75f3b146a1a452a1..b525e3ac511fe36524f54a978f3d9e2aa9b330e5 100644 (file)
@@ -46,7 +46,7 @@
   CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
   PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
   PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
-  BaseSortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
+  SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf\r
   #\r
   # UEFI & PI\r
   #\r
   MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf\r
   MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
   MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
-  MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
+  MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
   MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf\r
 \r
   MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r