Revision: 17398
          http://sourceforge.net/p/edk2/code/17398
Author:   niruiyu
Date:     2015-05-11 04:51:38 +0000 (Mon, 11 May 2015)
Log Message:
-----------
MdeModulePkg: Fix SortLib library class name typo.

BaseSortLib is the library instance name not the class name.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu...@intel.com>

Modified Paths:
--------------
    trunk/edk2/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
    trunk/edk2/MdeModulePkg/MdeModulePkg.dsc

Modified: 
trunk/edk2/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
===================================================================
--- trunk/edk2/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf   
2015-05-11 03:33:44 UTC (rev 17397)
+++ trunk/edk2/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf   
2015-05-11 04:51:38 UTC (rev 17398)
@@ -60,7 +60,7 @@
   ReportStatusCodeLib
   PerformanceLib
   HiiLib
-  BaseSortLib
+  SortLib
 
 [Guids]
   gEfiMemoryTypeInformationGuid                 ## CONSUMES ## GUID (The 
identifier of memory type information type in system table)

Modified: trunk/edk2/MdeModulePkg/MdeModulePkg.dsc
===================================================================
--- trunk/edk2/MdeModulePkg/MdeModulePkg.dsc    2015-05-11 03:33:44 UTC (rev 
17397)
+++ trunk/edk2/MdeModulePkg/MdeModulePkg.dsc    2015-05-11 04:51:38 UTC (rev 
17398)
@@ -46,7 +46,7 @@
   
CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
   PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
   
PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
-  BaseSortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
+  SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
   #
   # UEFI & PI
   #
@@ -270,7 +270,7 @@
   
MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf
   MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
   
MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
-  MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
+  MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
   
MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
 
   MdeModulePkg/Universal/BdsDxe/BdsDxe.inf


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to