public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/3] Use RedfishPkg libraries
@ 2021-08-11  6:03 Abner Chang
  2021-08-11  6:03 ` [PATCH 1/3] RedfishClientPkg/Crt: Add CRT header files Abner Chang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Abner Chang @ 2021-08-11  6:03 UTC (permalink / raw)
  To: devel; +Cc: Nickle Wang, Liming Gao

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@hpe.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Cc: Liming Gao <gaoliming@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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-08-11  7:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-11  6:03 [PATCH 0/3] Use RedfishPkg libraries Abner Chang
2021-08-11  6:03 ` [PATCH 1/3] RedfishClientPkg/Crt: Add CRT header files Abner Chang
2021-08-11  6:03 ` [PATCH 2/3] RedfishClientPkg/PrivateInclude: Private header file of JsonLib Abner Chang
2021-08-11  6:03 ` [PATCH 3/3] RedfishClientPkg: Add external libraries Abner Chang
2021-08-11  7:48 ` [PATCH 0/3] Use RedfishPkg libraries Nickle Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox