]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf
OvmfPkg/VirtioMmioDeviceLib: list "VirtioMmioDevice.h" in the INF file
[mirror_edk2.git] / OvmfPkg / Library / QemuFwCfgS3Lib / BaseQemuFwCfgS3LibNull.inf
1 ## @file
2 # Base Null library instance of the QemuFwCfgS3Lib class.
3 #
4 # This library instance returns constant FALSE from QemuFwCfgS3Enabled(), and
5 # all other library functions trigger assertion failures. It is suitable for
6 # QEMU targets and machine types that never enable S3.
7 #
8 # Copyright (C) 2017, Red Hat, Inc.
9 #
10 # This program and the accompanying materials are licensed and made available
11 # under the terms and conditions of the BSD License which accompanies this
12 # distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 #
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
16 # WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 ##
18
19 [Defines]
20 INF_VERSION = 1.25
21 BASE_NAME = BaseQemuFwCfgS3LibNull
22 FILE_GUID = EA7D2B69-D221-4950-9C2C-C38A65BCC96E
23 MODULE_TYPE = BASE
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = QemuFwCfgS3Lib
26
27 #
28 # The following information is for reference only and not required by the build
29 # tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 IPF EBC
32 #
33
34 [Sources]
35 QemuFwCfgS3Base.c
36 QemuFwCfgS3BasePei.c
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 OvmfPkg/OvmfPkg.dec
41
42 [LibraryClasses]
43 DebugLib