RedfishDefines.dsc.inc 760 B

123456789101112131415161718192021222324252627
  1. ## @file
  2. # RedfishPkg DSC include file for [Defines] section of all Architectures.
  3. #
  4. # This file can be included to the [Defines] section of a platform DSC file by
  5. # using "!include RedfishPkg/RedfishDefines.dsc.inc" to set value of
  6. # flags.
  7. #
  8. # These flags can be defined before the !include line, or changed on the command
  9. # line to enable or disable related feature support.
  10. # -D FLAG=VALUE
  11. #
  12. # The default value of these flags are:
  13. # DEFINE REDFISH_ENABLE = TRUE
  14. #
  15. # (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
  16. #
  17. # SPDX-License-Identifier: BSD-2-Clause-Patent
  18. #
  19. ##
  20. !ifndef REDFISH_ENABLE
  21. #
  22. # This flag is to enable or disable the whole Redfish support.
  23. #
  24. DEFINE REDFISH_ENABLE = TRUE
  25. !endif