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 |
|
---|
21 | !ifndef REDFISH_ENABLE
|
---|
22 | #
|
---|
23 | # This flag is to enable or disable the whole Redfish support.
|
---|
24 | #
|
---|
25 | DEFINE REDFISH_ENABLE = TRUE
|
---|
26 | !endif
|
---|
27 |
|
---|