summaryrefslogtreecommitdiffstats
path: root/RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h
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/RedfishRestExDxe/RedfishRestExInternal.h
parentfc14c809cb982f3c8cb3429604262cde0cb264a9 (diff)
downloadedk2-5a0932b7d480c05761a3ba9b5cf1d2fbb470c615.tar.gz
edk2-5a0932b7d480c05761a3ba9b5cf1d2fbb470c615.tar.bz2
edk2-5a0932b7d480c05761a3ba9b5cf1d2fbb470c615.zip
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/RedfishRestExDxe/RedfishRestExInternal.h')
-rw-r--r--RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h b/RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h
index a687c4ddb1..bca679e2cc 100644
--- a/RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h
+++ b/RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h
@@ -3,6 +3,7 @@
Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
(C) Copyright 2019-2020 Hewlett Packard Enterprise Development LP<BR>
+ Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
@@ -21,6 +22,7 @@
#include <Library/HttpIoLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/NetLib.h>
+#include <Library/RedfishDebugLib.h>
#include <Library/UefiLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiDriverEntryPoint.h>