[edk2-devel] [PATCH v5 5/6] RedfishPkg: Add EDK2 port of jansson library to build

Nickle Wang nickle.wang at hpe.com
Thu Dec 10 02:59:03 UTC 2020


Reviewed-by: Nickle Wang <nickle.wang at hpe.com>


> -----Original Message-----
> From: Chang, Abner (HPS SW/FW Technologist) <abner.chang at hpe.com>
> Sent: Tuesday, December 8, 2020 10:11 AM
> To: devel at edk2.groups.io
> Cc: Wang, Nickle (HPS SW) <nickle.wang at hpe.com>; O'Hanley, Peter (EXL)
> <peter.ohanley at hpe.com>
> Subject: [PATCH v5 5/6] RedfishPkg: Add EDK2 port of jansson library to build
> 
> Add EDK2 port jansson library (JsonLib) to RedfishPkg
> 
> Signed-off-by: Abner Chang <abner.chang at hpe.com>
> 
> Cc: Nickle Wang <nickle.wang at hpe.com>
> Cc: Peter O'Hanley <peter.ohanley at hpe.com>
> ---
>  RedfishPkg/RedfishLibs.dsc.inc |  2 ++
>  RedfishPkg/RedfishPkg.dec      | 11 +++++++++++
>  RedfishPkg/RedfishPkg.dsc      |  2 ++
>  3 files changed, 15 insertions(+)
> 
> diff --git a/RedfishPkg/RedfishLibs.dsc.inc b/RedfishPkg/RedfishLibs.dsc.inc
> index d4c08e18ac..bc036a33e8 100644
> --- a/RedfishPkg/RedfishLibs.dsc.inc
> +++ b/RedfishPkg/RedfishLibs.dsc.inc
> @@ -12,5 +12,7 @@
>  ##
>  !if $(REDFISH_ENABLE) == TRUE
>    Ucs2Utf8Lib|RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf
> +  CrtLib|RedfishPkg/Library/CrtLib/CrtLib.inf
> +  JsonLib|RedfishPkg/Library/JsonLib/JsonLib.inf
>  !endif
> 
> diff --git a/RedfishPkg/RedfishPkg.dec b/RedfishPkg/RedfishPkg.dec
> index aecc1f4a3a..c21657e349 100644
> --- a/RedfishPkg/RedfishPkg.dec
> +++ b/RedfishPkg/RedfishPkg.dec
> @@ -25,6 +25,17 @@
>    #
>    Ucs2Utf8Lib|Include/Library/BaseUcs2Utf8Lib.h
> 
> +  ##  @libraryclass  Provides the C runtime library functions
> +  #   CRT library is currently used by edk2 JsonLib (open source
> +  #   jansson project) and edk2 RedfishLib (libredfish open source
> +  #   project).
> +  CrtLib|Include/Library/CrtLib.h
> +
> +  ##  @libraryclass  Provides the library functions based on third party
> +  #  jansson library to manipulate JSON data structure.
> +  #
> +  JsonLib|Include/Library/JsonLib.h
> +
>  [Protocols]
>    ## Include/Protocol/RedfishDiscover.h
>    gEfiRedfishDiscoverProtocolGuid      = { 0x5db12509, 0x4550, 0x4347, { 0x96,
> 0xb3, 0x73, 0xc0, 0xff, 0x6e, 0x86, 0x9f }}
> diff --git a/RedfishPkg/RedfishPkg.dsc b/RedfishPkg/RedfishPkg.dsc
> index d198a94b73..515e453c00 100644
> --- a/RedfishPkg/RedfishPkg.dsc
> +++ b/RedfishPkg/RedfishPkg.dsc
> @@ -44,5 +44,7 @@
>  [Components]
> 
> RedfishPkg/Library/PlatformHostInterfaceLibNull/PlatformHostInterfaceLibN
> ull.inf
>    RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf
> +  RedfishPkg/Library/JsonLib/JsonLib.inf
> +  RedfishPkg/Library/CrtLib/CrtLib.inf
> 
>    !include RedfishPkg/Redfish.dsc.inc
> --
> 2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#68627): https://edk2.groups.io/g/devel/message/68627
Mute This Topic: https://groups.io/mt/78795506/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-






More information about the edk2-devel-archive mailing list