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>
This commit is contained in:
committed by
mergify[bot]
parent
0ce2012c6c
commit
9da786c16f
43
RedfishPkg/Library/RedfishHttpLib/RedfishHttpLib.inf
Normal file
43
RedfishPkg/Library/RedfishHttpLib/RedfishHttpLib.inf
Normal file
@@ -0,0 +1,43 @@
|
||||
## @file
|
||||
# Redfish HTTP library is wrapper library for application to call Redfish
|
||||
# HTTP protocol easily.
|
||||
#
|
||||
# Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#
|
||||
##
|
||||
|
||||
[Defines]
|
||||
INF_VERSION = 0x00010006
|
||||
BASE_NAME = RedfishHttpLib
|
||||
FILE_GUID = 62855D9B-441B-436B-9CA6-B7FEB7ABF54E
|
||||
MODULE_TYPE = DXE_DRIVER
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = RedfishHttpLib| DXE_DRIVER UEFI_DRIVER
|
||||
CONSTRUCTOR = RedfishHttpConstructor
|
||||
|
||||
#
|
||||
# VALID_ARCHITECTURES = IA32 X64 EBC
|
||||
#
|
||||
|
||||
[Sources]
|
||||
RedfishHttpLib.c
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
MdeModulePkg/MdeModulePkg.dec
|
||||
RedfishPkg/RedfishPkg.dec
|
||||
|
||||
[LibraryClasses]
|
||||
BaseLib
|
||||
DebugLib
|
||||
UefiLib
|
||||
UefiBootServicesTableLib
|
||||
|
||||
[Protocols]
|
||||
gEdkIIRedfishHttpProtocolGuid ## CONSUMES ##
|
||||
|
||||
[depex]
|
||||
TRUE
|
||||
|
Reference in New Issue
Block a user