ArmPlatformPkg/LcdGraphicsOutputDxe: add missing protocol dependency

This driver depends on the gEfiCpuArchProtocolGuid protocol but does
not declare it, and so this dependency gets satisfied transitively
via ArmLib. However, ArmLib will drop this dependency as it does not
actually use it, so declare it for LcdGraphicsOutputDxe instead.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
This commit is contained in:
Ard Biesheuvel 2020-03-04 12:56:46 +01:00 committed by mergify[bot]
parent 6c6fef0247
commit ed1c70cf1a
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
UefiLib
[Protocols]
gEfiCpuArchProtocolGuid
gEfiDevicePathProtocolGuid
gEfiGraphicsOutputProtocolGuid