From ea830b96fd271ab141a2e9d375fb13ba2f845d16 Mon Sep 17 00:00:00 2001 From: Abner Chang Date: Fri, 4 Dec 2020 23:59:59 +0800 Subject: 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 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.ci.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'RedfishPkg/RedfishPkg.ci.yaml') diff --git a/RedfishPkg/RedfishPkg.ci.yaml b/RedfishPkg/RedfishPkg.ci.yaml index e410d1a608..fde6fa89bc 100644 --- a/RedfishPkg/RedfishPkg.ci.yaml +++ b/RedfishPkg/RedfishPkg.ci.yaml @@ -35,7 +35,13 @@ "PrivateInclude/Crt/string.h", "PrivateInclude/Crt/time.h", "PrivateInclude/Library/RedfishCrtLib.h", - "PrivateLibrary/RedfishCrtLib/RedfishCrtLib.c" + "PrivateLibrary/RedfishCrtLib/RedfishCrtLib.c", + ## + ## For jansson library open source + ## load.c is overrided from open source. + "Library/JsonLib/load.c", + "Library/JsonLib/jansson_config.h", + "Library/JsonLib/jansson_private_config.h" ] }, "CompilerPlugin": { -- cgit