]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
e3fdb3a07f253e721c8a488c44ffefc8f3207d98
[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 UefiRuntimeServicesTableLib
42 UefiBootServicesTableLib
43 MemoryAllocationLib
44 UefiDriverEntryPoint
45 BaseMemoryLib
46 DebugLib
47 BaseLib
48 S3BootScriptLib
49
50 [Protocols]
51 gEfiS3SaveStateProtocolGuid # PROTOCOL ALWAYS_PRODUCED
52
53
54 [Depex]
55 TRUE
56