]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf
Get correct GOP protocol for physical GOP device.
[mirror_edk2.git] / UefiCpuPkg / Universal / Acpi / S3Resume2Pei / S3Resume2Pei.inf
CommitLineData
1f569620 1## @file\r
2# S3 Resume Module:\r
3# This module works with StandAloneBootScriptExecutor to S3 resume to OS.\r
4# This module will excute the boot script saved during last boot and after that,\r
5# control is passed to OS waking up handler.\r
6#\r
40ef06fc 7# Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
1f569620 8#\r
9# This program and the accompanying materials are\r
10# licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = S3Resume2Pei\r
22 FILE_GUID = 89E549B0-7CFE-449d-9BA3-10D8B2312D71\r
23 MODULE_TYPE = PEIM\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = PeimS3ResumeEntryPoint\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64\r
31#\r
32\r
33[Sources]\r
34 S3Resume.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 UefiCpuPkg/UefiCpuPkg.dec\r
40\r
41[LibraryClasses]\r
42 PeiServicesTablePointerLib\r
43 PerformanceLib\r
44 HobLib\r
45 PeiServicesLib\r
46 PeimEntryPoint\r
47 TimerLib\r
48 BaseLib\r
49 DebugLib\r
50 PcdLib\r
51 IoLib\r
52 BaseMemoryLib\r
53 MemoryAllocationLib\r
54 DebugAgentLib\r
55 LocalApicLib\r
56 ReportStatusCodeLib\r
57 LockBoxLib\r
58 PrintLib\r
59\r
60[Guids]\r
61 gEfiBootScriptExecutorVariableGuid # SOMETIMES_CONSUMED\r
62 gEfiBootScriptExecutorContextGuid # SOMETIMES_CONSUMED\r
63 gPerformanceProtocolGuid # ALWAYS_CONSUMED L"PerfDataMemAddr"\r
64 gEfiAcpiVariableGuid # ALWAYS_CONSUMED Hob: GUID_EXTENSION\r
65 gEfiAcpiS3ContextGuid # ALWAYS_CONSUMED\r
66\r
67[Ppis]\r
68 gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_CONSUMED\r
69 gEfiPeiS3Resume2PpiGuid # PPI ALWAYS_PRODUCED\r
70 gPeiSmmAccessPpiGuid # PPI ALWAYS_CONSUMED\r
71 gPeiPostScriptTablePpiGuid # PPI ALWAYS_PRODUCED\r
72 gEfiEndOfPeiSignalPpiGuid # PPI ALWAYS_PRODUCED\r
73\r
74[FeaturePcd]\r
75 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
76 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport\r
77\r
378175d2
JY
78[Pcd]\r
79 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable\r
80\r
1f569620 81[Depex]\r
40ef06fc 82 TRUE\r