summaryrefslogtreecommitdiffstats
path: root/RedfishPkg/Library/RedfishHttpLib/RedfishHttpLib.inf
diff options
context:
space:
mode:
Diffstat (limited to 'RedfishPkg/Library/RedfishHttpLib/RedfishHttpLib.inf')
-rw-r--r--RedfishPkg/Library/RedfishHttpLib/RedfishHttpLib.inf43
1 files changed, 43 insertions, 0 deletions
diff --git a/RedfishPkg/Library/RedfishHttpLib/RedfishHttpLib.inf b/RedfishPkg/Library/RedfishHttpLib/RedfishHttpLib.inf
new file mode 100644
index 0000000000..fd53b8c2ed
--- /dev/null
+++ b/RedfishPkg/Library/RedfishHttpLib/RedfishHttpLib.inf
@@ -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
+