mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
ea830b96fd
commit
fa4c4fb8cd
|
@ -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
|
||||
|
||||
|
|
|
@ -52,5 +52,6 @@
|
|||
RedfishPkg/Library/DxeRestExLib/DxeRestExLib.inf
|
||||
RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf
|
||||
RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf
|
||||
RedfishPkg/Library/JsonLib/JsonLib.inf
|
||||
|
||||
!include RedfishPkg/Redfish.dsc.inc
|
||||
|
|
Loading…
Reference in New Issue