]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SmmCommunicationBufferDxe/SmmCommunicationBufferDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / SmmCommunicationBufferDxe / SmmCommunicationBufferDxe.inf
CommitLineData
6e4e6ffd
JY
1## @file\r
2# A driver allocates common SMM communication buffer in EfiReservedMemoryType.\r
3#\r
4# This driver allocates common SMM communication buffer in EfiReservedMemoryType,\r
5# then it publishes the information to EFI configuration table with\r
6# gEdkiiPiSmmCommunicationRegionTableGuid.\r
7# Any other driver or application can get the table and know the common\r
8# communication buffer.\r
9#\r
10# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
11#\r
9d510e61 12# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6e4e6ffd
JY
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = SmmCommunicationBufferDxe\r
19 MODULE_UNI_FILE = SmmCommunicationBufferDxe.uni\r
20 FILE_GUID = 8FAAD0A7-02B4-432F-8F5C-B880965D8B41\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = SmmCommunicationBufferEntryPoint\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64\r
29#\r
30\r
31[Sources]\r
32 SmmCommunicationBufferDxe.c\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37\r
38[LibraryClasses]\r
39 UefiDriverEntryPoint\r
40 UefiBootServicesTableLib\r
41 UefiRuntimeServicesTableLib\r
42 BaseLib\r
43 BaseMemoryLib\r
44 MemoryAllocationLib\r
45 HobLib\r
46 DebugLib\r
6e4e6ffd
JY
47\r
48[Guids]\r
49 gEdkiiPiSmmCommunicationRegionTableGuid ## PRODUCES ## SystemTable\r
50\r
51[Depex]\r
52 TRUE\r
53\r
54[UserExtensions.TianoCore."ExtraFiles"]\r
55 SmmCommunicationBufferExtraDxe.uni\r