From 7311e9641785bbcdf2925bfc91b92e43a6158a7d Mon Sep 17 00:00:00 2001 From: Abner Chang Date: Wed, 11 Aug 2021 00:07:23 +0800 Subject: 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/RedfishPkg.ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RedfishPkg/RedfishPkg.ci.yaml') 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. -- cgit v1.2.3