Last change
on this file since 77662 was 77662, checked in by vboxsync, 6 years ago |
EFI: First step in UDK2018 merge. Does not build yet.
|
-
Property svn:eol-style
set to
native
|
File size:
1.3 KB
|
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) 2017, Red Hat, Inc.
|
---|
8 | #
|
---|
9 | # This program and the accompanying materials are licensed and made available
|
---|
10 | # under the terms and conditions of the BSD License which accompanies this
|
---|
11 | # distribution. The full text of the license may be found at
|
---|
12 | # http://opensource.org/licenses/bsd-license.php
|
---|
13 | #
|
---|
14 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
|
---|
15 | # WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
---|
16 | ##
|
---|
17 |
|
---|
18 | [Defines]
|
---|
19 | INF_VERSION = 1.25
|
---|
20 | BASE_NAME = PeiQemuFwCfgS3LibFwCfg
|
---|
21 | FILE_GUID = DD8D28B4-C1DC-4CAF-BB93-074BE80DAE6D
|
---|
22 | MODULE_TYPE = PEIM
|
---|
23 | VERSION_STRING = 1.0
|
---|
24 | LIBRARY_CLASS = QemuFwCfgS3Lib|PEIM
|
---|
25 |
|
---|
26 | #
|
---|
27 | # The following information is for reference only and not required by the build
|
---|
28 | # tools.
|
---|
29 | #
|
---|
30 | # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 IPF EBC
|
---|
31 | #
|
---|
32 |
|
---|
33 | [Sources]
|
---|
34 | QemuFwCfgS3BasePei.c
|
---|
35 | QemuFwCfgS3Pei.c
|
---|
36 | QemuFwCfgS3PeiDxe.c
|
---|
37 |
|
---|
38 | [Packages]
|
---|
39 | MdePkg/MdePkg.dec
|
---|
40 | OvmfPkg/OvmfPkg.dec
|
---|
41 |
|
---|
42 | [LibraryClasses]
|
---|
43 | DebugLib
|
---|
44 | QemuFwCfgLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.