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.1333.1627451985648572693 for ; Tue, 27 Jul 2021 22:59:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=a2k2OhYt; 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=0843350c07=abner.chang@hpe.com) Received: from pps.filterd (m0150245.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 16S5wots005530 for ; Wed, 28 Jul 2021 05:59:44 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id; s=pps0720; bh=I+i7/popd64nWt93yVxfk8z309iC3JUaD+cvTHEKlsc=; b=a2k2OhYtfgrrTDtxcG/tlL1pYytYmiiB2uB1QS1iQMZRAe18QaHLFAZ6mofKjvE0Ur+d QDGd2RBPLKx/BNVWx93Ef/MZXnD5bJwVoKUnjdh/ulus/roqH4hr81ngKpQnfU0c6xcX ZStEgpXTai1dj5KQdga1cXDAgGLYLe+k4EtNV9meNsdqFHQ3lAVc+VfQqGY9K6o6Kj+n ITtt+T1jyjjeGe7kWzsMptDG1OVdgus8pSgqi+SaWabmbRkbeXDGMr8tsXXGJjGR3W3h iXsltrOhzpAsoQjdti78mx72bAGm041d1R+1EdkWE4pwh0xipNtEoFn8ySM/nDbMXesU cA== Received: from g9t5008.houston.hpe.com (g9t5008.houston.hpe.com [15.241.48.72]) by mx0b-002e3701.pphosted.com with ESMTP id 3a2qxfc06u-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 28 Jul 2021 05:59:44 +0000 Received: from g4t3433.houston.hpecorp.net (g4t3433.houston.hpecorp.net [16.208.49.245]) by g9t5008.houston.hpe.com (Postfix) with ESMTP id 1112953 for ; Wed, 28 Jul 2021 05:59:44 +0000 (UTC) Received: from abner-virtual-machine.asiapacific.hpqcorp.net (abner-virtual-machine.asiapacific.hpqcorp.net [15.119.210.153]) by g4t3433.houston.hpecorp.net (Postfix) with ESMTP id 4E0FA4C; Wed, 28 Jul 2021 05:59:43 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: Nickle Wang Subject: [PATCH] RedfishPkg/RefishCrtLib: Public RefishCrtLib Date: Wed, 28 Jul 2021 13:04:28 +0800 Message-Id: <20210728050428.27569-1-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 X-Proofpoint-GUID: 99pyw9EWBuLfUflMUstiUlyboM23Jl3s X-Proofpoint-ORIG-GUID: 99pyw9EWBuLfUflMUstiUlyboM23Jl3s X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391,18.0.790 definitions=2021-07-28_05:2021-07-27,2021-07-28 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=0 bulkscore=0 mlxlogscore=884 impostorscore=0 malwarescore=0 clxscore=1015 priorityscore=1501 spamscore=0 mlxscore=0 phishscore=0 adultscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2107140000 definitions=main-2107280034 Move RefishCrtLib from PrivateInclude to Include. Signed-off-by: Abner Chang Cc: Nickle Wang --- RedfishPkg/{PrivateInclude => Include}/Library/RedfishCrtLib.h | 2 +- .../RedfishLib/edk2libredfish/include/redfishPayload.h | 2 +- .../RedfishLib/edk2libredfish/include/redfishService.h | 2 +- .../PrivateLibrary/RedfishLib/edk2libredfish/include/redpath.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename RedfishPkg/{PrivateInclude => Include}/Library/RedfishCrtLib.h (96%) diff --git a/RedfishPkg/PrivateInclude/Library/RedfishCrtLib.h b/RedfishPkg/Include/Library/RedfishCrtLib.h similarity index 96% rename from RedfishPkg/PrivateInclude/Library/RedfishCrtLib.h rename to RedfishPkg/Include/Library/RedfishCrtLib.h index 28a493d782..5e15768938 100644 --- a/RedfishPkg/PrivateInclude/Library/RedfishCrtLib.h +++ b/RedfishPkg/Include/Library/RedfishCrtLib.h @@ -2,7 +2,7 @@ Redfish CRT wrapper functions. Copyright (c) 2019, Intel Corporation. All rights reserved.
- (C) Copyright 2020 Hewlett Packard Enterprise Development LP
+ (C) Copyright 2021 Hewlett Packard Enterprise Development LP
SPDX-License-Identifier: BSD-2-Clause-Patent diff --git a/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redfishPayload.h b/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redfishPayload.h index 03380d9394..43149f3c89 100644 --- a/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redfishPayload.h +++ b/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redfishPayload.h @@ -17,7 +17,7 @@ #ifndef LIBREDFISH_REDFISH_PAYLOAD_H_ #define LIBREDFISH_REDFISH_PAYLOAD_H_ -#include +#include #include #include diff --git a/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redfishService.h b/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redfishService.h index 5bcb381c05..0215caccfc 100644 --- a/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redfishService.h +++ b/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redfishService.h @@ -30,7 +30,7 @@ #include #include -#include +#include #include #include diff --git a/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redpath.h b/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redpath.h index bdec6098e5..24413a648a 100644 --- a/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redpath.h +++ b/RedfishPkg/PrivateLibrary/RedfishLib/edk2libredfish/include/redpath.h @@ -17,7 +17,7 @@ #ifndef LIBREDFISH_REDPATH_H_ #define LIBREDFISH_REDPATH_H_ -#include +#include #include -- 2.17.1