]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StandaloneMmPkg/StandaloneMmPkg.dec
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / StandaloneMmPkg / StandaloneMmPkg.dec
index 34108376233d53f5f0dfa8003e758a2ad0fdf4bf..46784d94e421cc0abf8d648ae542641fa087bea5 100644 (file)
@@ -2,15 +2,9 @@
 # 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
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution. The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\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 that provides services for\r
+  ##                 MM Memory Operation.\r
+  MemLib|Include/Library/StandaloneMmMemLib.h\r
+\r
+[LibraryClasses.AArch64, LibraryClasses.ARM]\r
+  ##  @libraryclass  Defines a set of interfaces for the MM core entrypoint for\r
+  ##                 AArch64 and ARM.\r
+  StandaloneMmCoreEntryPoint|Include/Library/Arm/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
@@ -39,9 +48,3 @@
   gEfiStandaloneMmNonSecureBufferGuid      = { 0xf00497e3, 0xbfa2, 0x41a1, { 0x9d, 0x29, 0x54, 0xc2, 0xe9, 0x37, 0x21, 0xc5 }}\r
   gEfiArmTfCpuDriverEpDescriptorGuid       = { 0x6ecbd5a1, 0xc0f8, 0x4702, { 0x83, 0x01, 0x4f, 0xc2, 0xc5, 0x47, 0x0a, 0x51 }}\r
 \r
-[PcdsFeatureFlag]\r
-  gStandaloneMmPkgTokenSpaceGuid.PcdStandaloneMmEnable|FALSE|BOOLEAN|0x00000001\r
-\r
-[Protocols]\r
-  gEfiMmConfigurationProtocolGuid          = { 0xc109319, 0xc149, 0x450e,  { 0xa3, 0xe3, 0xb9, 0xba, 0xdd, 0x9d, 0xc3, 0xa4 }}\r
-\r