From 7311e9641785bbcdf2925bfc91b92e43a6158a7d Mon Sep 17 00:00:00 2001 From: Abner Chang Date: Wed, 11 Aug 2021 00:07:23 +0800 Subject: [PATCH] RedfishPkg/RefishCrtLib: Public RefishCrtLib Public the header file, move RefishCrtLib.h from PrivateInclude/ to Include/. RefishCrtLib.lib will be public later. (Moved out from PrivateLibrary/) Signed-off-by: Abner Chang Cc: Nickle Wang Reviewed-by: 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 +- RedfishPkg/RedfishPkg.ci.yaml | 2 +- RedfishPkg/RedfishPkg.dec | 2 +- 6 files changed, 6 insertions(+), 6 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 diff --git a/RedfishPkg/RedfishPkg.ci.yaml b/RedfishPkg/RedfishPkg.ci.yaml index 1fe9bdb8d1..96133f8c28 100644 --- a/RedfishPkg/RedfishPkg.ci.yaml +++ b/RedfishPkg/RedfishPkg.ci.yaml @@ -34,8 +34,8 @@ "PrivateInclude/Crt/stdlib.h", "PrivateInclude/Crt/string.h", "PrivateInclude/Crt/time.h", - "PrivateInclude/Library/RedfishCrtLib.h", "PrivateLibrary/RedfishCrtLib/RedfishCrtLib.c", + "Include/Library/RedfishCrtLib.h", ## ## For jansson library open source ## load.c is overrided from open source. diff --git a/RedfishPkg/RedfishPkg.dec b/RedfishPkg/RedfishPkg.dec index 846c19fd5e..9886502a0d 100644 --- a/RedfishPkg/RedfishPkg.dec +++ b/RedfishPkg/RedfishPkg.dec @@ -60,7 +60,7 @@ # CRT library is currently used by edk2 JsonLib (open source # jansson project) and edk2 RedfishLib (libredfish open source # project). - RedfishCrtLib|PrivateInclude/Library/RedfishCrtLib.h + RedfishCrtLib|Include/Library/RedfishCrtLib.h ## @libraryclass Redfish Helper Library # Library provides Redfish helper functions. -- 2.39.2