Last change
on this file was 89983, checked in by vboxsync, 3 years ago |
Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
733 bytes
|
Line | |
---|
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 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.