forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp-templates.json
46 lines (46 loc) · 1.28 KB
/
app-templates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "CHIP Application templates",
"version": "chip-v1",
"requiredFeatureLevel": 102,
"category": "matter",
"helpers": [
"partials/helper.js",
"common/ListHelper.js",
"common/StringHelper.js",
"common/ChipTypesHelper.js",
"templates/app/helper.js",
"templates/chip/helper.js"
],
"resources": {
"config-data": "../common/templates/config-data.yaml"
},
"override": "common/override.js",
"partials": [
{
"name": "header",
"path": "partials/header.zapt"
}
],
"templates": [
{
"path": "templates/app/endpoint_config.zapt",
"name": "ZCL endpoint configuration",
"output": "endpoint_config.h"
},
{
"path": "templates/app/gen_config.zapt",
"name": "ZCL gen_config header",
"output": "gen_config.h"
},
{
"path": "templates/app/im-cluster-command-handler.zapt",
"name": "CHIP Client Callbacks for Interaction Model",
"output": "IMClusterCommandHandler.cpp"
},
{
"path": "templates/app/access.zapt",
"name": "Matter access definitions",
"output": "access.h"
}
]
}