]> git.proxmox.com Git - mirror_edk2.git/blob - StandaloneMmPkg/Core/StandaloneMmCore.inf
StandaloneMmPkg: Add an AArch64 specific entry point library.
[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 FvLib
53 HobLib
54 MemoryAllocationLib
55 MemLib
56 PeCoffLib
57 ReportStatusCodeLib
58 StandaloneMmCoreEntryPoint
59
60 [Protocols]
61 gEfiDxeMmReadyToLockProtocolGuid ## UNDEFINED # SmiHandlerRegister
62 gEfiMmReadyToLockProtocolGuid ## PRODUCES
63 gEfiMmEndOfDxeProtocolGuid ## PRODUCES
64 gEfiLoadedImageProtocolGuid ## PRODUCES
65 gEfiMmConfigurationProtocolGuid ## CONSUMES
66
67 [Guids]
68 gAprioriGuid ## SOMETIMES_CONSUMES ## File
69 gEfiEventDxeDispatchGuid ## PRODUCES ## GUID # SmiHandlerRegister
70 gEfiEndOfDxeEventGroupGuid ## PRODUCES ## GUID # SmiHandlerRegister
71 ## SOMETIMES_CONSUMES ## GUID # Locate protocol
72 ## SOMETIMES_PRODUCES ## GUID # SmiHandlerRegister
73 gEdkiiMemoryProfileGuid
74 gZeroGuid ## SOMETIMES_CONSUMES ## GUID
75 gEfiHobListGuid
76 gMmCoreDataHobGuid
77 gMmFvDispatchGuid
78 gEfiEventLegacyBootGuid
79 gEfiEventExitBootServicesGuid
80 gEfiEventReadyToBootGuid