]> git.proxmox.com Git - mirror_edk2.git/commit
RedfishPkg: Redfish modules may need to use the functions which are private
authorAbner Chang <abner.chang@amd.com>
Wed, 17 Aug 2022 03:28:25 +0000 (11:28 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 23 Aug 2022 03:13:11 +0000 (03:13 +0000)
commiteebef1b3b7d992f28d8a5ba14a173ef535974373
tree353bab7cada3935781b2eeaf6475edffdfb22b8b
parent938430741f71949eeed0d93a43f9e597c65759f4
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>
RedfishPkg/Include/Library/RedfishLib.h [new file with mode: 0644]
RedfishPkg/PrivateInclude/Library/RedfishLib.h [deleted file]
RedfishPkg/RedfishPkg.dec