]> git.proxmox.com Git - mirror_edk2.git/blame - StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.inf
StandaloneMmPkg/StandaloneMmCpu: fix typo Standlone -> Standalone
[mirror_edk2.git] / StandaloneMmPkg / Drivers / StandaloneMmCpu / AArch64 / StandaloneMmCpu.inf
CommitLineData
275d4bd4
SV
1#/** @file\r
2#\r
3# Standalone MM CPU driver for ARM Standard Platforms\r
4#\r
5# Copyright (c) 2009, Apple Inc. All rights reserved.<BR>\r
6# Copyright (c) 2016 HP Development Company, L.P.\r
7# Copyright (c) 2017 - 2018, ARM Limited. All rights reserved.\r
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#**/\r
18\r
19[Defines]\r
20 INF_VERSION = 0x0001001A\r
c8102727 21 BASE_NAME = StandaloneMmCpu\r
275d4bd4
SV
22 FILE_GUID = 58F7A62B-6280-42A7-BC38-10535A64A92C\r
23 MODULE_TYPE = MM_STANDALONE\r
24 VERSION_STRING = 1.0\r
25 PI_SPECIFICATION_VERSION = 0x00010032\r
c8102727 26 ENTRY_POINT = StandaloneMmCpuInitialize\r
275d4bd4
SV
27\r
28[Sources]\r
29 StandaloneMmCpu.c\r
30 EventHandle.c\r
31\r
32[Packages]\r
33 ArmPkg/ArmPkg.dec\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
36 StandaloneMmPkg/StandaloneMmPkg.dec\r
37\r
38[LibraryClasses]\r
39 ArmLib\r
40 ArmSvcLib\r
41 BaseMemoryLib\r
42 DebugLib\r
43 HobLib\r
44 StandaloneMmDriverEntryPoint\r
45\r
46[Protocols]\r
47 gEfiMmConfigurationProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
48 gEfiMmCpuProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
49\r
50[Guids]\r
51 gEfiHobListGuid\r
52 gEfiMmPeiMmramMemoryReserveGuid\r
53 gZeroGuid\r
54 gMpInformationHobGuid\r
55 gEfiStandaloneMmNonSecureBufferGuid\r
56 gEfiArmTfCpuDriverEpDescriptorGuid\r
57\r
58[Depex]\r
59 TRUE\r