summaryrefslogtreecommitdiffstats
path: root/RedfishPkg/RedfishLibs.dsc.inc
diff options
context:
space:
mode:
authorAbner Chang <abner.chang@amd.com>2023-10-11 11:08:03 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-10-11 04:42:54 +0000
commit95c9f470ca6eab23bfd016bd438f932d7263d395 (patch)
tree225edd51d3aa450ecedcd89dde154cd9fd63314b /RedfishPkg/RedfishLibs.dsc.inc
parent137f799aaed91e592700e0488067292495b7ea7e (diff)
downloadedk2-95c9f470ca6eab23bfd016bd438f932d7263d395.tar.gz
edk2-95c9f470ca6eab23bfd016bd438f932d7263d395.tar.bz2
edk2-95c9f470ca6eab23bfd016bd438f932d7263d395.zip
RedfishPkg: Use base version SortLib for the specific modules
BZ #: 4566 Update Redfish modules to use the small footprint version of base SortLib by the means of module scoped subelement <LibraryClass>. With this the platform level SortLib (full version) is not impacted if Redfish.dsc.inc is included in platform DSC. Signed-off-by: Abner Chang <abner.chang@amd.com> Cc: Nickle Wang <nicklew@nvidia.com> Cc: Igor Kulchytskyy <igork@ami.com> Cc: Nhi Pham <nhi@os.amperecomputing.com> Reviewed-by: Nickle Wang <nicklew@nvidia.com> Reviewed-by: Nhi Pham <nhi@os.amperecomputing.com> Tested-by: Nhi Pham <nhi@os.amperecomputing.com>
Diffstat (limited to 'RedfishPkg/RedfishLibs.dsc.inc')
-rw-r--r--RedfishPkg/RedfishLibs.dsc.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/RedfishPkg/RedfishLibs.dsc.inc b/RedfishPkg/RedfishLibs.dsc.inc
index 03b7ef6f32..5426957da8 100644
--- a/RedfishPkg/RedfishLibs.dsc.inc
+++ b/RedfishPkg/RedfishLibs.dsc.inc
@@ -14,7 +14,6 @@
!if $(REDFISH_ENABLE) == TRUE
RestExLib|RedfishPkg/Library/DxeRestExLib/DxeRestExLib.inf
Ucs2Utf8Lib|RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.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