diff options
author | Abner Chang <abner.chang@hpe.com> | 2020-11-04 21:26:10 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-11-11 07:48:51 +0000 |
commit | 1c48866e041d2afaabb170086c5bb0c69a4653d3 (patch) | |
tree | 76f5560bde67662611608e32edcbea0970167ce2 /RedfishPkg/RedfishComponents.dsc.inc | |
parent | a4d2ddb947eb07c7b5cf85551377ae6959dbd424 (diff) | |
download | edk2-1c48866e041d2afaabb170086c5bb0c69a4653d3.tar.gz |
RedfishPkg: DSC and FDF include files for enabling EFI Redfish support
Provide the DSC/FDF include files of edk2 Redfish related
modules and definitions which can be included in platform's
DSC/FDF.
Signed-off-by: Abner Chang <abner.chang@hpe.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Fan Wang <fan.wang@intel.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Cc: Peter O'Hanley <peter.ohanley@hpe.com>
Reviewed-by: Nickle Wang <nickle.wang@hpe.com>
Diffstat (limited to 'RedfishPkg/RedfishComponents.dsc.inc')
-rw-r--r-- | RedfishPkg/RedfishComponents.dsc.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/RedfishPkg/RedfishComponents.dsc.inc b/RedfishPkg/RedfishComponents.dsc.inc new file mode 100644 index 0000000000..ac1b57ed8f --- /dev/null +++ b/RedfishPkg/RedfishComponents.dsc.inc @@ -0,0 +1,18 @@ +## @file
+# Redfish DSC include file for [Components*] section of all Architectures.
+#
+# This file can be included to the [Components*] section(s) of a platform DSC file
+# by using "!include RedfishPkg/RedfishComponents.dsc.inc" to specify the INF files
+# of EDKII Redfish drivers according to the value of flags described in
+# "RedfishDefines.dsc.inc".
+#
+# (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
+#
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+#
+##
+
+!if $(REDFISH_ENABLE) == TRUE
+ RedfishPkg/RestJsonStructureDxe/RestJsonStructureDxe.inf
+ RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.inf
+!endif
|