Ensure AtomFont loads with the Editor

-Use PAL_TRAIT_MONOLITHIC_DRIVEN_MODULE_TYPE which will correctly be set to GEM_MODULE to get loaded at runtime with non-monolithic builds instead of PAL_TRAIT_MONOLITHIC_DRIVEN_LIBRARY_TYPE
-Removed the unneeded entries from AutomatedTesting's runtime config now that this is fixed (AtomBridge will bring it in again)
This commit is contained in:
nvsickle
2021-05-20 17:09:05 -07:00
parent fd3927651b
commit e19f1c0147
3 changed files with 1 additions and 3 deletions
@@ -43,7 +43,6 @@ set(GEM_DEPENDENCIES
Gem::GradientSignal
Gem::Vegetation
Gem::Atom_AtomBridge
Gem::AtomFont
Gem::NvCloth
Gem::Blast
Gem::AWSCore
@@ -55,7 +55,6 @@ set(GEM_DEPENDENCIES
Gem::Atom_RHI.Private
Gem::Atom_Feature_Common.Editor
Gem::Atom_AtomBridge.Editor
Gem::AtomFont
Gem::NvCloth.Editor
Gem::Blast.Editor
Gem::AWSCore.Editor