diff options
author | Pierre Gondois <Pierre.Gondois@arm.com> | 2020-12-21 16:00:54 +0000 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-04-15 19:53:39 +0000 |
commit | d892336899ae6328c904aaf0632a64dbfb2bdd88 (patch) | |
tree | 5e547bb420b1341f7f17c25c6171158715b36c6a /BaseTools/Source/Python | |
parent | ea61e597e13d61f25496b3eaa4fb0c7977f9ce94 (diff) | |
download | edk2-d892336899ae6328c904aaf0632a64dbfb2bdd88.zip edk2-d892336899ae6328c904aaf0632a64dbfb2bdd88.tar.gz edk2-d892336899ae6328c904aaf0632a64dbfb2bdd88.tar.bz2 |
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>
Diffstat (limited to 'BaseTools/Source/Python')
0 files changed, 0 insertions, 0 deletions