mirror of https://github.com/acidanthera/audk.git
ArmVExpressPkg: restrict ArmVExpressSysConfigLib to SEC and DXE_DRIVER
Since ArmVExpressSysConfigLib cannot be supported at runtime, restrict its use to the types of modules that are currently using it legally. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17382 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c889bf28ca
commit
ee171cce9b
|
@ -20,7 +20,7 @@
|
|||
FILE_GUID = a05b5cc0-82d2-11e0-82cb-0002a5d5c51b
|
||||
MODULE_TYPE = BASE
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = ArmPlatformSysConfigLib
|
||||
LIBRARY_CLASS = ArmPlatformSysConfigLib|SEC DXE_DRIVER
|
||||
|
||||
[Sources.common]
|
||||
ArmVExpressSysConfig.c
|
||||
|
|
Loading…
Reference in New Issue