diff options
author | Nickle Wang <nicklew@nvidia.com> | 2023-03-01 16:44:57 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-03-06 03:20:58 +0000 |
commit | 5a0932b7d480c05761a3ba9b5cf1d2fbb470c615 (patch) | |
tree | 0bca3c852d1c60b555cf4978517a1a1d8c484054 /RedfishPkg/RedfishPkg.dsc | |
parent | fc14c809cb982f3c8cb3429604262cde0cb264a9 (diff) | |
download | edk2-5a0932b7d480c05761a3ba9b5cf1d2fbb470c615.tar.gz |
RedfishPkg/RedfishDebugLib: provide Redfish debug
Introduce RedfishDebugLib to RedfishPkg. This library provides several
debugging functions for Redfish application. Redfish drivers rely on
Rest Ex protocol to communicate with BMC and the communication data
may be big and complicated. Use RedfishDebugLib in RedfishRestExDxe to
simplify debugging process.
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>
Diffstat (limited to 'RedfishPkg/RedfishPkg.dsc')
-rw-r--r-- | RedfishPkg/RedfishPkg.dsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RedfishPkg/RedfishPkg.dsc b/RedfishPkg/RedfishPkg.dsc index 16139146ff..cf25b63cc2 100644 --- a/RedfishPkg/RedfishPkg.dsc +++ b/RedfishPkg/RedfishPkg.dsc @@ -58,5 +58,6 @@ RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf
RedfishPkg/Library/JsonLib/JsonLib.inf
RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf
+ RedfishPkg/Library/RedfishDebugLib/RedfishDebugLib.inf
!include RedfishPkg/Redfish.dsc.inc
|