]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf
ArmPlatformPkg/MemoryInitPeim: take MAX_ALLOC_ADDRESS into account
[mirror_edk2.git] / ArmPkg / Library / StandaloneMmMmuLib / ArmMmuStandaloneMmLib.inf
CommitLineData
eed947be
AG
1#/** @file\r
2#\r
3# Copyright (c) 2017 - 2018, ARM Limited. All rights reserved.\r
4#\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12#\r
13#**/\r
14\r
15[Defines]\r
16 INF_VERSION = 0x0001001A\r
17 BASE_NAME = ArmMmuStandaloneMmCoreLib\r
18 FILE_GUID = da8f0232-fb14-42f0-922c-63104d2c70bd\r
19 MODULE_TYPE = MM_CORE_STANDALONE\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = StandaloneMmMmuLib\r
22 PI_SPECIFICATION_VERSION = 0x00010032\r
23\r
24[Sources.AARCH64]\r
18a70094 25 AArch64/ArmMmuStandaloneMmLib.c\r
eed947be
AG
26\r
27[Packages]\r
28 ArmPkg/ArmPkg.dec\r
29 MdePkg/MdePkg.dec\r
30\r
31[LibraryClasses]\r
32 ArmLib\r
33 CacheMaintenanceLib\r
34 MemoryAllocationLib\r
35\r
36\r