Adding a "gem_module_roots" array to the gem.json for the Atom and

AtomLyIntegration gems to allow additional module roots to be checked
when determining the root directory of a GEM_MODULE target
With this change the AtomViewportDisplayInfo gem.json as it is no longer
needed.
This commit is contained in:
lumberyard-employee-dm
2021-05-23 22:48:52 -05:00
parent 98c3660bd9
commit 574efd711c
3 changed files with 26 additions and 14 deletions
+15 -1
View File
@@ -1,3 +1,17 @@
{
"gem_name": "Atom"
"gem_name": "Atom",
"gem_module_roots": [
"Asset/ImageProcessingAtom",
"Asset/Shader",
"Bootstrap",
"Component/DebugCamera",
"Feature/Common",
"RHI",
"RHI/DX12",
"RHI/Metal",
"RHI/Null",
"RHI/Vulkan",
"RPI",
"Tools/AtomToolsFramework"
]
}
@@ -1,12 +0,0 @@
{
"gem_name": "AtomLyIntegration_AtomViewportDisplayInfo",
"display_name": "Atom Viewport Display Info Overlay",
"summary": "Provides a diagnostic viewport overlay for the default O3DE Atom viewport.",
"canonical_tags": [
"Gem"
],
"user_tags": [
"AtomLyIntegration",
"AtomViewportDisplayInfo"
]
}
+11 -1
View File
@@ -1,3 +1,13 @@
{
"gem_name": "AtomLyIntegration"
"gem_name": "AtomLyIntegration",
"gem_module_roots": [
"AtomBridge",
"AtomFont",
"AtomImGuiTools",
"AtomViewportDisplayInfo",
"CommonFeatures",
"EMotionFXAtom",
"ImguiAtom",
"TechnicalArt/DccScriptingInterface"
]
}