]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.inf
UefiCpuPkg/CpuDxe: Enable protection for newly added page table
[mirror_edk2.git] / UefiCpuPkg / PiSmmCommunication / PiSmmCommunicationPei.inf
CommitLineData
b3dc26ed
MK
1## @file\r
2# PI SMM Communication PEIM which produces PEI SMM Communication PPI.\r
3#\r
4# This PEIM retrieves the SMM communication context and produces PEI SMM\r
5# Communication PPIin the S3 boot mode.\r
6#\r
7# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# This program and the accompanying materials\r
10# are 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 = PiSmmCommunicationPei\r
22 MODULE_UNI_FILE = PiSmmCommunicationPei.uni\r
23 FILE_GUID = 1C8B7F78-1699-40e6-AF33-9B995D16B043\r
24 MODULE_TYPE = PEIM\r
25 VERSION_STRING = 1.0\r
26 ENTRY_POINT = PiSmmCommunicationPeiEntryPoint\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64\r
32#\r
33\r
34[Sources]\r
35 PiSmmCommunicationPei.c\r
36 PiSmmCommunicationPrivate.h\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 PeimEntryPoint\r
44 PeiServicesTablePointerLib\r
45 PeiServicesLib\r
46 BaseLib\r
47 BaseMemoryLib\r
48 HobLib\r
49 DebugLib\r
50\r
51[Guids]\r
52 gEfiAcpiVariableGuid ## CONSUMES ## HOB\r
53\r
54[Ppis]\r
55 ## PRODUCES\r
56 ## UNDEFINED # HOB # SMM Configuration Table\r
57 gEfiPeiSmmCommunicationPpiGuid\r
58 gPeiSmmAccessPpiGuid ## CONSUMES\r
59 gPeiSmmControlPpiGuid ## CONSUMES\r
60\r
61# [BootMode]\r
62# S3_RESUME ## CONSUMES\r
63\r
64[Depex]\r
65 gPeiSmmAccessPpiGuid AND\r
66 gPeiSmmControlPpiGuid AND\r
67 gEfiPeiMasterBootModePpiGuid\r
68\r
69[UserExtensions.TianoCore."ExtraFiles"]\r
70 PiSmmCommunicationPeiExtra.uni\r