mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
a43d75e152
commit
b8fc72bd7d
|
@ -42,3 +42,6 @@
|
|||
PeCoffGetEntryPointLib
|
||||
ArmDisassemblerLib
|
||||
SerialPortLib
|
||||
|
||||
[Guids]
|
||||
gEfiDebugImageInfoTableGuid
|
||||
|
|
|
@ -40,3 +40,6 @@
|
|||
PeCoffGetEntryPointLib
|
||||
ArmDisassemblerLib
|
||||
SerialPortLib
|
||||
|
||||
[Guids]
|
||||
gEfiDebugImageInfoTableGuid
|
||||
|
|
Loading…
Reference in New Issue