diff options
author | Nickle Wang <nicklew@nvidia.com> | 2024-01-02 17:22:22 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-02-29 03:25:18 +0000 |
commit | 9da786c16fb9542c68c486060bb56ee74bd547f0 (patch) | |
tree | 25a2859204d621a36f84d359cd95ce4487e836f7 /RedfishPkg/RedfishPkg.dec | |
parent | 0ce2012c6c8bc371b7739d12251b53af906a70dd (diff) | |
download | edk2-9da786c16fb9542c68c486060bb56ee74bd547f0.tar.gz |
RedfishPkg: introduce RedfishHttpLib
RedfishHttpLib is a wrapper library for Redfish feature drivers to
call Redfish HTTP Protocol easily.
Signed-off-by: Nickle Wang <nicklew@nvidia.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Igor Kulchytskyy <igork@ami.com>
Cc: Nick Ramirez <nramirez@nvidia.com>
Reviewed-by: Abner Chang <abner.chang@amd.com>
Reviewed-by: Igor Kulchytskyy <igork@ami.com>
Diffstat (limited to 'RedfishPkg/RedfishPkg.dec')
-rw-r--r-- | RedfishPkg/RedfishPkg.dec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/RedfishPkg/RedfishPkg.dec b/RedfishPkg/RedfishPkg.dec index 114f8d2ad8..1a9c9ed7bc 100644 --- a/RedfishPkg/RedfishPkg.dec +++ b/RedfishPkg/RedfishPkg.dec @@ -69,6 +69,11 @@ #
RedfishPlatformConfigLib|Include/Library/RedfishPlatformConfigLib.h
+ ## @libraryclass Provides the library functions to access Redfish HTTP
+ # protocol.
+ #
+ RedfishHttpLib|Include/Library/RedfishHttpLib.h
+
[LibraryClasses.Common.Private]
## @libraryclass Provides the private C runtime library functions.
# CRT library is currently used by edk2 JsonLib (open source
|