]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg/DefaultExceptionHandlerLib: add missing GUID to .inf
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 10 Mar 2017 21:43:10 +0000 (22:43 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 22 Mar 2017 15:47:56 +0000 (15:47 +0000)
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>
ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf

index 5d3ce892ff3cf92df4f9a4e552ecfdd8247b61b8..f5421b1240a14c57399e4123d648d2116505db47 100644 (file)
@@ -42,3 +42,6 @@
   PeCoffGetEntryPointLib\r
   ArmDisassemblerLib\r
   SerialPortLib\r
+\r
+[Guids]\r
+  gEfiDebugImageInfoTableGuid\r
index 8f5b3e1010c811c758e4167c609341d4062ce5a8..b53a5e89f507bf4b46d4e01fb0ca0b8205760deb 100644 (file)
@@ -40,3 +40,6 @@
   PeCoffGetEntryPointLib\r
   ArmDisassemblerLib\r
   SerialPortLib\r
+\r
+[Guids]\r
+  gEfiDebugImageInfoTableGuid\r