summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Library
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2017-11-25 13:16:20 +0000
committerLeif Lindholm <leif.lindholm@linaro.org>2017-11-25 19:01:09 +0000
commita64d5872940b63ec8d1dfd89a1d0e48ed57346b6 (patch)
tree8fdfba6631616fa4cd0aa879d7276fac6014413d /EmbeddedPkg/Library
parent1abf9f05de2c53fddce14d4cd973d3d8d1e5b00c (diff)
downloadedk2-a64d5872940b63ec8d1dfd89a1d0e48ed57346b6.tar.gz
edk2-a64d5872940b63ec8d1dfd89a1d0e48ed57346b6.tar.bz2
edk2-a64d5872940b63ec8d1dfd89a1d0e48ed57346b6.zip
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>
Diffstat (limited to 'EmbeddedPkg/Library')
-rw-r--r--EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.inf1
1 files changed, 1 insertions, 0 deletions
diff --git a/EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.inf b/EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.inf
index c92bac04f2..226b8b2324 100644
--- a/EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.inf
+++ b/EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.inf
@@ -43,6 +43,7 @@
[Protocols]
gAndroidBootImgProtocolGuid
+ gEfiLoadedImageProtocolGuid
[Guids]
gFdtTableGuid