]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf
StdLib: Update Copyright Notices.
[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
abef469f 36[Sources.IA32]\r
37 Ia32/AsmFuncs.asm | MSFT\r
38 Ia32/AsmFuncs.S | GCC\r
39\r
40[Sources.X64]\r
41 X64/AsmFuncs.asm | MSFT\r
42 X64/AsmFuncs.S | GCC\r
43\r
1f569620 44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 MdeModulePkg/MdeModulePkg.dec\r
47 UefiCpuPkg/UefiCpuPkg.dec\r
48\r
49[LibraryClasses]\r
50 PeiServicesTablePointerLib\r
51 PerformanceLib\r
52 HobLib\r
53 PeiServicesLib\r
54 PeimEntryPoint\r
55 TimerLib\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 PrintLib\r
67\r
68[Guids]\r
69 gEfiBootScriptExecutorVariableGuid # SOMETIMES_CONSUMED\r
70 gEfiBootScriptExecutorContextGuid # SOMETIMES_CONSUMED\r
71 gPerformanceProtocolGuid # ALWAYS_CONSUMED L"PerfDataMemAddr"\r
72 gEfiAcpiVariableGuid # ALWAYS_CONSUMED Hob: GUID_EXTENSION\r
73 gEfiAcpiS3ContextGuid # ALWAYS_CONSUMED\r
74\r
75[Ppis]\r
76 gEfiPeiReadOnlyVariable2PpiGuid # PPI ALWAYS_CONSUMED\r
77 gEfiPeiS3Resume2PpiGuid # PPI ALWAYS_PRODUCED\r
78 gPeiSmmAccessPpiGuid # PPI ALWAYS_CONSUMED\r
79 gPeiPostScriptTablePpiGuid # PPI ALWAYS_PRODUCED\r
80 gEfiEndOfPeiSignalPpiGuid # PPI ALWAYS_PRODUCED\r
81\r
82[FeaturePcd]\r
83 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
84 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport\r
85\r
378175d2
JY
86[Pcd]\r
87 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable\r
88\r
1f569620 89[Depex]\r
40ef06fc 90 TRUE\r