Last change
on this file since 98412 was 80721, checked in by vboxsync, 6 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
991 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Limited functionality QemuFwCfgS3Lib instance, for PEI phase modules.
|
---|
3 | #
|
---|
4 | # QemuFwCfgS3Enabled() queries S3 enablement via fw_cfg. Other library APIs
|
---|
5 | # will report lack of support.
|
---|
6 | #
|
---|
7 | # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
|
---|
8 | # Copyright (C) 2017, Red Hat, Inc.
|
---|
9 | #
|
---|
10 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
11 | ##
|
---|
12 |
|
---|
13 | [Defines]
|
---|
14 | INF_VERSION = 1.25
|
---|
15 | BASE_NAME = PeiQemuFwCfgS3LibFwCfg
|
---|
16 | FILE_GUID = DD8D28B4-C1DC-4CAF-BB93-074BE80DAE6D
|
---|
17 | MODULE_TYPE = PEIM
|
---|
18 | VERSION_STRING = 1.0
|
---|
19 | LIBRARY_CLASS = QemuFwCfgS3Lib|PEIM
|
---|
20 |
|
---|
21 | #
|
---|
22 | # The following information is for reference only and not required by the build
|
---|
23 | # tools.
|
---|
24 | #
|
---|
25 | # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 EBC
|
---|
26 | #
|
---|
27 |
|
---|
28 | [Sources]
|
---|
29 | QemuFwCfgS3BasePei.c
|
---|
30 | QemuFwCfgS3Pei.c
|
---|
31 | QemuFwCfgS3PeiDxe.c
|
---|
32 |
|
---|
33 | [Packages]
|
---|
34 | MdePkg/MdePkg.dec
|
---|
35 | OvmfPkg/OvmfPkg.dec
|
---|
36 |
|
---|
37 | [LibraryClasses]
|
---|
38 | DebugLib
|
---|
39 | QemuFwCfgLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.