]> git.proxmox.com Git - mirror_edk2.git/blame - StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
StandaloneMmPkg: Replace BSD License with BSD+Patent License
[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
86094561 12# SPDX-License-Identifier: BSD-2-Clause-Patent\r
880086a2
SV
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x0001001A\r
18 BASE_NAME = MemLib\r
19 FILE_GUID = EA355F14-6409-4716-829F-37B3BC7C7F26\r
20 MODULE_TYPE = MM_STANDALONE\r
21 VERSION_STRING = 1.0\r
22 PI_SPECIFICATION_VERSION = 0x00010032\r
23 LIBRARY_CLASS = MemLib|MM_STANDALONE MM_CORE_STANDALONE\r
24 CONSTRUCTOR = MemLibConstructor\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = AARCH64\r
30#\r
31\r
32[Sources.Common]\r
33 StandaloneMmMemLib.c\r
34\r
35[Sources.AARCH64]\r
36 AArch64/StandaloneMmMemLibInternal.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 StandaloneMmPkg/StandaloneMmPkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseMemoryLib\r
44 DebugLib\r