summaryrefslogtreecommitdiffstats
path: root/EmulatorPkg/Application/RedfishPlatformConfig/RedfishPlatformConfig.inf
diff options
context:
space:
mode:
authorAbner Chang <abner.chang@hpe.com>2020-12-03 13:05:27 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-12-03 07:54:44 +0000
commit59935c38133c1d4872b4ae7ecd57132b06cc6d1b (patch)
treeb1921a6a0306bff7b8bd6fc150eadc42d2a7c047 /EmulatorPkg/Application/RedfishPlatformConfig/RedfishPlatformConfig.inf
parentcc5faa780d19b21c2a420584e8c6f94b64696502 (diff)
downloadedk2-59935c38133c1d4872b4ae7ecd57132b06cc6d1b.tar.gz
edk2-59935c38133c1d4872b4ae7ecd57132b06cc6d1b.tar.bz2
edk2-59935c38133c1d4872b4ae7ecd57132b06cc6d1b.zip
EmulatorPkg/Application: Publish Redfish Host Interface Record
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3102 The EFI application to configure the network information of Redfish service. The configurations are stored in EFI variables. Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com> Signed-off-by: Ting Ye <ting.ye@intel.com> Signed-off-by: Siyuan Fu <siyuan.fu@intel.com> Signed-off-by: Fan Wang <fan.wang@intel.com> Signed-off-by: Abner Chang <abner.chang@hpe.com> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Andrew Fish <afish@apple.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Nickle Wang <nickle.wang@hpe.com> Cc: Peter O'Hanley <peter.ohanley@hpe.com> Acked-by: Ray Ni <ray.ni@intel.com>
Diffstat (limited to 'EmulatorPkg/Application/RedfishPlatformConfig/RedfishPlatformConfig.inf')
-rw-r--r--EmulatorPkg/Application/RedfishPlatformConfig/RedfishPlatformConfig.inf43
1 files changed, 43 insertions, 0 deletions
diff --git a/EmulatorPkg/Application/RedfishPlatformConfig/RedfishPlatformConfig.inf b/EmulatorPkg/Application/RedfishPlatformConfig/RedfishPlatformConfig.inf
new file mode 100644
index 0000000000..121d45a09f
--- /dev/null
+++ b/EmulatorPkg/Application/RedfishPlatformConfig/RedfishPlatformConfig.inf
@@ -0,0 +1,43 @@
+## @file
+# Sample UEFI Application Reference EDKII Module.
+#
+# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
+# (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
+#
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+#
+#
+##
+
+[Defines]
+ INF_VERSION = 0x0001000b
+ BASE_NAME = RedfishPlatformConfig
+ FILE_GUID = C02B67BB-3D19-4ACC-A080-1BDB575F8F36
+ MODULE_TYPE = UEFI_APPLICATION
+ VERSION_STRING = 1.0
+ ENTRY_POINT = UefiMain
+
+[Sources]
+ RedfishPlatformConfig.c
+
+[Packages]
+ EmulatorPkg/EmulatorPkg.dec
+ MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
+ NetworkPkg/NetworkPkg.dec
+ RedfishPkg/RedfishPkg.dec
+
+[LibraryClasses]
+ DebugLib
+ NetLib
+ UefiApplicationEntryPoint
+ UefiLib
+ UefiBootServicesTableLib
+ UefiRuntimeServicesTableLib
+
+[Protocols]
+ gEfiShellParametersProtocolGuid ## CONSUMES
+ gEfiShellProtocolGuid ## CONSUMES
+
+[Guids]
+ gEmuRedfishServiceGuid