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