summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Gondois <Pierre.Gondois@arm.com>2020-12-21 16:42:01 +0000
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-04-15 19:53:39 +0000
commit11bd8e249fdfe4d984fa6d56dfd0475e4f040775 (patch)
treec651cfd5643245c2ed17ab2d87d30d8bd974fdbc
parent29bf905976825e9606600108520fe5d90173e6c1 (diff)
downloadedk2-11bd8e249fdfe4d984fa6d56dfd0475e4f040775.tar.gz
edk2-11bd8e249fdfe4d984fa6d56dfd0475e4f040775.tar.bz2
edk2-11bd8e249fdfe4d984fa6d56dfd0475e4f040775.zip
ArmPkg: Fix Ecc error 10014 in SemihostLib
This patch fixes the following Ecc reported error: No used module files found The source files [ArmPkg/Library/SemihostLib/SemihostPrivate.h] is existing in module ArmPkg/Library/SemihostLib/SemihostLib.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>
-rw-r--r--ArmPkg/Library/SemihostLib/SemihostLib.inf3
1 files changed, 2 insertions, 1 deletions
diff --git a/ArmPkg/Library/SemihostLib/SemihostLib.inf b/ArmPkg/Library/SemihostLib/SemihostLib.inf
index a46618d30e..2a4409f657 100644
--- a/ArmPkg/Library/SemihostLib/SemihostLib.inf
+++ b/ArmPkg/Library/SemihostLib/SemihostLib.inf
@@ -2,7 +2,7 @@
# Semihosting JTAG lib
#
# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
-# Copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>
+# Copyright (c) 2011 - 2021, Arm Limited. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
@@ -25,6 +25,7 @@
#
[Sources.common]
SemihostLib.c
+ SemihostPrivate.h
[Sources.ARM]
Arm/GccSemihost.S | GCC