diff options
author | Sami Mujawar <sami.mujawar@arm.com> | 2020-12-17 10:15:15 +0000 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-01-07 11:13:39 +0000 |
commit | 75d928ef291cc18987765cd7f33e96e5bfb2c61c (patch) | |
tree | 80a04a3ce976e63124878302960ea0c49b66fe3d /StandaloneMmPkg | |
parent | 0527053262ca17621aa05c87725d01c5f9be1f6b (diff) | |
download | edk2-75d928ef291cc18987765cd7f33e96e5bfb2c61c.tar.gz edk2-75d928ef291cc18987765cd7f33e96e5bfb2c61c.tar.bz2 edk2-75d928ef291cc18987765cd7f33e96e5bfb2c61c.zip |
StandaloneMmPkg: Remove dependency on ArmPlatformPkg.dec
Bugzilla: 3150 (https://bugzilla.tianocore.org/show_bug.cgi?id=3150)
Update StandaloneMmCoreEntryPoint to remove the unnecessary
dependency on ArmPlatformPkg.dec.
Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Diffstat (limited to 'StandaloneMmPkg')
-rw-r--r-- | StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf b/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf index 7d6ee4e08e..75a654b06d 100644 --- a/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf +++ b/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf @@ -1,7 +1,7 @@ ## @file
# Module entry point library for DXE core.
#
-# Copyright (c) 2017 - 2018, ARM Ltd. All rights reserved.<BR>
+# Copyright (c) 2017 - 2021, Arm Ltd. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
@@ -33,7 +33,6 @@ [Packages.AARCH64]
ArmPkg/ArmPkg.dec
- ArmPlatformPkg/ArmPlatformPkg.dec
[LibraryClasses]
BaseLib
|