[AMD Official Use Only - General] Reviewed-by: Abner Chang <abner.ch...@amd.com>
> -----Original Message----- > From: Mike Maslenkin <mike.maslen...@gmail.com> > Sent: Wednesday, June 21, 2023 5:30 AM > To: devel@edk2.groups.io > Cc: Chang, Abner <abner.ch...@amd.com>; nick...@nvidia.com; > ig...@ami.com; Mike Maslenkin <mike.maslen...@gmail.com> > Subject: [PATCH] RedfishPkg: Fix SortLib library class name typo. > > Caution: This message originated from an External Source. Use proper caution > when opening attachments, clicking links, or responding. > > > BaseSortLib is the library instance name not the class name. > > Signed-off-by: Mike Maslenkin <mike.maslen...@gmail.com> > Cc: Abner Chang <abner.ch...@amd.com> > Cc: Nickle Wang <nick...@nvidia.com> > Cc: Igor Kulchytskyy <ig...@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) -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#106224): https://edk2.groups.io/g/devel/message/106224 Mute This Topic: https://groups.io/mt/99664815/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-