]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.inf
UefiCpuPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / UefiCpuPkg / PiSmmCommunication / PiSmmCommunicationSmm.inf
CommitLineData
b3dc26ed 1## @file\r
8b1d1493
SZ
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
b3dc26ed 4#\r
8b1d1493 5# Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>\r
b3dc26ed 6#\r
0acd8697 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
b3dc26ed
MK
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = PiSmmCommunicationSmm\r
14 MODULE_UNI_FILE = PiSmmCommunicationSmm.uni\r
15 FILE_GUID = E21F35A8-42FF-4050-82D6-93F7CDFA7073\r
16 MODULE_TYPE = DXE_SMM_DRIVER\r
17 VERSION_STRING = 1.0\r
18 PI_SPECIFICATION_VERSION = 0x0001000A\r
19 ENTRY_POINT = PiSmmCommunicationSmmEntryPoint\r
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
24# VALID_ARCHITECTURES = IA32 X64\r
25#\r
26\r
27[Sources]\r
28 PiSmmCommunicationSmm.c\r
29 PiSmmCommunicationPrivate.h\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 MdeModulePkg/MdeModulePkg.dec\r
34\r
35[LibraryClasses]\r
36 UefiDriverEntryPoint\r
37 UefiBootServicesTableLib\r
38 UefiRuntimeServicesTableLib\r
39 SmmServicesTableLib\r
40 BaseLib\r
41 BaseMemoryLib\r
b3dc26ed
MK
42 DebugLib\r
43 SmmMemLib\r
b3dc26ed
MK
44\r
45[Ppis]\r
46 gEfiPeiSmmCommunicationPpiGuid ## UNDEFINED # SMM Configuration Table\r
47\r
48[Protocols]\r
49 gEfiSmmSwDispatch2ProtocolGuid ## CONSUMES\r
b3dc26ed
MK
50\r
51[Depex]\r
8b1d1493 52 gEfiSmmSwDispatch2ProtocolGuid\r
b3dc26ed
MK
53\r
54[UserExtensions.TianoCore."ExtraFiles"]\r
55 PiSmmCommunicationSmmExtra.uni\r