Last change
on this file since 94368 was 89983, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
821 bytes
|
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/RedfisLibs.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 | #
|
---|
10 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
11 | #
|
---|
12 | ##
|
---|
13 | !if $(REDFISH_ENABLE) == TRUE
|
---|
14 | INF RedfishPkg/RestJsonStructureDxe/RestJsonStructureDxe.inf
|
---|
15 | INF RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.inf
|
---|
16 | INF RedfishPkg/RedfishRestExDxe/RedfishRestExDxe.inf
|
---|
17 | INF RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.inf
|
---|
18 | INF RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.inf
|
---|
19 | INF RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.inf
|
---|
20 | !endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.