diff options
author | Abner Chang <abner.chang@hpe.com> | 2020-12-04 23:59:59 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-01-09 03:08:51 +0000 |
commit | ea830b96fd271ab141a2e9d375fb13ba2f845d16 (patch) | |
tree | 600018bfd6a51b8cbcd176b40c99f38e8797197b /RedfishPkg/RedfishPkg.ci.yaml | |
parent | 6e9233f968735219b2038c5dd23a46be2c021807 (diff) | |
download | edk2-ea830b96fd271ab141a2e9d375fb13ba2f845d16.tar.gz |
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>
Diffstat (limited to 'RedfishPkg/RedfishPkg.ci.yaml')
-rw-r--r-- | RedfishPkg/RedfishPkg.ci.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
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": {
|