]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg: Fix Ecc error 10006 in ArmPkg.dsc
authorPierre Gondois <Pierre.Gondois@arm.com>
Mon, 21 Dec 2020 16:00:54 +0000 (16:00 +0000)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 15 Apr 2021 19:53:39 +0000 (19:53 +0000)
commitd892336899ae6328c904aaf0632a64dbfb2bdd88
tree5e547bb420b1341f7f17c25c6171158715b36c6a
parentea61e597e13d61f25496b3eaa4fb0c7977f9ce94
ArmPkg: Fix Ecc error 10006 in ArmPkg.dsc

This patch fixes the following Ecc reported error:
There should be no unnecessary inclusion of library
classes in the INF file

This comes with the additional information:
The Library Class [BootLogoLib]
is not used in any platform
The Library Class [DxeServicesLib]
is not used in any platform
The Library Class [UefiBootManagerLib]
is not used in any platform
The Library Class [PeCoffExtraActionLib]
is not used in any platform

ArmPkg/ArmPkg.dsc builds the modules requiring thses libraries,
but doesn't build the required libraries. This patch adds
the missing libraries to the [LibraryClasses.common] section.

Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
ArmPkg/ArmPkg.dsc