]> git.proxmox.com Git - mirror_edk2.git/blob - RedfishPkg/Redfish.fdf.inc
RedfishPkg: DSC and FDF include files for enabling EFI Redfish support
[mirror_edk2.git] / RedfishPkg / Redfish.fdf.inc
1 ## @file
2 # Redfish FDF include file for [FV*] section of all Architectures.
3 #
4 # This file can be included to the [FV*] section(s) of a platform FDF file
5 # by using "!include RedfishPkg/RedfisLibs.fdf.inc" to specify the module instances
6 # to be built in the firmware volume.
7 #
8 # (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 ##
13 !if $(REDFISH_ENABLE) == TRUE
14 INF RedfishPkg/RestJsonStructureDxe/RestJsonStructureDxe.inf
15 INF RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.inf
16 !endif