forked from mongoose-os-libs/mjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmos.yml
More file actions
31 lines (27 loc) · 729 Bytes
/
Copy pathmos.yml
File metadata and controls
31 lines (27 loc) · 729 Bytes
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
author: mongoose-os
description: JavaScript engine
type: lib
version: 1.0
platforms: [ cc3220, esp32, esp8266 ]
sources:
- src
- ${mos.modules.mjs_module.path}/mjs.c
includes:
- include
filesystem:
- fs
- ${mos.modules.mjs_module.path}/mjs/lib/api_*.js
- ${mos.modules.mongoose_os.path}/fw/mjs_api/api_*.js
- ${mos.modules.mongoose_os.path}/fw/platforms/${arch}/mjs_api/api_*.js
- "@all_libs/mjs_fs"
config_schema:
- ["mjs", "o", {title: "mJS settings"}]
- ["mjs.generate_jsc", "b", true, {title: "Generate .jsc file when executing any .js file"}]
modules:
- origin: https://github.com/cesanta/mjs
name: mjs_module
tags:
- js # Supports JavaScript
- c
- core
manifest_version: 2017-09-29