From c4f19cff518d8d22799cde2e851be1d6e3841048 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Wed, 16 Feb 2022 16:07:51 +0800 Subject: [PATCH] Add bundle.json Signed-off-by: Sang_Sang33 --- bundle.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000..64e6cececb --- /dev/null +++ b/bundle.json @@ -0,0 +1,35 @@ +{ + "name": "@ohos/ark_runtime_core", + "version": "", + "description": "方舟运行时的公共组件", + "homePage": "https://gitee.com/openharmony", + "license": "Apache Liscense 2.0", + "publishAs": "code-segment", + "scripts": {}, + "dirs": {}, + "segment": { + "destPath": "ark/runtime_core" + }, + "component": { + "name": "ark", + "subsystem": "ark", + "syscap": [], + "features": [], + "adapted_system_type": [ + "standard" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [ + "//ark/runtime_core:ark_packages" + ], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee