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