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