]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf
212e1b86296f286e950577fe47dbe51f6c883f4b
[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) 2018, Intel Corporation. All rights reserved.<BR>
9 # Copyright (C) 2017, Red Hat, Inc.
10 #
11 # This program and the accompanying materials are licensed and made available
12 # under the terms and conditions of the BSD License which accompanies this
13 # distribution. The full text of the license may be found at
14 # http://opensource.org/licenses/bsd-license.php
15 #
16 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
17 # WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
18 ##
19
20 [Defines]
21 INF_VERSION = 1.25
22 BASE_NAME = BaseQemuFwCfgS3LibNull
23 FILE_GUID = EA7D2B69-D221-4950-9C2C-C38A65BCC96E
24 MODULE_TYPE = BASE
25 VERSION_STRING = 1.0
26 LIBRARY_CLASS = QemuFwCfgS3Lib
27
28 #
29 # The following information is for reference only and not required by the build
30 # tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 EBC
33 #
34
35 [Sources]
36 QemuFwCfgS3Base.c
37 QemuFwCfgS3BasePei.c
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 OvmfPkg/OvmfPkg.dec
42
43 [LibraryClasses]
44 DebugLib