mirror of https://github.com/acidanthera/audk.git
22 lines
547 B
PHP
22 lines
547 B
PHP
## @file
|
|
# Redfish DSC include file for Platform DSC
|
|
#
|
|
# This file includes all required information to enable Redfish features.
|
|
# It can be included to a platform DSC file by using "!include RedfishPkg/Redfish.dsc.inc".
|
|
#
|
|
# (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
!include RedfishPkg/RedfishDefines.dsc.inc
|
|
|
|
[LibraryClasses]
|
|
!include RedfishPkg/RedfishLibs.dsc.inc
|
|
|
|
[Components]
|
|
!include RedfishPkg/RedfishComponents.dsc.inc
|
|
|