]> git.proxmox.com Git - mirror_edk2.git/commit - EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.inf
EmbeddedPkg: get rid of BdsLib dependency from Android*Boot
authorLeif Lindholm <leif.lindholm@linaro.org>
Sat, 25 Nov 2017 13:16:20 +0000 (13:16 +0000)
committerLeif Lindholm <leif.lindholm@linaro.org>
Sat, 25 Nov 2017 19:01:09 +0000 (19:01 +0000)
commita64d5872940b63ec8d1dfd89a1d0e48ed57346b6
tree8fdfba6631616fa4cd0aa879d7276fac6014413d
parent1abf9f05de2c53fddce14d4cd973d3d8d1e5b00c
EmbeddedPkg: get rid of BdsLib dependency from Android*Boot

The sum use these applications made of BdsLib was one invocation of the
IS_DEVICE_PATH_NODE macro, and (incorrectly) being able to leave out a
dependency on gEfiLoadedImageProtocolGuid.

So expand the macro in place and add the missing dependency.
Then clean up the .dsc, .inf and #includes accordingly.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
EmbeddedPkg/Application/AndroidBoot/AndroidBootApp.c
EmbeddedPkg/Application/AndroidBoot/AndroidBootApp.inf
EmbeddedPkg/Application/AndroidFastboot/Arm/BootAndroidBootImg.c
EmbeddedPkg/EmbeddedPkg.dsc
EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.inf