Add CRT header files which refer to the ones under RedfishPkg. Signed-off-by: Abner Chang <abner.ch...@hpe.com> Cc: Nickle Wang <nickle.w...@hpe.com> Cc: Liming Gao <gaolim...@byosoft.com.cn> --- RedfishClientPkg/RedfishClientPkg.dec | 3 ++- RedfishClientPkg/PrivateInclude/Crt/stdarg.h | 14 ++++++++++++++ RedfishClientPkg/PrivateInclude/Crt/stdio.h | 14 ++++++++++++++ RedfishClientPkg/PrivateInclude/Crt/stdlib.h | 15 +++++++++++++++ RedfishClientPkg/PrivateInclude/Crt/string.h | 15 +++++++++++++++ 5 files changed, 60 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
diff --git a/RedfishClientPkg/RedfishClientPkg.dec b/RedfishClientPkg/RedfishClientPkg.dec index 6da0468e65..832cdc6154 100644 --- a/RedfishClientPkg/RedfishClientPkg.dec +++ b/RedfishClientPkg/RedfishClientPkg.dec @@ -15,7 +15,8 @@ [Includes] Include -[LibraryClasses] +[Includes.Common.Private] + PrivateInclude/Crt # Private header files for C RTL. [Protocols] ## Include/Protocol/EdkIIRedfishFeature.h diff --git a/RedfishClientPkg/PrivateInclude/Crt/stdarg.h b/RedfishClientPkg/PrivateInclude/Crt/stdarg.h new file mode 100644 index 0000000000..5f458c0a47 --- /dev/null +++ b/RedfishClientPkg/PrivateInclude/Crt/stdarg.h @@ -0,0 +1,14 @@ +/** @file + Include file to support building the third-party jansson library. + + (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> + + SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ +#ifndef REDFISH_CLIENT_CRT_STDARG_H_ +#define REDFISH_CLIENT_CRT_STDARG_H_ + +#include <Library/RedfishCrtLib.h> + +#endif diff --git a/RedfishClientPkg/PrivateInclude/Crt/stdio.h b/RedfishClientPkg/PrivateInclude/Crt/stdio.h new file mode 100644 index 0000000000..30a0afae6f --- /dev/null +++ b/RedfishClientPkg/PrivateInclude/Crt/stdio.h @@ -0,0 +1,14 @@ +/** @file + Include file to support building the third-party jansson library. + + (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> + + SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ +#ifndef REDFISH_CLIENT_CRT_STDIO_H_ +#define REDFISH_CLIENT_CRT_STDIO_H_ + +#include <Library/RedfishCrtLib.h> + +#endif diff --git a/RedfishClientPkg/PrivateInclude/Crt/stdlib.h b/RedfishClientPkg/PrivateInclude/Crt/stdlib.h new file mode 100644 index 0000000000..ff02b9f351 --- /dev/null +++ b/RedfishClientPkg/PrivateInclude/Crt/stdlib.h @@ -0,0 +1,15 @@ +/** @file + Include file to support building the third-party jansson library. + + (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> + + SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#ifndef REDFISH_CLIENT_CRT_STDLIB_H_ +#define REDFISH_CLIENT_CRT_STDLIB_H_ + +#include <Library/RedfishCrtLib.h> + +#endif diff --git a/RedfishClientPkg/PrivateInclude/Crt/string.h b/RedfishClientPkg/PrivateInclude/Crt/string.h new file mode 100644 index 0000000000..c3b0c65c62 --- /dev/null +++ b/RedfishClientPkg/PrivateInclude/Crt/string.h @@ -0,0 +1,15 @@ +/** @file + Include file to support building the third-party jansson library. + + (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> + + SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#ifndef REDFISH_CLIENT_CRT_STRING_H_ +#define REDFISH_CLIENT_CRT_STRING_H_ + +#include <Library/RedfishCrtLib.h> + +#endif -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#79092): https://edk2.groups.io/g/devel/message/79092 Mute This Topic: https://groups.io/mt/84811332/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-