Files
startup_appspawn_lite/bundle.json
Sang_Sang33 061fc4e702 fix
Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com>
2021-12-24 14:30:56 +08:00

60 lines
1.5 KiB
JSON

{
"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": [],
"adapted_system_type": [
"small"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}