]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg: Fix Ecc error 10014 in MmCommunicationDxe
authorPierre Gondois <Pierre.Gondois@arm.com>
Mon, 21 Dec 2020 16:41:04 +0000 (16:41 +0000)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 15 Apr 2021 19:53:39 +0000 (19:53 +0000)
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>
ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf

index 2465fb77c58ea906efc2484bff1a13e4ebf61507..05b6de73ff347245638f90c42c1350313486b43d 100644 (file)
@@ -2,7 +2,7 @@
 #\r
 #  DXE MM Communicate driver\r
 #\r
-#  Copyright (c) 2016 - 2019, ARM Limited. All rights reserved.\r
+#  Copyright (c) 2016 - 2021, Arm Limited. All rights reserved.<BR>\r
 #\r
 #  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
@@ -24,6 +24,7 @@
 #\r
 \r
 [Sources.AARCH64]\r
+  MmCommunicate.h\r
   MmCommunication.c\r
 \r
 [Packages]\r