]> git.proxmox.com Git - mirror_edk2.git/commitdiff
StandaloneMmPkg: Add library header files to DEC
authorSami Mujawar <sami.mujawar@arm.com>
Thu, 3 Dec 2020 11:10:37 +0000 (11:10 +0000)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 7 Jan 2021 11:13:39 +0000 (11:13 +0000)
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>
StandaloneMmPkg/StandaloneMmPkg.dec

index 82cb62568b5356091c263751e19846a64d0f3dcc..36de8d561bf3f621defac327379ed0943f5cb617 100644 (file)
@@ -2,7 +2,7 @@
 # This package is a platform package that provide platform module/library\r
 # required by Standalone MM platform.\r
 #\r
-# Copyright (c) 2016-2018, ARM Ltd. All rights reserved.<BR>\r
+# Copyright (c) 2016-2021, Arm Ltd. All rights reserved.<BR>\r
 #\r
 # SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 \r
 [LibraryClasses]\r
 \r
+  ##  @libraryclass  Defines a set of helper methods.\r
+  FvLib|Include/Library/FvLib.h\r
+\r
+  ##  @libraryclass  Defines a set of interfaces for the MM core entrypoint.\r
+  StandaloneMmCoreEntryPoint|Include/Library/StandaloneMmCoreEntryPoint.h\r
+\r
+  ##  @libraryclass  Defines a set of interfaces for the MM driver entrypoint.\r
+  StandaloneMmDriverEntryPoint|Include/Library/StandaloneMmDriverEntryPoint.h\r
+\r
+  ##  @libraryclass  Defines a set of interfaces that provides services for\r
+  ##                 MM Memory Operation.\r
+  MemLib|Include/Library/StandaloneMmMemLib.h\r
+\r
+[LibraryClasses.AArch64]\r
+  ##  @libraryclass  Defines a set of interfaces for the MM core entrypoint for\r
+  ##                 AArch64.\r
+  StandaloneMmCoreEntryPoint|Include/Library/AArch64/StandaloneMmCoreEntryPoint.h\r
+\r
 [Guids]\r
   gStandaloneMmPkgTokenSpaceGuid           = { 0x18fe7632, 0xf5c8, 0x4e63, { 0x8d, 0xe8, 0x17, 0xa5, 0x5c, 0x59, 0x13, 0xbd }}\r
   gMpInformationHobGuid                    = { 0xba33f15d, 0x4000, 0x45c1, { 0x8e, 0x88, 0xf9, 0x16, 0x92, 0xd4, 0x57, 0xe3 }}\r