]> git.proxmox.com Git - mirror_edk2.git/blame - StandaloneMmPkg/Core/StandaloneMmCore.inf
StandaloneMmPkg/Core: Implementation of Standalone MM Core Module.
[mirror_edk2.git] / StandaloneMmPkg / Core / StandaloneMmCore.inf
CommitLineData
6b46d772
SV
1## @file\r
2# This module provide an SMM CIS compliant implementation of SMM Core.\r
3#\r
4# Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
5# Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>\r
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x0001001A\r
18 BASE_NAME = StandaloneMmCore\r
19 FILE_GUID = 6E14B6FD-3600-4DD6-A17A-206B3B6DCE16\r
20 MODULE_TYPE = MM_CORE_STANDALONE\r
21 VERSION_STRING = 1.0\r
22 PI_SPECIFICATION_VERSION = 0x00010032\r
23 ENTRY_POINT = StandaloneMmMain\r
24\r
25# VALID_ARCHITECTURES = IA32 X64 AARCH64\r
26\r
27[Sources]\r
28 StandaloneMmCore.c\r
29 StandaloneMmCore.h\r
30 StandaloneMmCorePrivateData.h\r
31 Page.c\r
32 Pool.c\r
33 Handle.c\r
34 Locate.c\r
35 Notify.c\r
36 Dependency.c\r
37 Dispatcher.c\r
38 Mmi.c\r
39 InstallConfigurationTable.c\r
40 FwVol.c\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45 StandaloneMmPkg/StandaloneMmPkg.dec\r
46\r
47[LibraryClasses]\r
48 BaseLib\r
49 BaseMemoryLib\r
50 CacheMaintenanceLib\r
51 DebugLib\r
52 FvLib\r
53 HobLib\r
54 MemoryAllocationLib\r
55 MemLib\r
56 PeCoffLib\r
57 ReportStatusCodeLib\r
58 StandaloneMmCoreEntryPoint\r
59\r
60[Protocols]\r
61 gEfiDxeMmReadyToLockProtocolGuid ## UNDEFINED # SmiHandlerRegister\r
62 gEfiMmReadyToLockProtocolGuid ## PRODUCES\r
63 gEfiMmEndOfDxeProtocolGuid ## PRODUCES\r
64 gEfiLoadedImageProtocolGuid ## PRODUCES\r
65 gEfiMmConfigurationProtocolGuid ## CONSUMES\r
66\r
67[Guids]\r
68 gAprioriGuid ## SOMETIMES_CONSUMES ## File\r
69 gEfiEventDxeDispatchGuid ## PRODUCES ## GUID # SmiHandlerRegister\r
70 gEfiEndOfDxeEventGroupGuid ## PRODUCES ## GUID # SmiHandlerRegister\r
71 ## SOMETIMES_CONSUMES ## GUID # Locate protocol\r
72 ## SOMETIMES_PRODUCES ## GUID # SmiHandlerRegister\r
73 gEdkiiMemoryProfileGuid\r
74 gZeroGuid ## SOMETIMES_CONSUMES ## GUID\r
75 gEfiHobListGuid\r
76 gMmCoreDataHobGuid\r
77 gMmFvDispatchGuid\r
78 gEfiEventLegacyBootGuid\r
79 gEfiEventExitBootServicesGuid\r
80 gEfiEventReadyToBootGuid\r