]> git.proxmox.com Git - mirror_edk2.git/blame - RedfishPkg/RedfishComponents.dsc.inc
Maintainers.txt: Update email address
[mirror_edk2.git] / RedfishPkg / RedfishComponents.dsc.inc
CommitLineData
1c48866e
AC
1## @file\r
2# Redfish DSC include file for [Components*] section of all Architectures.\r
3#\r
4# This file can be included to the [Components*] section(s) of a platform DSC file\r
5# by using "!include RedfishPkg/RedfishComponents.dsc.inc" to specify the INF files\r
6# of EDKII Redfish drivers according to the value of flags described in\r
7# "RedfishDefines.dsc.inc".\r
8#\r
7e7b729f 9# (C) Copyright 2020-2021 Hewlett Packard Enterprise Development LP<BR>\r
1c48866e
AC
10#\r
11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
12#\r
13##\r
14\r
15!if $(REDFISH_ENABLE) == TRUE\r
16 RedfishPkg/RestJsonStructureDxe/RestJsonStructureDxe.inf\r
17 RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.inf\r
10dc8c56 18 RedfishPkg/RedfishRestExDxe/RedfishRestExDxe.inf\r
e6ae24e1 19 RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.inf\r
7e7b729f 20 RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.inf\r
2072c22a 21 RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.inf\r
1c48866e 22!endif\r