Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / src / app / zap-templates / chip-templates.json
1 {
2     "name": "CHIP Runtime templates",
3     "version": "chip-v1",
4     "helpers": [
5         "partials/helper.js",
6         "common/StringHelper.js",
7         "templates/chip/helper.js"
8     ],
9     "override": "common/override.js",
10     "partials": [
11         {
12             "name": "header",
13             "path": "partials/header.zapt"
14         },
15         {
16             "name": "clusters_header",
17             "path": "partials/clusters_header.zapt"
18         },
19         {
20             "name": "cluster_header",
21             "path": "partials/cluster_header.zapt"
22         }
23     ],
24     "templates": [
25         {
26             "path": "templates/chip/CHIPClusters.zapt",
27             "name": "C++ ZCL API Header",
28             "output": "src/controller/CHIPClusters.h"
29         },
30         {
31             "path": "templates/chip/CHIPClusters-src.zapt",
32             "name": "C++ ZCL API",
33             "output": "src/controller/CHIPClusters.cpp"
34         },
35         {
36             "path": "templates/chip/chip-zcl-zpro-codec-api.zapt",
37             "name": "CHIP ZCL API Header",
38             "output": "src/app/chip-zcl-zpro-codec-api.h"
39         },
40         {
41             "path": "templates/chip/encoder-src.zapt",
42             "name": "CHIP ZCL API",
43             "output": "src/app/encoder.cpp"
44         },
45         {
46             "path": "templates/chip/python-CHIPClusters-cpp.zapt",
47             "name": "CHIP ZCL API for Python (native code)",
48             "output": "src/controller/python/chip/clusters/CHIPClusters.cpp"
49         },
50         {
51             "path": "templates/chip/python-CHIPClusters-py.zapt",
52             "name": "CHIP ZCL API for Python",
53             "output": "src/controller/python/chip/clusters/CHIPClusters.py"
54         }
55     ]
56 }