]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf
UefiCpuPkg: Remove redundant library classes, Ppis and GUIDs
[mirror_edk2.git] / UefiCpuPkg / Universal / Acpi / S3Resume2Pei / S3Resume2Pei.inf
... / ...
CommitLineData
1## @file\r
2# S3 Resume Module installs EFI_PEI_S3_RESUME2_PPI.\r
3#\r
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
8# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
9# Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>\r
10#\r
11# This program and the accompanying materials are\r
12# licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15#\r
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18#\r
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = S3Resume2Pei\r
24 MODULE_UNI_FILE = S3Resume2Pei.uni\r
25 FILE_GUID = 89E549B0-7CFE-449d-9BA3-10D8B2312D71\r
26 MODULE_TYPE = PEIM\r
27 VERSION_STRING = 1.0\r
28 ENTRY_POINT = PeimS3ResumeEntryPoint\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64\r
34#\r
35\r
36[Sources]\r
37 S3Resume.c\r
38\r
39[Sources.IA32]\r
40 Ia32/AsmFuncs.nasm\r
41\r
42[Sources.X64]\r
43 X64/AsmFuncs.nasm\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 MdeModulePkg/MdeModulePkg.dec\r
48 UefiCpuPkg/UefiCpuPkg.dec\r
49\r
50[LibraryClasses]\r
51 PeiServicesTablePointerLib\r
52 PerformanceLib\r
53 HobLib\r
54 PeiServicesLib\r
55 PeimEntryPoint\r
56 BaseLib\r
57 DebugLib\r
58 PcdLib\r
59 IoLib\r
60 BaseMemoryLib\r
61 MemoryAllocationLib\r
62 DebugAgentLib\r
63 LocalApicLib\r
64 ReportStatusCodeLib\r
65 LockBoxLib\r
66\r
67[Guids]\r
68 gEfiBootScriptExecutorVariableGuid ## SOMETIMES_CONSUMES ## UNDEFINED # LockBox\r
69 gEfiBootScriptExecutorContextGuid ## SOMETIMES_CONSUMES ## UNDEFINED # LockBox\r
70 ## SOMETIMES_CONSUMES ## HOB\r
71 ## SOMETIMES_CONSUMES ## UNDEFINED # LockBox\r
72 gEfiAcpiVariableGuid\r
73 gEfiAcpiS3ContextGuid ## SOMETIMES_CONSUMES ## UNDEFINED # LockBox\r
74 gEdkiiEndOfS3ResumeGuid ## SOMETIMES_CONSUMES ## UNDEFINED # Used to do smm communication\r
75 ## SOMETIMES_PRODUCES ## UNDEFINED # Install PPI\r
76 ## SOMETIMES_CONSUMES ## UNDEFINED # Used to do smm communication\r
77 gEdkiiS3SmmInitDoneGuid\r
78\r
79[Ppis]\r
80 gEfiPeiS3Resume2PpiGuid ## PRODUCES\r
81 gPeiSmmAccessPpiGuid ## SOMETIMES_CONSUMES\r
82 gPeiPostScriptTablePpiGuid ## SOMETIMES_PRODUCES\r
83 gEfiEndOfPeiSignalPpiGuid ## SOMETIMES_PRODUCES\r
84 gEfiPeiSmmCommunicationPpiGuid ## SOMETIMES_CONSUMES\r
85\r
86[FeaturePcd]\r
87 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode ## CONSUMES\r
88 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport ## CONSUMES\r
89\r
90[Pcd]\r
91 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable ## SOMETIMES_CONSUMES\r
92 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask ## CONSUMES\r
93\r
94[Depex]\r
95 TRUE\r
96\r
97[UserExtensions.TianoCore."ExtraFiles"]\r
98 S3Resume2PeiExtra.uni\r