mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
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:
parent
f5c987fcac
commit
5a13f5c2fa
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
BaseLib
|
BaseLib
|
||||||
BaseSortLib
|
SortLib
|
||||||
DebugLib
|
DebugLib
|
||||||
MemoryAllocationLib
|
MemoryAllocationLib
|
||||||
UefiRuntimeServicesTableLib
|
UefiRuntimeServicesTableLib
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
!if $(REDFISH_ENABLE) == TRUE
|
!if $(REDFISH_ENABLE) == TRUE
|
||||||
RestExLib|RedfishPkg/Library/DxeRestExLib/DxeRestExLib.inf
|
RestExLib|RedfishPkg/Library/DxeRestExLib/DxeRestExLib.inf
|
||||||
Ucs2Utf8Lib|RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.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
|
RedfishCrtLib|RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf
|
||||||
JsonLib|RedfishPkg/Library/JsonLib/JsonLib.inf
|
JsonLib|RedfishPkg/Library/JsonLib/JsonLib.inf
|
||||||
RedfishLib|RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf
|
RedfishLib|RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user