Update TIAF artifact file formats and test target enumeration.

This commit is contained in:
jonawals
2021-04-28 14:18:40 +01:00
parent af422edef8
commit db630794c8
3 changed files with 72 additions and 61 deletions
@@ -1,15 +1,18 @@
#Lumberyard source to target mapping
[target]
name = "${target_name}"
output_name = "${target_output_name}"
path = "${target_path}"
[sources]
input = [
{
"sources": {
"input": [
${autogen_input_files}
]
output = [
],
"output": [
${autogen_output_files}
]
static = [
],
"static": [
${static_sources}
]
]
},
"target": {
"name": "${target_name}",
"output_name": "${target_output_name}",
"path": "${target_path}"
}
}