| { |
| "name": "CHIP Tool Tests templates", |
| "version": "chip-v1", |
| "helpers": [ |
| "chip-tool/templates/helper.js", |
| "chip-tool/templates/tests/helper.js", |
| "partials/helper.js", |
| "common/StringHelper.js", |
| "templates/app/helper.js", |
| "templates/chip/helper.js", |
| "common/ClusterTestGeneration.js", |
| "darwin/Framework/CHIP/templates/helper.js", |
| "darwin-framework-tool/templates/helper.js" |
| ], |
| "resources": { |
| "pics-metafile": "../../../../src/app/tests/suites/certification/PICS.yaml", |
| "certification-metadir": "../../../../src/app/tests/suites/certification", |
| "test-metadir": "../../../../src/app/tests/suites" |
| }, |
| "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" |
| } |
| ] |
| } |