6 Star 12 Fork 302

OpenHarmony / startup_appspawn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 3.20 KB
一键复制 编辑 原始数据 按行查看 历史
钟柠 提交于 2024-04-10 17:33 . add appspawn sandbox and test code
{
"name": "@ohos/appspawn",
"description": "app start manager",
"homePage": "https://gitee.com/openharmony",
"version": "3.1",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/startup_appspawn",
"publishAs": "code-segment",
"segment": {
"destPath": "base/startup/appspawn"
},
"dirs": {},
"scripts": {},
"component": {
"name": "appspawn",
"subsystem": "startup",
"adapted_system_type": [
"small",
"standard"
],
"features": [
"appspawn_support_nweb"
],
"rom": "296KB",
"ram": "13125KB",
"hisysevent_config": [
"//base/startup/appspawn/startup_events.yaml"
],
"deps": {
"components": [
"ability_base",
"c_utils",
"ipc",
"selinux_adapter",
"selinux",
"libuv",
"hilog",
"init",
"ability_runtime",
"access_token",
"eventhandler",
"config_policy",
"resource_management",
"hitrace",
"common_event_service",
"hisysevent",
"security_component_manager",
"napi",
"netmanager",
"netmanager_base",
"ace_engine",
"os_account",
"hilog_lite",
"samgr_lite",
"ipc_single",
"kv_store",
"ability_lite",
"ace_engine_lite",
"surface_lite",
"ui_lite",
"code_signature",
"bounds_checking_function",
"zlib",
"cJSON"
],
"third_party": [
"bounds_checking_function",
"zlib",
"selinux",
"cJSON"
]
},
"build": {
"sub_component": [
"//base/startup/appspawn:appspawn_all"
],
"inner_kits": [
{
"header": {
"header_base": "//base/startup/appspawn/interfaces/innerkits_new/include/",
"header_files": [
"appspawn.h"
]
},
"name": "//base/startup/appspawn/interfaces/innerkits_new/client:appspawn_client"
},
{
"header": {
"header_base": "//base/startup/appspawn/interfaces/innerkits/include/",
"header_files": [
"appspawn_socket.h",
"client_socket.h"
]
},
"name": "//base/startup/appspawn/interfaces/innerkits:appspawn_socket_client"
}
],
"test": [
"//base/startup/appspawn/test:moduletest",
"//base/startup/appspawn/test:unittest",
"//base/startup/appspawn/test:fuzztest"
]
}
}
}
1
https://gitee.com/openharmony/startup_appspawn.git
git@gitee.com:openharmony/startup_appspawn.git
openharmony
startup_appspawn
startup_appspawn
master

搜索帮助