diff options
author | Abner Chang <abner.chang@amd.com> | 2022-08-17 11:28:25 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-08-23 03:13:11 +0000 |
commit | eebef1b3b7d992f28d8a5ba14a173ef535974373 (patch) | |
tree | 353bab7cada3935781b2eeaf6475edffdfb22b8b | |
parent | 938430741f71949eeed0d93a43f9e597c65759f4 (diff) | |
download | edk2-eebef1b3b7d992f28d8a5ba14a173ef535974373.tar.gz |
RedfishPkg: Redfish modules may need to use the functions which are private
Definitions of the required functions to send requests to BMC
are in the PrivateInclude folder. So they cannot be used by
the other Redfish packages.
Cc: Abner Chang <abner.chang@amd.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Signed-off-by: Igor Kulchytskyy <igork@ami.com>
Reviewed-by: Abner Chang <abner.chang@amd.com>
-rw-r--r-- | RedfishPkg/Include/Library/RedfishLib.h (renamed from RedfishPkg/PrivateInclude/Library/RedfishLib.h) | 0 | ||||
-rw-r--r-- | RedfishPkg/RedfishPkg.dec | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/RedfishPkg/PrivateInclude/Library/RedfishLib.h b/RedfishPkg/Include/Library/RedfishLib.h index b2488abbd4..b2488abbd4 100644 --- a/RedfishPkg/PrivateInclude/Library/RedfishLib.h +++ b/RedfishPkg/Include/Library/RedfishLib.h diff --git a/RedfishPkg/RedfishPkg.dec b/RedfishPkg/RedfishPkg.dec index 9886502a0d..0aa26883e2 100644 --- a/RedfishPkg/RedfishPkg.dec +++ b/RedfishPkg/RedfishPkg.dec @@ -64,7 +64,7 @@ ## @libraryclass Redfish Helper Library
# Library provides Redfish helper functions.
- RedfishLib|PrivateInclude/Library/RedfishLib.h
+ RedfishLib|Include/Library/RedfishLib.h
[Protocols]
## Include/Protocol/EdkIIRedfishCredential.h
|