diff options
author | Abner Chang <abner.chang@hpe.com> | 2021-08-11 00:07:23 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-08-11 05:03:31 +0000 |
commit | 7311e9641785bbcdf2925bfc91b92e43a6158a7d (patch) | |
tree | 8d4be3b1e73359d52518ae95a9409b4c0c0e0846 /RedfishPkg/RedfishPkg.ci.yaml | |
parent | 3d359ff90571704b53f19bf95aa797337c041abc (diff) | |
download | edk2-7311e9641785bbcdf2925bfc91b92e43a6158a7d.tar.gz |
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 <abner.chang@hpe.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Reviewed-by: Nickle Wang <nickle.wang@hpe.com>
Diffstat (limited to 'RedfishPkg/RedfishPkg.ci.yaml')
-rw-r--r-- | RedfishPkg/RedfishPkg.ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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.
|