]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf
MdeModulePkg/FaultTolerantWriteDxe: implement standalone MM version
[mirror_edk2.git] / ArmPkg / Drivers / MmCommunicationDxe / MmCommunication.inf
1 #/** @file
2 #
3 # DXE MM Communicate driver
4 #
5 # Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.
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 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #**/
16
17 [Defines]
18 INF_VERSION = 0x0001001A
19 BASE_NAME = ArmMmCommunication
20 FILE_GUID = 09EE81D3-F15E-43F4-85B4-CB9873DA5D6B
21 MODULE_TYPE = DXE_RUNTIME_DRIVER
22 VERSION_STRING = 1.0
23 ENTRY_POINT = MmCommunicationInitialize
24
25 #
26 # The following is for reference only and not required by
27 # build tools
28 #
29 # VALID_ARCHITECTURES = AARCH64
30 #
31
32 [Sources.AARCH64]
33 MmCommunication.c
34
35 [Packages]
36 ArmPkg/ArmPkg.dec
37 MdePkg/MdePkg.dec
38
39 [LibraryClasses]
40 ArmLib
41 ArmSmcLib
42 BaseMemoryLib
43 DebugLib
44 DxeServicesTableLib
45 HobLib
46 UefiDriverEntryPoint
47
48 [Protocols]
49 gEfiMmCommunicationProtocolGuid ## PRODUCES
50
51 [Pcd.common]
52 gArmTokenSpaceGuid.PcdMmBufferBase
53 gArmTokenSpaceGuid.PcdMmBufferSize
54
55 [Depex]
56 gEfiCpuArchProtocolGuid