VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/AcpiS3SaveDxe/AcpiS3SaveDxe.inf@ 75265

Last change on this file since 75265 was 58464, checked in by vboxsync, 9 years ago

EFI/Firmware: Export new files and directories.

  • Property svn:eol-style set to native
File size: 2.8 KB
Line 
1## @file
2# Component description file for AcpiS3Save module.
3#
4# This is an implementation of the ACPI S3 Save protocol.
5# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
6#
7# This program and the accompanying materials are
8# licensed and made available under the terms and conditions of the BSD License
9# which accompanies this distribution. The full text of the license may be found at
10# http://opensource.org/licenses/bsd-license.php
11#
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14#
15##
16
17[Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = AcpiS3SaveDxe
20 FILE_GUID = 6B79BBC0-26B9-4FE9-B631-551D8AB078C6
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = InstallAcpiS3Save
25
26#
27# The following information is for reference only and not required by the build tools.
28#
29# VALID_ARCHITECTURES = IA32 X64
30#
31
32[Sources]
33 AcpiS3Save.h
34 AcpiS3Save.c
35
36[Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39 IntelFrameworkPkg/IntelFrameworkPkg.dec
40 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
41 OvmfPkg/OvmfPkg.dec
42
43[LibraryClasses]
44 PcdLib
45 UefiRuntimeServicesTableLib
46 UefiBootServicesTableLib
47 UefiDriverEntryPoint
48 BaseMemoryLib
49 HobLib
50 UefiLib
51 LockBoxLib
52 DebugLib
53 DxeServicesLib
54 QemuFwCfgLib
55
56[Guids]
57 gEfiAcpiVariableGuid # ALWAYS_CONSUMED
58 gEfiAcpiS3ContextGuid # ALWAYS_CONSUMED
59 gEfiAcpi20TableGuid # ALWAYS_CONSUMED System Table
60 gEfiAcpi10TableGuid # ALWAYS_CONSUMED System Table
61
62[Protocols]
63 gEfiAcpiS3SaveProtocolGuid # PROTOCOL ALWAYS_PRODUCED
64 gEfiLockBoxProtocolGuid # PROTOCOL ALWAYS_PRODUCED
65 gEfiLegacyBiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED
66 gEfiLegacyRegion2ProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
67 gFrameworkEfiMpServiceProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
68 gEfiS3SaveStateProtocolGuid # PROTOCOL ALWAYS_CONSUMED
69 gEfiDxeSmmReadyToLockProtocolGuid # PROTOCOL ALWAYS_CONSUMED
70
71[FeaturePcd]
72 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformCsmSupport ## CONSUMES
73 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode
74
75[Pcd]
76 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdS3AcpiReservedMemorySize ## CONSUMES
77 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdS3BootScriptStackSize ## CONSUMES
78 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable
79
80[Depex]
81 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid AND gEfiS3SaveStateProtocolGuid
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette