ArmPlatformPkg: Fix Ecc error 10014 in LcdGraphicsOutputDxe

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>
This commit is contained in:
Pierre Gondois 2020-10-23 15:32:26 +01:00 committed by mergify[bot]
parent c5d970a01e
commit a36a0f1d81
1 changed files with 3 additions and 2 deletions

View File

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