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