From 1c48866e041d2afaabb170086c5bb0c69a4653d3 Mon Sep 17 00:00:00 2001 From: Abner Chang Date: Wed, 4 Nov 2020 21:26:10 +0800 Subject: 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 Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Fan Wang Cc: Nickle Wang Cc: Peter O'Hanley Reviewed-by: Nickle Wang --- RedfishPkg/RedfishLibs.dsc.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 RedfishPkg/RedfishLibs.dsc.inc (limited to 'RedfishPkg/RedfishLibs.dsc.inc') diff --git a/RedfishPkg/RedfishLibs.dsc.inc b/RedfishPkg/RedfishLibs.dsc.inc new file mode 100644 index 0000000000..e780b5c270 --- /dev/null +++ b/RedfishPkg/RedfishLibs.dsc.inc @@ -0,0 +1,15 @@ +## @file +# Redfish DSC include file for [LibraryClasses*] section of all Architectures. +# +# This file can be included to the [LibraryClasses*] section(s) of a platform DSC file +# by using "!include RedfishPkg/RedfisLibs.dsc.inc" to specify the library instances +# of EDKII network library classes. +# +# (C) Copyright 2020 Hewlett Packard Enterprise Development LP
+# +# SPDX-License-Identifier: BSD-2-Clause-Patent +# +## +!if $(REDFISH_ENABLE) == TRUE +!endif + -- cgit v1.2.3