From b8fc72bd7d5e99f67aa55ce0ba5bc51560c40277 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Fri, 10 Mar 2017 22:43:10 +0100 Subject: [PATCH] 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 Reviewed-by: Leif Lindholm --- .../DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf | 3 +++ .../DefaultExceptionHandlerLibBase.inf | 3 +++ 2 files changed, 6 insertions(+) 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