summaryrefslogtreecommitdiff
path: root/RedfishPkg/RedfishLibs.dsc.inc
diff options
context:
space:
mode:
authorAbner Chang <abner.chang@hpe.com>2020-12-08 09:56:56 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-01-09 03:08:51 +0000
commit805b8b88375ee44991abcece86e385319a9c5fae (patch)
tree473fe2e32bd123ee153572aa237af7cbe37d483f /RedfishPkg/RedfishLibs.dsc.inc
parent9783767fcfc253c74fe3ad87abf74d17e1fe6399 (diff)
downloadedk2-805b8b88375ee44991abcece86e385319a9c5fae.zip
edk2-805b8b88375ee44991abcece86e385319a9c5fae.tar.gz
edk2-805b8b88375ee44991abcece86e385319a9c5fae.tar.bz2
RedfishPkg/Ucs2Utf8lib: UCS2 to UFT8 manipulation library
This library provides UCS2 to UFT8 or vise versa functions to manipulate UCS2/UTF8 strings. This library is currently used by edk2 port of open source jansson library. Signed-off-by: Abner Chang <abner.chang@hpe.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Nickle Wang <nickle.wang@hpe.com> Cc: Peter O'Hanley <peter.ohanley@hpe.com> Reviewed-by: Nickle Wang <nickle.wang@hpe.com> Acked-by: Leif Lindholm <leif@nuviainc.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'RedfishPkg/RedfishLibs.dsc.inc')
-rw-r--r--RedfishPkg/RedfishLibs.dsc.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/RedfishPkg/RedfishLibs.dsc.inc b/RedfishPkg/RedfishLibs.dsc.inc
index df21664..271d838 100644
--- a/RedfishPkg/RedfishLibs.dsc.inc
+++ b/RedfishPkg/RedfishLibs.dsc.inc
@@ -12,5 +12,6 @@
##
!if $(REDFISH_ENABLE) == TRUE
RestExLib|RedfishPkg/Library/DxeRestExLib/DxeRestExLib.inf
+ Ucs2Utf8Lib|RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf
!endif