blob: 4e87b3e68d1a2e3dd654ebe5ccd9116e5fb2406a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
## @file
# FDF file for post-memory S3 advanced feature modules.
#
# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2022, Baruch Binyamin Doron.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
## Dependencies
INF UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.inf
## Save-state module stack
INF S3FeaturePkg/S3Dxe/S3Dxe.inf
INF MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
INF UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf
## Restore-state module stack
INF MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
|