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