[edk2-devel] [PATCH 0/3] Use RedfishPkg libraries

Nickle Wang nickle.wang at hpe.com
Wed Aug 11 07:48:11 UTC 2021


I reviewed entire series of patch.

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

Thanks,
Nickle

-----Original Message-----
From: Chang, Abner (HPS SW/FW Technologist) <abner.chang at hpe.com> 
Sent: Wednesday, August 11, 2021 2:03 PM
To: devel at edk2.groups.io
Cc: Wang, Nickle (HPS SW) <nickle.wang at hpe.com>; Liming Gao <gaoliming at byosoft.com.cn>
Subject: [PATCH 0/3] Use RedfishPkg libraries

Add private header files that are used by the drivers/libraries under RedfishClientPkg for using JsonLib and RedfishCrtLib in RedfishPkg.
Currently we refer to the RedfishCrtLib under RedfishPkg/PrivateLibrary, however RedfishCrtLib would be public for other packages later.

Signed-off-by: Abner Chang <abner.chang at hpe.com>
Cc: Nickle Wang <nickle.wang at hpe.com>
Cc: Liming Gao <gaoliming at byosoft.com.cn>

Abner Chang (3):
  RedfishClientPkg/Crt: Add CRT header files
  RedfishClientPkg/PrivateInclude: Private header file of JsonLib
  RedfishClientPkg: Add external libraries

 RedfishClientPkg/RedfishClientPkg.dec        |  4 +-
 RedfishClientPkg/RedfishClientPkg.dsc        |  4 ++
 RedfishClientPkg/PrivateInclude/Crt/stdarg.h | 14 ++++  RedfishClientPkg/PrivateInclude/Crt/stdio.h  | 14 ++++  RedfishClientPkg/PrivateInclude/Crt/stdlib.h | 15 +++++  RedfishClientPkg/PrivateInclude/Crt/string.h | 15 +++++
 RedfishClientPkg/PrivateInclude/jansson.h    | 71 ++++++++++++++++++++
 7 files changed, 136 insertions(+), 1 deletion(-)  create mode 100644 RedfishClientPkg/PrivateInclude/Crt/stdarg.h
 create mode 100644 RedfishClientPkg/PrivateInclude/Crt/stdio.h
 create mode 100644 RedfishClientPkg/PrivateInclude/Crt/stdlib.h
 create mode 100644 RedfishClientPkg/PrivateInclude/Crt/string.h
 create mode 100644 RedfishClientPkg/PrivateInclude/jansson.h

--
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#79096): https://edk2.groups.io/g/devel/message/79096
Mute This Topic: https://groups.io/mt/84811334/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