]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SmmCommunicationBufferDxe/SmmCommunicationBufferDxe.inf
MdeModulePkg: Remove redundant library classes and GUIDs
[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
12# This program and the accompanying materials\r
13# are licensed and made available under the terms and conditions of the BSD License\r
14# which accompanies this distribution. The full text of the license may be found at\r
15# http://opensource.org/licenses/bsd-license.php\r
16#\r
17# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
18# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
19#\r
20##\r
21\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = SmmCommunicationBufferDxe\r
25 MODULE_UNI_FILE = SmmCommunicationBufferDxe.uni\r
26 FILE_GUID = 8FAAD0A7-02B4-432F-8F5C-B880965D8B41\r
27 MODULE_TYPE = DXE_DRIVER\r
28 VERSION_STRING = 1.0\r
29 ENTRY_POINT = SmmCommunicationBufferEntryPoint\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 SmmCommunicationBufferDxe.c\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43\r
44[LibraryClasses]\r
45 UefiDriverEntryPoint\r
46 UefiBootServicesTableLib\r
47 UefiRuntimeServicesTableLib\r
48 BaseLib\r
49 BaseMemoryLib\r
50 MemoryAllocationLib\r
51 HobLib\r
52 DebugLib\r
6e4e6ffd
JY
53\r
54[Guids]\r
55 gEdkiiPiSmmCommunicationRegionTableGuid ## PRODUCES ## SystemTable\r
56\r
57[Depex]\r
58 TRUE\r
59\r
60[UserExtensions.TianoCore."ExtraFiles"]\r
61 SmmCommunicationBufferExtraDxe.uni\r