Last change
on this file since 101291 was 101291, checked in by vboxsync, 14 months ago |
EFI/FirmwareNew: Make edk2-stable202308 build on all supported platforms (using gcc at least, msvc not tested yet), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 KB
|
Line | |
---|
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 | # Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
---|
11 | #
|
---|
12 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
13 | #
|
---|
14 | ##
|
---|
15 |
|
---|
16 | !if $(REDFISH_ENABLE) == TRUE
|
---|
17 | RedfishPkg/RestJsonStructureDxe/RestJsonStructureDxe.inf
|
---|
18 | RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.inf
|
---|
19 | RedfishPkg/RedfishRestExDxe/RedfishRestExDxe.inf
|
---|
20 | RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.inf
|
---|
21 | RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.inf
|
---|
22 | RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.inf
|
---|
23 | RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf
|
---|
24 | MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
|
---|
25 | !endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.