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