]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseS3BootScriptLibNull/BaseS3BootScriptLibNull.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BaseS3BootScriptLibNull / BaseS3BootScriptLibNull.inf
CommitLineData
fe69ac84 1## @file\r
2# BootScriptLib instance that always produces NOP operation.\r
3#\r
4# This library is primarily used by platform that does not support ACPI S3\r
5# resume. All the library interfaces simply return EFI_SUCCESS without\r
6# performing any operation.\r
7#\r
3cb0a311 8# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
fe69ac84 9#\r
9344f092 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
fe69ac84 11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = BaseS3BootScriptLibNull\r
c92c1790 17 MODULE_UNI_FILE = BaseS3BootScriptLibNull.uni\r
fe69ac84 18 FILE_GUID = 9A6DC1AC-94C0-43b1-8714-4C70FD58A815\r
19 MODULE_TYPE = BASE\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = S3BootScriptLib\r
22\r
23\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
3cb0a311 28# VALID_ARCHITECTURES = IA32 X64 EBC\r
fe69ac84 29#\r
30\r
31[Sources]\r
32 BootScriptLib.c\r
33\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37\r