mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
248d08c598
commit
3325965cb3
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue