summaryrefslogtreecommitdiffstats
path: root/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf
diff options
context:
space:
mode:
authorSughosh Ganu <sughosh.ganu@arm.com>2018-12-03 12:49:01 +0530
committerAchin Gupta <achin.gupta@arm.com>2018-12-09 16:01:47 +0000
commit34b1d7eafee06f6c7534afd1daa20dc3e33cb57f (patch)
tree29fce3ea700598f0e0b8758cd83d407112b70dbe /StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf
parent0d1fb6cc8a15f4cf169d443b893c2b330d9e4be1 (diff)
downloadedk2-34b1d7eafee06f6c7534afd1daa20dc3e33cb57f.tar.gz
edk2-34b1d7eafee06f6c7534afd1daa20dc3e33cb57f.tar.bz2
edk2-34b1d7eafee06f6c7534afd1daa20dc3e33cb57f.zip
StandaloneMM: Include the newly added library class for MMU functions
The MMU functions needed for StandaloneMM image are now exported through a separate library class. Make the corresponding change in the core's entry point inf file so that it references the correct library class for modifying the MMU attributes. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Sughosh Ganu <sughosh.ganu@arm.com> Reviewed-by: Achin Gupta <achin.gupta@arm.com>
Diffstat (limited to 'StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf')
-rw-r--r--StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf2
1 files changed, 1 insertions, 1 deletions
diff --git a/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf b/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf
index 66184c4a00..3222cd359f 100644
--- a/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf
+++ b/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf
@@ -45,7 +45,7 @@
DebugLib
[LibraryClasses.AARCH64]
- ArmMmuLib
+ StandaloneMmMmuLib
ArmSvcLib
[Guids]