summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2015-05-11 04:51:38 +0000
committerniruiyu <niruiyu@Edk2>2015-05-11 04:51:38 +0000
commita4b833e57304a5579f92716ac3fab4e01a4e5b07 (patch)
treef851add3725276c46fc8dc59120999baa6e2c742 /MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
parent6db1369294fa8249d74529e2e0b2f9f56112625c (diff)
downloadedk2-a4b833e57304a5579f92716ac3fab4e01a4e5b07.tar.gz
edk2-a4b833e57304a5579f92716ac3fab4e01a4e5b07.tar.bz2
edk2-a4b833e57304a5579f92716ac3fab4e01a4e5b07.zip
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.ni@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17398 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf')
-rw-r--r--MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf b/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
index ab1e31d95f..760cf03dd4 100644
--- a/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
+++ b/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
@@ -60,7 +60,7 @@
ReportStatusCodeLib
PerformanceLib
HiiLib
- BaseSortLib
+ SortLib
[Guids]
gEfiMemoryTypeInformationGuid ## CONSUMES ## GUID (The identifier of memory type information type in system table)