]> git.proxmox.com Git - mirror_edk2.git/blame - StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
StandaloneMmPkg/MemLib: Add Standalone MM instance of memory check library.
[mirror_edk2.git] / StandaloneMmPkg / Library / StandaloneMmMemLib / StandaloneMmMemLib.inf
CommitLineData
880086a2
SV
1## @file\r
2# Instance of MM memory check library.\r
3#\r
4# MM memory check library library implementation. This library consumes MM_ACCESS_PROTOCOL\r
5# to get MMRAM information. In order to use this library instance, the platform should produce\r
6# all MMRAM range via MM_ACCESS_PROTOCOL, including the range for firmware (like MM Core\r
7# and MM driver) and/or specific dedicated hardware.\r
8#\r
9# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
10# Copyright (c) 2016 - 2018, ARM Limited. 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 = 0x0001001A\r
24 BASE_NAME = MemLib\r
25 FILE_GUID = EA355F14-6409-4716-829F-37B3BC7C7F26\r
26 MODULE_TYPE = MM_STANDALONE\r
27 VERSION_STRING = 1.0\r
28 PI_SPECIFICATION_VERSION = 0x00010032\r
29 LIBRARY_CLASS = MemLib|MM_STANDALONE MM_CORE_STANDALONE\r
30 CONSTRUCTOR = MemLibConstructor\r
31\r
32#\r
33# The following information is for reference only and not required by the build tools.\r
34#\r
35# VALID_ARCHITECTURES = AARCH64\r
36#\r
37\r
38[Sources.Common]\r
39 StandaloneMmMemLib.c\r
40\r
41[Sources.AARCH64]\r
42 AArch64/StandaloneMmMemLibInternal.c\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 StandaloneMmPkg/StandaloneMmPkg.dec\r
47\r
48[LibraryClasses]\r
49 BaseMemoryLib\r
50 DebugLib\r