From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0b-002e3701.pphosted.com (mx0b-002e3701.pphosted.com [148.163.143.35]) by mx.groups.io with SMTP id smtpd.web09.4426.1628665159826179031 for ; Tue, 10 Aug 2021 23:59:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=Rsgr9OOM; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=08571cd263=abner.chang@hpe.com) Received: from pps.filterd (m0134423.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 17B6xDJZ024838; Wed, 11 Aug 2021 06:59:14 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id : in-reply-to : references; s=pps0720; bh=hynCKPrHJL/oVkgnq8YDezqFktvs3D/wByPIgRb3h8o=; b=Rsgr9OOM/LDS8IXfBN9qiV8mKZ9KQ1ay2+XqgRmSq/iBAAq2Ddo+Tfn2tIV+vI+TfhFF IxWLro+jV6xS4Gs/BBvm/r2VomjP4VZUXJi/+g+YJZNWol5vcFWNoLTGTSY4DC2vcQW+ jazQC//ZkmqGU9n45IqDfvpetfXYu7gQCkPWeybX7RyXrmm/eIpkislpGex1cuHM8l1Z xV7HmSKS8Hrt5zwpfs0wNQ92zx/KLMv30QUn8Tsy6r5g60LgvHpvQyE6yZ5UQZvOKIBq ko39GpFLj9//CRI7m4Kz9m6Q5/hFUAybRAiakro/9IuwjGR/7K1d7DrfzQBFHGeJmRaq 9w== Received: from g2t2353.austin.hpe.com (g2t2353.austin.hpe.com [15.233.44.26]) by mx0b-002e3701.pphosted.com with ESMTP id 3absvvg10k-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 11 Aug 2021 06:59:14 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2353.austin.hpe.com (Postfix) with ESMTP id 60BF577; Wed, 11 Aug 2021 06:59:12 +0000 (UTC) Received: from abner-virtual-machine.asiapacific.hpqcorp.net (abner-virtual-machine.asiapacific.hpqcorp.net [15.119.210.153]) by g2t2360.austin.hpecorp.net (Postfix) with ESMTP id 857A73D; Wed, 11 Aug 2021 06:59:11 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: Nickle Wang , Liming Gao Subject: [PATCH 1/3] RedfishClientPkg/Crt: Add CRT header files Date: Wed, 11 Aug 2021 14:03:28 +0800 Message-Id: <20210811060330.15392-2-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210811060330.15392-1-abner.chang@hpe.com> References: <20210811060330.15392-1-abner.chang@hpe.com> X-Proofpoint-GUID: WzH1W2dmStMSxfOxO3xGXEwUksn6G5dj X-Proofpoint-ORIG-GUID: WzH1W2dmStMSxfOxO3xGXEwUksn6G5dj X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391,18.0.790 definitions=2021-08-11_02:2021-08-10,2021-08-11 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 mlxlogscore=608 spamscore=0 impostorscore=0 suspectscore=0 bulkscore=0 adultscore=0 clxscore=1015 phishscore=0 mlxscore=0 priorityscore=1501 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2107140000 definitions=main-2108110045 Add CRT header files which refer to the ones under RedfishPkg. Signed-off-by: Abner Chang Cc: Nickle Wang Cc: Liming Gao --- 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
+ + SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ +#ifndef REDFISH_CLIENT_CRT_STDARG_H_ +#define REDFISH_CLIENT_CRT_STDARG_H_ + +#include + +#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
+ + SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ +#ifndef REDFISH_CLIENT_CRT_STDIO_H_ +#define REDFISH_CLIENT_CRT_STDIO_H_ + +#include + +#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
+ + SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#ifndef REDFISH_CLIENT_CRT_STDLIB_H_ +#define REDFISH_CLIENT_CRT_STDLIB_H_ + +#include + +#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
+ + SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#ifndef REDFISH_CLIENT_CRT_STRING_H_ +#define REDFISH_CLIENT_CRT_STRING_H_ + +#include + +#endif -- 2.17.1