From 75d928ef291cc18987765cd7f33e96e5bfb2c61c Mon Sep 17 00:00:00 2001 From: Sami Mujawar Date: Thu, 17 Dec 2020 10:15:15 +0000 Subject: 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 Acked-by: Ard Biesheuvel Reviewed-by: Liming Gao --- .../Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'StandaloneMmPkg') 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.
+# Copyright (c) 2017 - 2021, Arm Ltd. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -33,7 +33,6 @@ [Packages.AARCH64] ArmPkg/ArmPkg.dec - ArmPlatformPkg/ArmPlatformPkg.dec [LibraryClasses] BaseLib -- cgit v1.2.3