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.dec | |
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.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 130e7ec260..53e52c2b00 100644 --- a/RedfishPkg/RedfishPkg.dec +++ b/RedfishPkg/RedfishPkg.dec @@ -4,6 +4,7 @@ # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
# (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
# Copyright (c) 2023, American Megatrends International LLC.
+# Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
@@ -55,6 +56,10 @@ #
RedfishContentCodingLib|Include/Library/RedfishContentCodingLib.h
+ ## @libraryclass Redfish Debug Library
+ # Library provides Redfish debug functions.
+ RedfishDebugLib|Include/Library/RedfishDebugLib.h
+
[LibraryClasses.Common.Private]
## @libraryclass Provides the private C runtime library functions.
# CRT library is currently used by edk2 JsonLib (open source
|