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