RedfishPkg: Fix SortLib library class name typo.

BaseSortLib is the library instance name not the class name.

Signed-off-by: Mike Maslenkin <mike.maslenkin@gmail.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Nickle Wang <nicklew@nvidia.com>
Cc: Igor Kulchytskyy <igork@ami.com>
This commit is contained in:
Mike Maslenkin 2023-06-20 18:54:09 +03:00 committed by mergify[bot]
parent f5c987fcac
commit 5a13f5c2fa
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
[LibraryClasses]
BaseLib
BaseSortLib
SortLib
DebugLib
MemoryAllocationLib
UefiRuntimeServicesTableLib

View File

@ -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