From 5a13f5c2fa5ada2eb2fcb961aa3745fd236620bd Mon Sep 17 00:00:00 2001 From: Mike Maslenkin Date: Tue, 20 Jun 2023 18:54:09 +0300 Subject: RedfishPkg: Fix SortLib library class name typo. BaseSortLib is the library instance name not the class name. Signed-off-by: Mike Maslenkin Cc: Abner Chang Cc: Nickle Wang Cc: Igor Kulchytskyy --- RedfishPkg/RedfishLibs.dsc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RedfishPkg/RedfishLibs.dsc.inc') diff --git a/RedfishPkg/RedfishLibs.dsc.inc b/RedfishPkg/RedfishLibs.dsc.inc index 6e497899b5..03b7ef6f32 100644 --- a/RedfishPkg/RedfishLibs.dsc.inc +++ b/RedfishPkg/RedfishLibs.dsc.inc @@ -14,7 +14,7 @@ !if $(REDFISH_ENABLE) == TRUE RestExLib|RedfishPkg/Library/DxeRestExLib/DxeRestExLib.inf Ucs2Utf8Lib|RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf - BaseSortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf + SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf RedfishCrtLib|RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf JsonLib|RedfishPkg/Library/JsonLib/JsonLib.inf RedfishLib|RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf -- cgit v1.2.3