I reviewed entire series of patch. Reviewed-by: Nickle Wang <nickle.w...@hpe.com>
Thanks, Nickle -----Original Message----- From: Chang, Abner (HPS SW/FW Technologist) <abner.ch...@hpe.com> Sent: Wednesday, August 11, 2021 2:03 PM To: devel@edk2.groups.io Cc: Wang, Nickle (HPS SW) <nickle.w...@hpe.com>; Liming Gao <gaolim...@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.ch...@hpe.com> Cc: Nickle Wang <nickle.w...@hpe.com> Cc: Liming Gao <gaolim...@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/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-