blob: 6f46ea7e9aaf65651828a885efb350799d10b77b [file] [log] [blame]
{
"name": "CHIP Tool Tests templates",
"version": "chip-v1",
"helpers": [
"../../../../examples/chip-tool/templates/helper.js",
"../../../../examples/chip-tool/templates/tests/helper.js",
"../../../../src/app/zap-templates/partials/helper.js",
"../../../../src/app/zap-templates/common/StringHelper.js",
"../../../../src/app/zap-templates/templates/app/helper.js",
"../../../../src/app/zap-templates/templates/chip/helper.js",
"../../../../src/app/zap-templates/common/ClusterTestGeneration.js",
"../../../../src/darwin/Framework/CHIP/templates/helper.js",
"../helper.js",
"tests.js"
],
"override": "../../../../src/app/zap-templates/common/override.js",
"partials": [
{
"name": "header",
"path": "../../../../src/app/zap-templates/partials/header.zapt"
},
{
"name": "encode_value",
"path": "../../../../src/darwin/Framework/CHIP/templates/partials/encode_value.zapt"
},
{
"name": "commandValue",
"path": "../../../../examples/chip-tool/templates/tests/partials/command_value.zapt"
},
{
"name": "test_cluster",
"path": "partials/test_cluster.zapt"
},
{
"name": "test_value",
"path": "partials/test_value.zapt"
},
{
"name": "check_test_value",
"path": "partials/check_test_value.zapt"
},
{
"name": "octetStringValue",
"path": "partials/octet_string_value.zapt"
},
{
"name": "maybeCheckExpectedConstraints",
"path": "partials/checks/maybeCheckExpectedConstraints.zapt"
}
],
"templates": [
{
"path": "commands.zapt",
"name": "Tests Commands header",
"output": "test/Commands.h"
}
]
}