summaryrefslogtreecommitdiff
path: root/RedfishPkg/RedfishPkg.dsc
diff options
context:
space:
mode:
authorNickle Wang <nicklew@nvidia.com>2024-01-02 17:22:22 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-02-29 03:25:18 +0000
commit9da786c16fb9542c68c486060bb56ee74bd547f0 (patch)
tree25a2859204d621a36f84d359cd95ce4487e836f7 /RedfishPkg/RedfishPkg.dsc
parent0ce2012c6c8bc371b7739d12251b53af906a70dd (diff)
downloadedk2-9da786c16fb9542c68c486060bb56ee74bd547f0.zip
edk2-9da786c16fb9542c68c486060bb56ee74bd547f0.tar.gz
edk2-9da786c16fb9542c68c486060bb56ee74bd547f0.tar.bz2
RedfishPkg: introduce RedfishHttpLib
RedfishHttpLib is a wrapper library for Redfish feature drivers to call Redfish HTTP Protocol easily. 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>
Diffstat (limited to 'RedfishPkg/RedfishPkg.dsc')
-rw-r--r--RedfishPkg/RedfishPkg.dsc3
1 files changed, 2 insertions, 1 deletions
diff --git a/RedfishPkg/RedfishPkg.dsc b/RedfishPkg/RedfishPkg.dsc
index 5849e7c..b015004 100644
--- a/RedfishPkg/RedfishPkg.dsc
+++ b/RedfishPkg/RedfishPkg.dsc
@@ -4,7 +4,7 @@
# Copyright (c) 2019 - 2021, Intel Corporation. All rights reserved.<BR>
# (C) Copyright 2021 Hewlett-Packard Enterprise Development LP.
# Copyright (C) 2023 Advanced Micro Devices, Inc. All rights reserved.
-# 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
#
@@ -74,5 +74,6 @@
RedfishPkg/Library/RedfishDebugLib/RedfishDebugLib.inf
RedfishPkg/Library/HiiUtilityLib/HiiUtilityLib.inf
RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigLib.inf
+ RedfishPkg/Library/RedfishHttpLib/RedfishHttpLib.inf
!include RedfishPkg/Redfish.dsc.inc