]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.inf
MdeModulePkg: Add ACPI S3 Save State drivers
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / SmmS3SaveState / SmmS3SaveState.inf
CommitLineData
bdfde462 1## @file\r
2# Component description file for ScriptSave Lite module.\r
3#\r
4# This is an implementation of the Boot Script Save protocol.\r
5#\r
6# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
7#\r
8# This program and the accompanying materials are\r
9# licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = SmmS3SaveState\r
21 FILE_GUID = 2D59F041-53A4-40d0-A6CD-844DC0DFEF17\r
22 MODULE_TYPE = DXE_SMM_DRIVER\r
23 VERSION_STRING = 1.0\r
24 PI_SPECIFICATION_VERSION = 0x0001000A\r
25 \r
26 ENTRY_POINT = InitializeSmmS3SaveState\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
34[Sources]\r
35 SmmS3SaveState.c\r
36 InternalSmmSaveState.h\r
37\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42\r
43[LibraryClasses]\r
44 SmmServicesTableLib\r
45 UefiDriverEntryPoint\r
46 BaseMemoryLib\r
47 DebugLib\r
48 BaseLib\r
49 S3BootScriptLib\r
50\r
51[Protocols]\r
52 gEfiS3SmmSaveStateProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
53\r
54[Depex]\r
55 TRUE\r
56\r