]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/SmmMemLib/SmmMemLib.inf
MdePkg/SmmMemLib: Check for untested memory in GCD
[mirror_edk2.git] / MdePkg / Library / SmmMemLib / SmmMemLib.inf
CommitLineData
d425764e
JY
1## @file\r
2# Instance of SMM memory check library.\r
3#\r
4# SMM memory check library library implementation. This library consumes SMM_ACCESS2_PROTOCOL\r
5# to get SMRAM information. In order to use this library instance, the platform should produce\r
6# all SMRAM range via SMM_ACCESS2_PROTOCOL, including the range for firmware (like SMM Core\r
7# and SMM driver) and/or specific dedicated hardware.\r
9095d37b
LG
8#\r
9# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
d425764e
JY
10# This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
9095d37b 14#\r
d425764e
JY
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
9095d37b 17#\r
d425764e
JY
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = SmmMemLib\r
23 MODULE_UNI_FILE = SmmMemLib.uni\r
24 FILE_GUID = 7F23F839-C81C-4B89-8132-69746FCBCE52\r
25 MODULE_TYPE = DXE_SMM_DRIVER\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = SmmMemLib|DXE_SMM_DRIVER SMM_CORE\r
28 CONSTRUCTOR = SmmMemLibConstructor\r
29 DESTRUCTOR = SmmMemLibDestructor\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 SmmMemLib.c\r
9095d37b 39\r
d425764e
JY
40[Packages]\r
41 MdePkg/MdePkg.dec\r
9095d37b 42\r
d425764e
JY
43[LibraryClasses]\r
44 SmmServicesTableLib\r
45 UefiBootServicesTableLib\r
233ffa90 46 DxeServicesTableLib\r
d425764e
JY
47 DebugLib\r
48 BaseMemoryLib\r
49 HobLib\r
50 MemoryAllocationLib\r
51\r
52[Protocols]\r
91f51fcc
JY
53 gEfiSmmAccess2ProtocolGuid ## CONSUMES\r
54 gEfiSmmReadyToLockProtocolGuid ## CONSUMES\r
55 gEfiSmmEndOfDxeProtocolGuid ## CONSUMES\r
9095d37b 56\r
d2857812
QS
57[Depex]\r
58 gEfiSmmAccess2ProtocolGuid\r