]> git.proxmox.com Git - mirror_edk2.git/blame - StandaloneMmPkg/Core/StandaloneMmCore.inf
StandaloneMmPkg/Core: permit encapsulated firmware volumes
[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
d65e0e48 52 ExtractGuidedSectionLib\r
6b46d772
SV
53 FvLib\r
54 HobLib\r
55 MemoryAllocationLib\r
56 MemLib\r
57 PeCoffLib\r
58 ReportStatusCodeLib\r
59 StandaloneMmCoreEntryPoint\r
60\r
61[Protocols]\r
62 gEfiDxeMmReadyToLockProtocolGuid ## UNDEFINED # SmiHandlerRegister\r
63 gEfiMmReadyToLockProtocolGuid ## PRODUCES\r
64 gEfiMmEndOfDxeProtocolGuid ## PRODUCES\r
65 gEfiLoadedImageProtocolGuid ## PRODUCES\r
66 gEfiMmConfigurationProtocolGuid ## CONSUMES\r
67\r
68[Guids]\r
69 gAprioriGuid ## SOMETIMES_CONSUMES ## File\r
70 gEfiEventDxeDispatchGuid ## PRODUCES ## GUID # SmiHandlerRegister\r
71 gEfiEndOfDxeEventGroupGuid ## PRODUCES ## GUID # SmiHandlerRegister\r
72 ## SOMETIMES_CONSUMES ## GUID # Locate protocol\r
73 ## SOMETIMES_PRODUCES ## GUID # SmiHandlerRegister\r
74 gEdkiiMemoryProfileGuid\r
75 gZeroGuid ## SOMETIMES_CONSUMES ## GUID\r
76 gEfiHobListGuid\r
77 gMmCoreDataHobGuid\r
78 gMmFvDispatchGuid\r
79 gEfiEventLegacyBootGuid\r
80 gEfiEventExitBootServicesGuid\r
81 gEfiEventReadyToBootGuid\r