diff options
author | Achin Gupta <achin.gupta@arm.com> | 2018-12-03 12:50:55 +0530 |
---|---|---|
committer | Achin Gupta <achin.gupta@arm.com> | 2018-12-09 16:01:37 +0000 |
commit | 16583ecc12c1fcbc8b79fe7b6c247347dfc1e5f9 (patch) | |
tree | bbdc0db3af8cfb00ced3852e962b63806751341d /StandaloneMmPkg | |
parent | d4951425063b06014e4125779ac91222b931478e (diff) | |
download | edk2-16583ecc12c1fcbc8b79fe7b6c247347dfc1e5f9.tar.gz edk2-16583ecc12c1fcbc8b79fe7b6c247347dfc1e5f9.tar.bz2 edk2-16583ecc12c1fcbc8b79fe7b6c247347dfc1e5f9.zip |
StandaloneMmPkg: Replace dependency on ArmMmuLib
Use StandaloneMmMmuLib instead of ArmMmuLib in StandaloneMmPkg for AArch64
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Achin Gupta <achin.gupta@arm.com>
Signed-off-by: Sughosh Ganu <sughosh.ganu@arm.com>
Reviewed-by: Achin Gupta <achin.gupta@arm.com>
Diffstat (limited to 'StandaloneMmPkg')
-rw-r--r-- | StandaloneMmPkg/StandaloneMmPkg.dsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StandaloneMmPkg/StandaloneMmPkg.dsc b/StandaloneMmPkg/StandaloneMmPkg.dsc index 3470e1102c..412702272c 100644 --- a/StandaloneMmPkg/StandaloneMmPkg.dsc +++ b/StandaloneMmPkg/StandaloneMmPkg.dsc @@ -62,7 +62,7 @@ [LibraryClasses.AARCH64]
ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
- ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuStandaloneMmCoreLib.inf
+ StandaloneMmMmuLib|ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf
ArmSvcLib|ArmPkg/Library/ArmSvcLib/ArmSvcLib.inf
CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
|