]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg.inf
OvmfPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / OvmfPkg / Library / QemuFwCfgS3Lib / PeiQemuFwCfgS3LibFwCfg.inf
... / ...
CommitLineData
1## @file\r
2# Limited functionality QemuFwCfgS3Lib instance, for PEI phase modules.\r
3#\r
4# QemuFwCfgS3Enabled() queries S3 enablement via fw_cfg. Other library APIs\r
5# will report lack of support.\r
6#\r
7# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
8# Copyright (C) 2017, Red Hat, Inc.\r
9#\r
10# This program and the accompanying materials are licensed and made available\r
11# under the terms and conditions of the BSD License which accompanies this\r
12# distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14#\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
16# WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 1.25\r
21 BASE_NAME = PeiQemuFwCfgS3LibFwCfg\r
22 FILE_GUID = DD8D28B4-C1DC-4CAF-BB93-074BE80DAE6D\r
23 MODULE_TYPE = PEIM\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = QemuFwCfgS3Lib|PEIM\r
26\r
27#\r
28# The following information is for reference only and not required by the build\r
29# tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 EBC\r
32#\r
33\r
34[Sources]\r
35 QemuFwCfgS3BasePei.c\r
36 QemuFwCfgS3Pei.c\r
37 QemuFwCfgS3PeiDxe.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 OvmfPkg/OvmfPkg.dec\r
42\r
43[LibraryClasses]\r
44 DebugLib\r
45 QemuFwCfgLib\r