From 6a7408f0bad49612b725ce8531f3af1f4189b267 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Tue, 21 Dec 2021 14:23:45 +0800 Subject: [PATCH 1/2] add bundle Signed-off-by: Sang_Sang33 --- bundle.json | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..a3cd7ba --- /dev/null +++ b/bundle.json @@ -0,0 +1,60 @@ +{ + "name": "@ohos/startup_appspawn_lite", + "version": "", + "description": "应用孵化模块,appspawn进程,配合轻量级元能力框架子系统,通过轻量级IPC机制接收来自AMS的消息,根据消息解析结果启动元能力进程AbilityMain并赋予其对应权限。", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/startup_appspawn_lite", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "base" + ], + "keywords": [ + "startup", + "appspawn", + "lite" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "base/startup/appspawn_lite" + }, + "component": { + "name": "appspawn_lite", + "subsystem": "startup", + "syscap": [ + "SystemCapability.Startup.AppSpawn" + ], + "features": [], + "adated_system_type": [ + "small" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee From 061fc4e702f14e5e8c8b6a601dc52c1a3208259c Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Fri, 24 Dec 2021 14:30:56 +0800 Subject: [PATCH 2/2] fix Signed-off-by: Sang_Sang33 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index a3cd7ba..cb84f97 100644 --- a/bundle.json +++ b/bundle.json @@ -42,7 +42,7 @@ "SystemCapability.Startup.AppSpawn" ], "features": [], - "adated_system_type": [ + "adapted_system_type": [ "small" ], "rom": "", -- Gitee