]> git.proxmox.com Git - mirror_edk2.git/commit
RedfishPkg/library: EDK2 port of jansson library
authorAbner Chang <abner.chang@hpe.com>
Fri, 4 Dec 2020 15:59:59 +0000 (23:59 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sat, 9 Jan 2021 03:08:51 +0000 (03:08 +0000)
commitea830b96fd271ab141a2e9d375fb13ba2f845d16
tree600018bfd6a51b8cbcd176b40c99f38e8797197b
parent6e9233f968735219b2038c5dd23a46be2c021807
RedfishPkg/library: EDK2 port of jansson library

edk2 JsonLib which is the edk2 port of open source
jansson library.
(https://github.com/akheron/jansson)
jansson library is the open source project to manipulate
JSON data structure.

Signed-off-by: Abner Chang <abner.chang@hpe.com>
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>
RedfishPkg/Include/Library/JsonLib.h [new file with mode: 0644]
RedfishPkg/Library/JsonLib/JsonLib.c [new file with mode: 0644]
RedfishPkg/Library/JsonLib/JsonLib.inf [new file with mode: 0644]
RedfishPkg/Library/JsonLib/Readme.rst [new file with mode: 0644]
RedfishPkg/Library/JsonLib/jansson_config.h [new file with mode: 0644]
RedfishPkg/Library/JsonLib/jansson_private_config.h [new file with mode: 0644]
RedfishPkg/Library/JsonLib/load.c [new file with mode: 0644]
RedfishPkg/RedfishPkg.ci.yaml
RedfishPkg/RedfishPkg.dec