public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] RedfishPkg: Fix SortLib library class name typo.
@ 2023-06-20 21:29 Mike Maslenkin
  2023-06-21  0:25 ` Chang, Abner
  0 siblings, 1 reply; 8+ messages in thread
From: Mike Maslenkin @ 2023-06-20 21:29 UTC (permalink / raw)
  To: devel; +Cc: abner.chang, nicklew, igork, Mike Maslenkin

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>
---
 RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf | 2 +-
 RedfishPkg/RedfishLibs.dsc.inc                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf b/RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf
index 5c1c7cffa650..6ff5dba75c30 100644
--- a/RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf
+++ b/RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf
@@ -25,7 +25,7 @@
 
 [LibraryClasses]
   BaseLib
-  BaseSortLib
+  SortLib
   DebugLib
   MemoryAllocationLib
   UefiRuntimeServicesTableLib
diff --git a/RedfishPkg/RedfishLibs.dsc.inc b/RedfishPkg/RedfishLibs.dsc.inc
index 6e497899b556..03b7ef6f3289 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
-- 
2.32.0 (Apple Git-132)


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-07-01  3:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-20 21:29 [PATCH] RedfishPkg: Fix SortLib library class name typo Mike Maslenkin
2023-06-21  0:25 ` Chang, Abner
2023-06-27  0:05   ` Chang, Abner
2023-06-29 22:43     ` Mike Maslenkin
2023-06-30  2:13       ` Chang, Abner
2023-06-30  9:04         ` Mike Maslenkin
2023-06-30 16:15           ` Chang, Abner
2023-07-01  3:22     ` Chang, Abner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox