From 805b8b88375ee44991abcece86e385319a9c5fae Mon Sep 17 00:00:00 2001 From: Abner Chang Date: Tue, 8 Dec 2020 09:56:56 +0800 Subject: 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 Cc: Liming Gao Cc: Leif Lindholm Cc: Nickle Wang Cc: Peter O'Hanley Reviewed-by: Nickle Wang Acked-by: Leif Lindholm Reviewed-by: Michael D Kinney --- RedfishPkg/RedfishPkg.dec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'RedfishPkg/RedfishPkg.dec') diff --git a/RedfishPkg/RedfishPkg.dec b/RedfishPkg/RedfishPkg.dec index 89a2a6de1e..4cae8c3a4a 100644 --- a/RedfishPkg/RedfishPkg.dec +++ b/RedfishPkg/RedfishPkg.dec @@ -20,6 +20,10 @@ ## @libraryclass Platform Redfish Host Interface Library # Platform implementation-specific Redfish Host Interface. RedfishPlatformHostInterfaceLib|Include/Library/RedfishHostInterfaceLib.h + ## @libraryclass This library provides UCS2 to UTF8 manipulation + # functions. + # + Ucs2Utf8Lib|Include/Library/BaseUcs2Utf8Lib.h ## @libraryclass Platform Redfish Credential Library # Platform implementation-specific Redfish Credential Interface. -- cgit v1.2.3