summaryrefslogtreecommitdiffstats
path: root/ArmPkg
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-03-10 22:43:10 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2017-03-22 15:47:56 +0000
commitb8fc72bd7d5e99f67aa55ce0ba5bc51560c40277 (patch)
tree44c8bd549934609be0b933098698bbe474dabc09 /ArmPkg
parenta43d75e152ea8168625a4fc30a78299c6f30cbd0 (diff)
downloadedk2-b8fc72bd7d5e99f67aa55ce0ba5bc51560c40277.tar.gz
edk2-b8fc72bd7d5e99f67aa55ce0ba5bc51560c40277.tar.bz2
edk2-b8fc72bd7d5e99f67aa55ce0ba5bc51560c40277.zip
ArmPkg/DefaultExceptionHandlerLib: add missing GUID to .inf
Add the gEfiDebugImageInfoTableGuid, which is referenced in the code, to both .INF files describing this module. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPkg')
-rw-r--r--ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf3
-rw-r--r--ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf3
2 files changed, 6 insertions, 0 deletions
diff --git a/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf b/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
index 5d3ce892ff..f5421b1240 100644
--- a/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
+++ b/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
@@ -42,3 +42,6 @@
PeCoffGetEntryPointLib
ArmDisassemblerLib
SerialPortLib
+
+[Guids]
+ gEfiDebugImageInfoTableGuid
diff --git a/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf b/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf
index 8f5b3e1010..b53a5e89f5 100644
--- a/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf
+++ b/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf
@@ -40,3 +40,6 @@
PeCoffGetEntryPointLib
ArmDisassemblerLib
SerialPortLib
+
+[Guids]
+ gEfiDebugImageInfoTableGuid