]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg: Fix Ecc error 10014 in LcdGraphicsOutputDxe
authorPierre Gondois <Pierre.Gondois@arm.com>
Fri, 23 Oct 2020 14:32:26 +0000 (15:32 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 9 Dec 2020 15:32:12 +0000 (15:32 +0000)
This patch fixes the following Ecc reported error:
No used module files found

The source file
[ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.h]
is existing in module directory but it is not described
in INF file.

Files in [Sources.common] are also alphabetically re-ordered.

Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf

index 27453b2656117ff015cd584787e8647820f59097..51bec36aed38e82449e6ba01165a6c60663318ae 100644 (file)
@@ -2,7 +2,7 @@
 #\r
 #  Component description file for LcdGraphicsOutputDxe module\r
 #\r
-#  Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>\r
 #\r
 #  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
@@ -17,8 +17,9 @@
   ENTRY_POINT                    = LcdGraphicsOutputDxeInitialize\r
 \r
 [Sources.common]\r
-  LcdGraphicsOutputDxe.c\r
   LcdGraphicsOutputBlt.c\r
+  LcdGraphicsOutputDxe.c\r
+  LcdGraphicsOutputDxe.h\r
 \r
 [Packages]\r
   ArmPlatformPkg/ArmPlatformPkg.dec\r