Redfish.fdf.inc 838 B

1234567891011121314151617181920
  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/Redfish.fdf.inc" to specify the module instances
  6. # to be built in the firmware volume.
  7. #
  8. # (C) Copyright 2020-2021 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. INF RedfishPkg/RedfishRestExDxe/RedfishRestExDxe.inf
  17. INF RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.inf
  18. INF RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.inf
  19. INF RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.inf
  20. !endif