2020-11-04 14:26:10 +01:00
|
|
|
## @file
|
|
|
|
# Redfish FDF include file for [FV*] section of all Architectures.
|
|
|
|
#
|
|
|
|
# This file can be included to the [FV*] section(s) of a platform FDF file
|
|
|
|
# by using "!include RedfishPkg/RedfisLibs.fdf.inc" to specify the module instances
|
|
|
|
# to be built in the firmware volume.
|
|
|
|
#
|
|
|
|
# (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
#
|
|
|
|
##
|
|
|
|
!if $(REDFISH_ENABLE) == TRUE
|
|
|
|
INF RedfishPkg/RestJsonStructureDxe/RestJsonStructureDxe.inf
|
|
|
|
INF RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.inf
|
2020-10-16 10:24:04 +02:00
|
|
|
INF RedfishPkg/RedfishRestExDxe/RedfishRestExDxe.inf
|
2020-12-09 05:20:27 +01:00
|
|
|
INF RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.inf
|
2020-11-04 14:26:10 +01:00
|
|
|
!endif
|