summaryrefslogtreecommitdiffstats
path: root/RedfishPkg/PrivateLibrary/RedfishCrtLib
diff options
context:
space:
mode:
authorMike Maslenkin <mike.maslenkin@gmail.com>2023-06-20 18:54:09 +0300
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-06-30 16:16:12 +0000
commit5a13f5c2fa5ada2eb2fcb961aa3745fd236620bd (patch)
tree46272475ef56f9d6c8a4b786ca89bd01dd9effc5 /RedfishPkg/PrivateLibrary/RedfishCrtLib
parentf5c987fcac567b1f84a418826f30d8ef2b46860e (diff)
downloadedk2-5a13f5c2fa5ada2eb2fcb961aa3745fd236620bd.tar.gz
edk2-5a13f5c2fa5ada2eb2fcb961aa3745fd236620bd.tar.bz2
edk2-5a13f5c2fa5ada2eb2fcb961aa3745fd236620bd.zip
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>
Diffstat (limited to 'RedfishPkg/PrivateLibrary/RedfishCrtLib')
-rw-r--r--RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf2
1 files changed, 1 insertions, 1 deletions
diff --git a/RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf b/RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf
index 5c1c7cffa6..6ff5dba75c 100644
--- a/RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf
+++ b/RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf
@@ -25,7 +25,7 @@
[LibraryClasses]
BaseLib
- BaseSortLib
+ SortLib
DebugLib
MemoryAllocationLib
UefiRuntimeServicesTableLib