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