diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2015-05-08 12:08:24 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@Edk2> | 2015-05-08 12:08:24 +0000 |
commit | ee171cce9b9ebdeeb25f4a0a8cef7e8823c8e9f5 (patch) | |
tree | e3dadcedac249e9ad79a7841898c724e20ba6620 /ArmPlatformPkg | |
parent | c889bf28cafda8ccf92d39f567a988230dd975e0 (diff) | |
download | edk2-ee171cce9b9ebdeeb25f4a0a8cef7e8823c8e9f5.tar.gz edk2-ee171cce9b9ebdeeb25f4a0a8cef7e8823c8e9f5.tar.bz2 edk2-ee171cce9b9ebdeeb25f4a0a8cef7e8823c8e9f5.zip |
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
Diffstat (limited to 'ArmPlatformPkg')
-rw-r--r-- | ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigLib/ArmVExpressSysConfigLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigLib/ArmVExpressSysConfigLib.inf b/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigLib/ArmVExpressSysConfigLib.inf index c1647756ef..b89455a421 100644 --- a/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigLib/ArmVExpressSysConfigLib.inf +++ b/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigLib/ArmVExpressSysConfigLib.inf @@ -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
|