summaryrefslogtreecommitdiff
path: root/RedfishPkg/RedfishPkg.dsc
diff options
context:
space:
mode:
authorNickle Wang <nicklew@nvidia.com>2023-03-01 16:44:57 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-03-06 03:20:58 +0000
commit5a0932b7d480c05761a3ba9b5cf1d2fbb470c615 (patch)
tree0bca3c852d1c60b555cf4978517a1a1d8c484054 /RedfishPkg/RedfishPkg.dsc
parentfc14c809cb982f3c8cb3429604262cde0cb264a9 (diff)
downloadedk2-5a0932b7d480c05761a3ba9b5cf1d2fbb470c615.zip
edk2-5a0932b7d480c05761a3ba9b5cf1d2fbb470c615.tar.gz
edk2-5a0932b7d480c05761a3ba9b5cf1d2fbb470c615.tar.bz2
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.dsc1
1 files changed, 1 insertions, 0 deletions
diff --git a/RedfishPkg/RedfishPkg.dsc b/RedfishPkg/RedfishPkg.dsc
index 1613914..cf25b63 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