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.
main
lumberyard-employee-dm 5 years ago
parent 98c3660bd9
commit 574efd711c

@ -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"
]
}

@ -1,3 +1,13 @@
{
"gem_name": "AtomLyIntegration"
"gem_name": "AtomLyIntegration",
"gem_module_roots": [
"AtomBridge",
"AtomFont",
"AtomImGuiTools",
"AtomViewportDisplayInfo",
"CommonFeatures",
"EMotionFXAtom",
"ImguiAtom",
"TechnicalArt/DccScriptingInterface"
]
}

Loading…
Cancel
Save