]> git.proxmox.com Git - mirror_edk2.git/blob - StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
StandaloneMmPkg/MemoryAllocationLib: Add MM memory allocation library.
[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 # This program and the accompanying materials
13 # are licensed and made available under the terms and conditions of the BSD License
14 # which accompanies this distribution. The full text of the license may be found at
15 # http://opensource.org/licenses/bsd-license.php
16 #
17 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
18 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
19 #
20 ##
21
22 [Defines]
23 INF_VERSION = 0x0001001A
24 BASE_NAME = MemLib
25 FILE_GUID = EA355F14-6409-4716-829F-37B3BC7C7F26
26 MODULE_TYPE = MM_STANDALONE
27 VERSION_STRING = 1.0
28 PI_SPECIFICATION_VERSION = 0x00010032
29 LIBRARY_CLASS = MemLib|MM_STANDALONE MM_CORE_STANDALONE
30 CONSTRUCTOR = MemLibConstructor
31
32 #
33 # The following information is for reference only and not required by the build tools.
34 #
35 # VALID_ARCHITECTURES = AARCH64
36 #
37
38 [Sources.Common]
39 StandaloneMmMemLib.c
40
41 [Sources.AARCH64]
42 AArch64/StandaloneMmMemLibInternal.c
43
44 [Packages]
45 MdePkg/MdePkg.dec
46 StandaloneMmPkg/StandaloneMmPkg.dec
47
48 [LibraryClasses]
49 BaseMemoryLib
50 DebugLib