Last change
on this file was 105670, checked in by vboxsync, 3 months ago |
Devices/EFI/FirmwareNew: Merge edk2-stable-202405 and make it build on aarch64, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Redfish FDF include file for [FV*] section of all Architectures.
|
---|
3 | #
|
---|
4 | # This file can be included to the [FV*] section(s) of a platform FDF file
|
---|
5 | # by using "!include RedfishPkg/Redfish.fdf.inc" to specify the module instances
|
---|
6 | # to be built in the firmware volume.
|
---|
7 | #
|
---|
8 | # (C) Copyright 2020-2021 Hewlett Packard Enterprise Development LP<BR>
|
---|
9 | # Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
---|
10 | #
|
---|
11 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
12 | #
|
---|
13 | ##
|
---|
14 | !if $(REDFISH_ENABLE) == TRUE
|
---|
15 | INF RedfishPkg/RestJsonStructureDxe/RestJsonStructureDxe.inf
|
---|
16 | INF RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.inf
|
---|
17 | INF RedfishPkg/RedfishRestExDxe/RedfishRestExDxe.inf
|
---|
18 | INF RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.inf
|
---|
19 | INF RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.inf
|
---|
20 | INF RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.inf
|
---|
21 | INF RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf
|
---|
22 | INF MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
|
---|
23 | INF RedfishPkg/RedfishHttpDxe/RedfishHttpDxe.inf
|
---|
24 | !endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.