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