summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf
diff options
context:
space:
mode:
authorPierre Gondois <Pierre.Gondois@arm.com>2020-12-21 16:41:04 +0000
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-04-15 19:53:39 +0000
commit29bf905976825e9606600108520fe5d90173e6c1 (patch)
treeb108c38c766f655b3af55c87994abaa7de042e12 /ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf
parenta563c8477906684e210333774a2c1dde337527ca (diff)
downloadedk2-29bf905976825e9606600108520fe5d90173e6c1.tar.gz
edk2-29bf905976825e9606600108520fe5d90173e6c1.tar.bz2
edk2-29bf905976825e9606600108520fe5d90173e6c1.zip
ArmPkg: Fix Ecc error 10014 in MmCommunicationDxe
This patch fixes the following Ecc reported error: No used module files found The source files [ArmPkg/Drivers/MmCommunicationDxe/MmCommunicate.h] is existing in module ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf but is not described in the INF file. Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Diffstat (limited to 'ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf')
-rw-r--r--ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf3
1 files changed, 2 insertions, 1 deletions
diff --git a/ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf b/ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf
index 2465fb77c5..05b6de73ff 100644
--- a/ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf
+++ b/ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf
@@ -2,7 +2,7 @@
#
# DXE MM Communicate driver
#
-# Copyright (c) 2016 - 2019, ARM Limited. All rights reserved.
+# Copyright (c) 2016 - 2021, Arm Limited. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
@@ -24,6 +24,7 @@
#
[Sources.AARCH64]
+ MmCommunicate.h
MmCommunication.c
[Packages]