From a88731d5453fedaa389827139abc3c22a99ec460 Mon Sep 17 00:00:00 2001 From: Abner Chang Date: Wed, 25 Nov 2020 19:07:08 +0800 Subject: edk2: jansson submodule for edk2 JSON library Add git submodule "jansson" library, which is the open source project (https://github.com/akheron/jansson) used to manipulate JSON data structure. jansson library is wrapped as edk2 JsonLib and the use cases will be the edk2 Redfish feature drivers and edk2 port of libredfish (https://github.com/DMTF/libredfish). jansson open source project is under MIT license. (refer to ReadMe.rst under edk2). Signed-off-by: Abner Chang Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Cc: Nickle Wang Cc: Peter O'Hanley Reviewed-by: Nickle Wang Acked-by: Leif Lindholm Reviewed-by: Michael D Kinney --- RedfishPkg/Library/JsonLib/jansson | 1 + 1 file changed, 1 insertion(+) create mode 160000 RedfishPkg/Library/JsonLib/jansson (limited to 'RedfishPkg') diff --git a/RedfishPkg/Library/JsonLib/jansson b/RedfishPkg/Library/JsonLib/jansson new file mode 160000 index 0000000000..e9ebfa7e77 --- /dev/null +++ b/RedfishPkg/Library/JsonLib/jansson @@ -0,0 +1 @@ +Subproject commit e9ebfa7e77a6bee77df44e096b100e7131044059 -- cgit v1.2.3