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