diff options
author | Abner Chang <abner.chang@hpe.com> | 2020-12-14 14:06:02 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-01-09 03:08:51 +0000 |
commit | fa4c4fb8cd249016b6b41f900255b2617f4db446 (patch) | |
tree | 4d152740cef861ae0efcbea7af70cb5e4254e5f4 /RedfishPkg/RedfishLibs.dsc.inc | |
parent | ea830b96fd271ab141a2e9d375fb13ba2f845d16 (diff) | |
download | edk2-fa4c4fb8cd249016b6b41f900255b2617f4db446.tar.gz |
RedfishPkg: Add EDK2 port of jansson library to build
Add EDK2 port jansson library (JsonLib) to RedfishPkg
Signed-off-by: Abner Chang <abner.chang@hpe.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Cc: Peter O'Hanley <peter.ohanley@hpe.com>
Reviewed-by: Nickle Wang <nickle.wang@hpe.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'RedfishPkg/RedfishLibs.dsc.inc')
-rw-r--r-- | RedfishPkg/RedfishLibs.dsc.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RedfishPkg/RedfishLibs.dsc.inc b/RedfishPkg/RedfishLibs.dsc.inc index 2e54f90dc2..103a596753 100644 --- a/RedfishPkg/RedfishLibs.dsc.inc +++ b/RedfishPkg/RedfishLibs.dsc.inc @@ -15,5 +15,6 @@ Ucs2Utf8Lib|RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf
BaseSortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
RedfishCrtLib|RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf
+ JsonLib|RedfishPkg/Library/JsonLib/JsonLib.inf
!endif
|