forked from intel/zephyr.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzjs_iotivity_constrained.json
50 lines (50 loc) · 1.9 KB
/
zjs_iotivity_constrained.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
47
48
49
50
{
"module": "iotivity_constrained",
"src": [
"${IOTC_BASE}/deps/tinycbor/src/cborencoder.c",
"${IOTC_BASE}/deps/tinycbor/src/cborencoder_close_container_checked.c",
"${IOTC_BASE}/deps/tinycbor/src/cborparser.c",
"${IOTC_BASE}/api/oc_buffer.c",
"${IOTC_BASE}/api/oc_client_api.c",
"${IOTC_BASE}/api/oc_core_res.c",
"${IOTC_BASE}/api/oc_discovery.c",
"${IOTC_BASE}/api/oc_endpoint.c",
"${IOTC_BASE}/api/oc_helpers.c",
"${IOTC_BASE}/api/oc_introspection.c",
"${IOTC_BASE}/api/oc_main.c",
"${IOTC_BASE}/api/oc_network_events.c",
"${IOTC_BASE}/api/oc_rep.c",
"${IOTC_BASE}/api/oc_ri.c",
"${IOTC_BASE}/api/oc_server_api.c",
"${IOTC_BASE}/api/oc_uuid.c",
"${IOTC_BASE}/messaging/coap/coap.c",
"${IOTC_BASE}/messaging/coap/engine.c",
"${IOTC_BASE}/messaging/coap/observe.c",
"${IOTC_BASE}/messaging/coap/separate.c",
"${IOTC_BASE}/messaging/coap/transactions.c",
"${IOTC_BASE}/port/zephyr/src/abort.c",
"${IOTC_BASE}/port/zephyr/src/clock.c",
"${IOTC_BASE}/port/zephyr/src/ipadapter.c",
"${IOTC_BASE}/port/zephyr/src/random.c",
"${IOTC_BASE}/port/zephyr/src/storage.c",
"${IOTC_BASE}/util/oc_etimer.c",
"${IOTC_BASE}/util/oc_list.c",
"${IOTC_BASE}/util/oc_memb.c",
"${IOTC_BASE}/util/oc_mmem.c",
"${IOTC_BASE}/util/oc_process.c",
"${IOTC_BASE}/util/oc_timer.c"
],
"zjs_config": [
"-I${IOTC_BASE}",
"-I${IOTC_BASE}/deps/mbeddtls",
"-I${IOTC_BASE}/include",
"-I${ZEPHYR_BASE}/include/random",
"-I${ZEPHYR_BASE}/samples/bluetooth",
"-I${ZEPHYR_BASE}/subsys/net/ip",
"-DWITH_OCF",
"-DOC_CLOCK_CONF_TICKS_PER_SECOND=1000",
"-DOC_DYNAMIC_ALLOCATION",
"-DMAX_APP_DATA_SIZE=1024",
"-DNDEBUG"
]
}