]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.inf
UefiCpuPkg: Replace BSD License with BSD+Patent License
[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
0acd8697 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
b3dc26ed
MK
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = PiSmmCommunicationPei\r
16 MODULE_UNI_FILE = PiSmmCommunicationPei.uni\r
17 FILE_GUID = 1C8B7F78-1699-40e6-AF33-9B995D16B043\r
18 MODULE_TYPE = PEIM\r
19 VERSION_STRING = 1.0\r
20 ENTRY_POINT = PiSmmCommunicationPeiEntryPoint\r
21\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
25# VALID_ARCHITECTURES = IA32 X64\r
26#\r
27\r
28[Sources]\r
29 PiSmmCommunicationPei.c\r
30 PiSmmCommunicationPrivate.h\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 MdeModulePkg/MdeModulePkg.dec\r
35\r
36[LibraryClasses]\r
37 PeimEntryPoint\r
38 PeiServicesTablePointerLib\r
39 PeiServicesLib\r
40 BaseLib\r
41 BaseMemoryLib\r
42 HobLib\r
43 DebugLib\r
44\r
45[Guids]\r
46 gEfiAcpiVariableGuid ## CONSUMES ## HOB\r
47\r
48[Ppis]\r
49 ## PRODUCES\r
50 ## UNDEFINED # HOB # SMM Configuration Table\r
51 gEfiPeiSmmCommunicationPpiGuid\r
52 gPeiSmmAccessPpiGuid ## CONSUMES\r
53 gPeiSmmControlPpiGuid ## CONSUMES\r
54\r
55# [BootMode]\r
56# S3_RESUME ## CONSUMES\r
57\r
58[Depex]\r
59 gPeiSmmAccessPpiGuid AND\r
60 gPeiSmmControlPpiGuid AND\r
61 gEfiPeiMasterBootModePpiGuid\r
62\r
63[UserExtensions.TianoCore."ExtraFiles"]\r
64 PiSmmCommunicationPeiExtra.uni\r