From d89a7d03aef775595825058637a2f8c044f1fd3f Mon Sep 17 00:00:00 2001 From: pjscc Date: Thu, 20 Jan 2022 15:27:29 +0800 Subject: [PATCH] add bundle.json Signed-off-by: pjscc --- bundle.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 00000000..4b3076e5 --- /dev/null +++ b/bundle.json @@ -0,0 +1,30 @@ +{ + "name": "@ohos/jerryscript", + "description": "JerryScript is the lightweight JavaScript engine intended to run on a very constrained devices such as microcontrollers.", + "version": "3.1", + "license": "Apache V2", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/jerryscript" + }, + "dirs": {}, + "scripts": {}, + "component": { + "name": "thirdparty_jerryscript", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee