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 (#79094): https://edk2.groups.io/g/devel/message/79094
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]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to