]> git.proxmox.com Git - mirror_edk2.git/blob - StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / StandaloneMmPkg / Library / StandaloneMmMemLib / StandaloneMmMemLib.inf
1 ## @file
2 # Instance of MM memory check library.
3 #
4 # MM memory check library library implementation. This library consumes MM_ACCESS_PROTOCOL
5 # to get MMRAM information. In order to use this library instance, the platform should produce
6 # all MMRAM range via MM_ACCESS_PROTOCOL, including the range for firmware (like MM Core
7 # and MM driver) and/or specific dedicated hardware.
8 #
9 # Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
10 # Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>
11 #
12 # SPDX-License-Identifier: BSD-2-Clause-Patent
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x0001001A
18 BASE_NAME = MemLib
19 FILE_GUID = EA355F14-6409-4716-829F-37B3BC7C7F26
20 MODULE_TYPE = MM_STANDALONE
21 VERSION_STRING = 1.0
22 PI_SPECIFICATION_VERSION = 0x00010032
23 LIBRARY_CLASS = MemLib|MM_STANDALONE MM_CORE_STANDALONE
24 CONSTRUCTOR = MemLibConstructor
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = AARCH64
30 #
31
32 [Sources.Common]
33 StandaloneMmMemLib.c
34
35 [Sources.AARCH64]
36 AArch64/StandaloneMmMemLibInternal.c
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 StandaloneMmPkg/StandaloneMmPkg.dec
41
42 [LibraryClasses]
43 BaseMemoryLib
44 DebugLib