mirror of https://github.com/acidanthera/audk.git
ArmPkg/DefaultExceptionHandlerLib: declare the permitted usage context
Declare that this library is only usable in the context of DXE core or a DXE driver. Set the MODULE_TYPE to BASE: this only affects the prototype of the constructor (if present) but doesn't actually restrict the usage context otherwise. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
parent
47d9777331
commit
74a12eae9f
|
@ -17,9 +17,9 @@
|
|||
INF_VERSION = 0x00010005
|
||||
BASE_NAME = DefaultExceptionHandlerLib
|
||||
FILE_GUID = EACDB354-DF1A-4AF9-A171-499737ED818F
|
||||
MODULE_TYPE = UEFI_DRIVER
|
||||
MODULE_TYPE = BASE
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = DefaultExceptionHandlerLib
|
||||
LIBRARY_CLASS = DefaultExceptionHandlerLib|DXE_CORE DXE_DRIVER
|
||||
|
||||
[Sources.common]
|
||||
DefaultExceptionHandlerUefi.c
|
||||
|
|
Loading…
Reference in New Issue