diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-03-10 22:43:10 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-03-22 15:47:56 +0000 |
commit | b8fc72bd7d5e99f67aa55ce0ba5bc51560c40277 (patch) | |
tree | 44c8bd549934609be0b933098698bbe474dabc09 /ArmPkg/Library/DefaultExceptionHandlerLib | |
parent | a43d75e152ea8168625a4fc30a78299c6f30cbd0 (diff) | |
download | edk2-b8fc72bd7d5e99f67aa55ce0ba5bc51560c40277.zip edk2-b8fc72bd7d5e99f67aa55ce0ba5bc51560c40277.tar.gz edk2-b8fc72bd7d5e99f67aa55ce0ba5bc51560c40277.tar.bz2 |
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/Library/DefaultExceptionHandlerLib')
-rw-r--r-- | ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf | 3 | ||||
-rw-r--r-- | ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf b/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf index 5d3ce89..f5421b1 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 8f5b3e1..b53a5e8 100644 --- a/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf +++ b/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf @@ -40,3 +40,6 @@ PeCoffGetEntryPointLib
ArmDisassemblerLib
SerialPortLib
+
+[Guids]
+ gEfiDebugImageInfoTableGuid
|