mirror of https://github.com/acidanthera/audk.git
RedfishPkg/RedfishDebugLib: use RedfishHttpLib
Remove RedfishLib and use RedfishHttpLib for debug printing Redfish response data. 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>
This commit is contained in:
parent
422dfaab31
commit
d4c76fa17d
|
@ -11,9 +11,9 @@
|
|||
#define REDFISH_DEBUG_LIB_H_
|
||||
|
||||
#include <Uefi.h>
|
||||
#include <RedfishServiceData.h>
|
||||
#include <Library/HiiUtilityLib.h>
|
||||
#include <Library/JsonLib.h>
|
||||
#include <Library/RedfishLib.h>
|
||||
|
||||
#include <Protocol/EdkIIRedfishPlatformConfig.h>
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#include <Library/DebugLib.h>
|
||||
#include <Library/MemoryAllocationLib.h>
|
||||
#include <Library/RedfishDebugLib.h>
|
||||
#include <Library/RedfishHttpLib.h>
|
||||
#include <Library/UefiLib.h>
|
||||
|
||||
#ifndef IS_EMPTY_STRING
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
## @file
|
||||
# INF file for Redfish debug library.
|
||||
#
|
||||
# Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
# Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#
|
||||
|
@ -32,7 +32,7 @@
|
|||
DebugLib
|
||||
JsonLib
|
||||
MemoryAllocationLib
|
||||
RedfishLib
|
||||
RedfishHttpLib
|
||||
UefiLib
|
||||
|
||||
[Depex]
|
||||
|
|
Loading…
Reference in New Issue