]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.inf
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / UefiCpuPkg / PiSmmCommunication / PiSmmCommunicationSmm.inf
... / ...
CommitLineData
1## @file\r
2# PI SMM Communication SMM driver that saves SMM communication context\r
3# for use by SMM Communication PEIM in the S3 boot mode.\r
4#\r
5# Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>\r
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = PiSmmCommunicationSmm\r
20 MODULE_UNI_FILE = PiSmmCommunicationSmm.uni\r
21 FILE_GUID = E21F35A8-42FF-4050-82D6-93F7CDFA7073\r
22 MODULE_TYPE = DXE_SMM_DRIVER\r
23 VERSION_STRING = 1.0\r
24 PI_SPECIFICATION_VERSION = 0x0001000A\r
25 ENTRY_POINT = PiSmmCommunicationSmmEntryPoint\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 PiSmmCommunicationSmm.c\r
35 PiSmmCommunicationPrivate.h\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41[LibraryClasses]\r
42 UefiDriverEntryPoint\r
43 UefiBootServicesTableLib\r
44 UefiRuntimeServicesTableLib\r
45 SmmServicesTableLib\r
46 BaseLib\r
47 BaseMemoryLib\r
48 DebugLib\r
49 SmmMemLib\r
50\r
51[Ppis]\r
52 gEfiPeiSmmCommunicationPpiGuid ## UNDEFINED # SMM Configuration Table\r
53\r
54[Protocols]\r
55 gEfiSmmSwDispatch2ProtocolGuid ## CONSUMES\r
56\r
57[Depex]\r
58 gEfiSmmSwDispatch2ProtocolGuid\r
59\r
60[UserExtensions.TianoCore."ExtraFiles"]\r
61 PiSmmCommunicationSmmExtra.uni\r