]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf
OvmfPkg/VirtioMmioDeviceLib: list "VirtioMmioDevice.h" in the INF file
[mirror_edk2.git] / OvmfPkg / Library / QemuFwCfgS3Lib / BaseQemuFwCfgS3LibNull.inf
CommitLineData
ad223a1c
LE
1## @file\r
2# Base Null library instance of the QemuFwCfgS3Lib class.\r
3#\r
4# This library instance returns constant FALSE from QemuFwCfgS3Enabled(), and\r
5# all other library functions trigger assertion failures. It is suitable for\r
6# QEMU targets and machine types that never enable S3.\r
7#\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 = BaseQemuFwCfgS3LibNull\r
22 FILE_GUID = EA7D2B69-D221-4950-9C2C-C38A65BCC96E\r
23 MODULE_TYPE = BASE\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = QemuFwCfgS3Lib\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 IPF EBC\r
32#\r
33\r
34[Sources]\r
35 QemuFwCfgS3Base.c\r
33ead2dd 36 QemuFwCfgS3BasePei.c\r
ad223a1c
LE
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 OvmfPkg/OvmfPkg.dec\r
33ead2dd
LE
41\r
42[LibraryClasses]\r
43 DebugLib\r