]> git.proxmox.com Git - mirror_edk2.git/blame - StandaloneMmPkg/StandaloneMmPkg.dec
StandaloneMmPkg: fix pointer/int casts against 32bit architectures
[mirror_edk2.git] / StandaloneMmPkg / StandaloneMmPkg.dec
CommitLineData
da417eb8
SV
1## @file\r
2# This package is a platform package that provide platform module/library\r
3# required by Standalone MM platform.\r
4#\r
3325965c 5# Copyright (c) 2016-2021, Arm Ltd. All rights reserved.<BR>\r
da417eb8 6#\r
86094561 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
da417eb8
SV
8#\r
9#\r
10\r
11[Defines]\r
12 DEC_SPECIFICATION = 0x0001001A\r
13 PACKAGE_NAME = StandaloneMmPkg\r
14 PACKAGE_GUID = 2AE82968-7769-4A85-A5BC-A0954CE54A5C\r
15 PACKAGE_VERSION = 1.0\r
16\r
17[Includes]\r
18 Include\r
19\r
20[LibraryClasses]\r
21\r
3325965c
SM
22 ## @libraryclass Defines a set of helper methods.\r
23 FvLib|Include/Library/FvLib.h\r
24\r
25 ## @libraryclass Defines a set of interfaces for the MM core entrypoint.\r
26 StandaloneMmCoreEntryPoint|Include/Library/StandaloneMmCoreEntryPoint.h\r
27\r
3325965c
SM
28 ## @libraryclass Defines a set of interfaces that provides services for\r
29 ## MM Memory Operation.\r
30 MemLib|Include/Library/StandaloneMmMemLib.h\r
31\r
32[LibraryClasses.AArch64]\r
33 ## @libraryclass Defines a set of interfaces for the MM core entrypoint for\r
34 ## AArch64.\r
35 StandaloneMmCoreEntryPoint|Include/Library/AArch64/StandaloneMmCoreEntryPoint.h\r
36\r
da417eb8
SV
37[Guids]\r
38 gStandaloneMmPkgTokenSpaceGuid = { 0x18fe7632, 0xf5c8, 0x4e63, { 0x8d, 0xe8, 0x17, 0xa5, 0x5c, 0x59, 0x13, 0xbd }}\r
39 gMpInformationHobGuid = { 0xba33f15d, 0x4000, 0x45c1, { 0x8e, 0x88, 0xf9, 0x16, 0x92, 0xd4, 0x57, 0xe3 }}\r
40 gMmFvDispatchGuid = { 0xb65694cc, 0x09e3, 0x4c3b, { 0xb5, 0xcd, 0x05, 0xf4, 0x4d, 0x3c, 0xdb, 0xff }}\r
41\r
42 ## Include/Guid/MmCoreData.h\r
43 gMmCoreDataHobGuid = { 0xa160bf99, 0x2aa4, 0x4d7d, { 0x99, 0x93, 0x89, 0x9c, 0xb1, 0x2d, 0xf3, 0x76 }}\r
44\r
45 ## Include/Guid/MmramMemoryReserve.h\r
46 gEfiMmPeiMmramMemoryReserveGuid = { 0x0703f912, 0xbf8d, 0x4e2a, { 0xbe, 0x07, 0xab, 0x27, 0x25, 0x25, 0xc5, 0x92 }}\r
47\r
48 gEfiStandaloneMmNonSecureBufferGuid = { 0xf00497e3, 0xbfa2, 0x41a1, { 0x9d, 0x29, 0x54, 0xc2, 0xe9, 0x37, 0x21, 0xc5 }}\r
49 gEfiArmTfCpuDriverEpDescriptorGuid = { 0x6ecbd5a1, 0xc0f8, 0x4702, { 0x83, 0x01, 0x4f, 0xc2, 0xc5, 0x47, 0x0a, 0x51 }}\r
50\r