1 | ## @file
|
---|
2 | # Redfish DSC include file for Platform DSC
|
---|
3 | #
|
---|
4 | # This file includes all required information to enable Redfish features.
|
---|
5 | # It can be included to a platform DSC file by using "!include RedfishPkg/Redfish.dsc.inc".
|
---|
6 | #
|
---|
7 | # (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
|
---|
8 | #
|
---|
9 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
10 | #
|
---|
11 | ##
|
---|
12 |
|
---|
13 | [Defines]
|
---|
14 | !include RedfishPkg/RedfishDefines.dsc.inc
|
---|
15 |
|
---|
16 | [LibraryClasses]
|
---|
17 | !include RedfishPkg/RedfishLibs.dsc.inc
|
---|
18 |
|
---|
19 | [Components]
|
---|
20 | !include RedfishPkg/RedfishComponents.dsc.inc
|
---|
21 |
|
---|