summaryrefslogtreecommitdiffstats
path: root/StandaloneMmPkg
diff options
context:
space:
mode:
authorSami Mujawar <sami.mujawar@arm.com>2020-12-03 11:10:37 +0000
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-01-07 11:13:39 +0000
commit3325965cb3dcff1c31cb08602798eb266c7ecb46 (patch)
tree77e97e273e700cdcf12e859b8a1694201fb5a408 /StandaloneMmPkg
parent248d08c5983b561549891fec54c213e1f354179c (diff)
downloadedk2-3325965cb3dcff1c31cb08602798eb266c7ecb46.tar.gz
edk2-3325965cb3dcff1c31cb08602798eb266c7ecb46.tar.bz2
edk2-3325965cb3dcff1c31cb08602798eb266c7ecb46.zip
StandaloneMmPkg: Add library header files to DEC
Bugzilla: 3150 (https://bugzilla.tianocore.org/show_bug.cgi?id=3150) Declare the library header files in the package DEC file to fix errors reported by Core CI. Signed-off-by: Sami Mujawar <sami.mujawar@arm.com> Acked-by: Jiewen Yao <Jiewen.yao@intel.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/StandaloneMmPkg.dec20
1 files changed, 19 insertions, 1 deletions
diff --git a/StandaloneMmPkg/StandaloneMmPkg.dec b/StandaloneMmPkg/StandaloneMmPkg.dec
index 82cb62568b..36de8d561b 100644
--- a/StandaloneMmPkg/StandaloneMmPkg.dec
+++ b/StandaloneMmPkg/StandaloneMmPkg.dec
@@ -2,7 +2,7 @@
# This package is a platform package that provide platform module/library
# required by Standalone MM platform.
#
-# Copyright (c) 2016-2018, ARM Ltd. All rights reserved.<BR>
+# Copyright (c) 2016-2021, Arm Ltd. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
@@ -19,6 +19,24 @@
[LibraryClasses]
+ ## @libraryclass Defines a set of helper methods.
+ FvLib|Include/Library/FvLib.h
+
+ ## @libraryclass Defines a set of interfaces for the MM core entrypoint.
+ StandaloneMmCoreEntryPoint|Include/Library/StandaloneMmCoreEntryPoint.h
+
+ ## @libraryclass Defines a set of interfaces for the MM driver entrypoint.
+ StandaloneMmDriverEntryPoint|Include/Library/StandaloneMmDriverEntryPoint.h
+
+ ## @libraryclass Defines a set of interfaces that provides services for
+ ## MM Memory Operation.
+ MemLib|Include/Library/StandaloneMmMemLib.h
+
+[LibraryClasses.AArch64]
+ ## @libraryclass Defines a set of interfaces for the MM core entrypoint for
+ ## AArch64.
+ StandaloneMmCoreEntryPoint|Include/Library/AArch64/StandaloneMmCoreEntryPoint.h
+
[Guids]
gStandaloneMmPkgTokenSpaceGuid = { 0x18fe7632, 0xf5c8, 0x4e63, { 0x8d, 0xe8, 0x17, 0xa5, 0x5c, 0x59, 0x13, 0xbd }}
gMpInformationHobGuid = { 0xba33f15d, 0x4000, 0x45c1, { 0x8e, 0x88, 0xf9, 0x16, 0x92, 0xd4, 0x57, 0xe3 }}