* Templates/Restricted upgrade/fixes:
Fixed template storage format: templates now only store true relative paths and no longer save "origin" paths and "optional" has been removed, it was never used.
Upgraded all templates to new standard
Template system now correctly handles child objects: Child objects no longer have to specify restricted they inherit from parent
Restricted now operates at the object level and makes no assumptions about parent
Restricted templates can now be combined and seperated on creation
ly_get_list_relative_filename has been deprecated for o3de_pal_dir
All Gems/Projects/Templates updated to use new code
Signed-off-by: byrcolin <byrcolin@amazon.com>
* Fix the CMake configuration for Microphone Gem
The configuration was causing AudioSystem Gem to be loaded at runtime
regardless of whehter AudioSystem.Editor Gem was set to get loaded as
well. Gives Microphone Gem an Editor module to sort out the proper
runtime dependencies.
Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>
* Removes an unnecessary comment
Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>
* Fix platforms that don't build tools
Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>
* Use aliases to better express runtime depends
Cleans it up and removes the need for a Microphone.Editor module.
Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>
* Final update copyright headers to reference license files at the repo root
Signed-off-by: spham <spham@amazon.com>
* Fix copyright validator unit tests to support the stale O3DE header scenario
Signed-off-by: spham <spham@amazon.com>