]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.inf
UefiCpuPkg: Convert all .uni files to utf-8
[mirror_edk2.git] / UefiCpuPkg / PiSmmCommunication / PiSmmCommunicationSmm.inf
CommitLineData
b3dc26ed
MK
1## @file\r
2# PI SMM Communication SMM driver that installs the SMM Communication ACPI Table.\r
3#\r
4# This SMM driver installs the SMM Communication ACPI Table defined in the UEFI spec\r
5# which provides a mechanism that can be used in the OS present environment by\r
6# non-firmware agents for inter-mode communication with SMM agents. It also saves\r
7# SMM communication context for use by SMM Communication PEIM in the S3 boot mode.\r
8#\r
9# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
10#\r
11# This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15#\r
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18#\r
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = PiSmmCommunicationSmm\r
24 MODULE_UNI_FILE = PiSmmCommunicationSmm.uni\r
25 FILE_GUID = E21F35A8-42FF-4050-82D6-93F7CDFA7073\r
26 MODULE_TYPE = DXE_SMM_DRIVER\r
27 VERSION_STRING = 1.0\r
28 PI_SPECIFICATION_VERSION = 0x0001000A\r
29 ENTRY_POINT = PiSmmCommunicationSmmEntryPoint\r
30\r
31#\r
32# The following information is for reference only and not required by the build tools.\r
33#\r
34# VALID_ARCHITECTURES = IA32 X64\r
35#\r
36\r
37[Sources]\r
38 PiSmmCommunicationSmm.c\r
39 PiSmmCommunicationPrivate.h\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44\r
45[LibraryClasses]\r
46 UefiDriverEntryPoint\r
47 UefiBootServicesTableLib\r
48 UefiRuntimeServicesTableLib\r
49 SmmServicesTableLib\r
50 BaseLib\r
51 BaseMemoryLib\r
52 HobLib\r
53 DebugLib\r
54 SmmMemLib\r
55 PcdLib\r
56\r
57[Guids]\r
58 gEfiAcpi20TableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
59 gEfiAcpi10TableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
60 gEfiAcpiTableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
61\r
62[Ppis]\r
63 gEfiPeiSmmCommunicationPpiGuid ## UNDEFINED # SMM Configuration Table\r
64\r
65[Protocols]\r
66 gEfiSmmSwDispatch2ProtocolGuid ## CONSUMES\r
67 gEfiSmmCommunicationProtocolGuid ## UNDEFINED # SMM Communication ACPI Table GUID\r
68 gEfiAcpiTableProtocolGuid ## CONSUMES\r
69\r
70[Pcd]\r
71 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId ## CONSUMES\r
72 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId ## CONSUMES\r
73 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemRevision ## CONSUMES\r
74 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId ## CONSUMES\r
75 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision ## CONSUMES\r
76\r
77[Depex]\r
78 gEfiSmmSwDispatch2ProtocolGuid AND\r
79 gEfiAcpiTableProtocolGuid\r
80\r
81[UserExtensions.TianoCore."ExtraFiles"]\r
82 PiSmmCommunicationSmmExtra.uni\r