mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 15:10:44 +00:00
727eb553c9
在其他项目中修改的底座的依赖报错问题,同步到主线代码。 与此issue有关https://gitee.com/openharmony/startup_appspawn/issues/I8IYNH Signed-off-by: chenkai008 <chenkai187@h-partners.com>
98 lines
2.8 KiB
JSON
98 lines
2.8 KiB
JSON
{
|
|
"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",
|
|
"hilog",
|
|
"init",
|
|
"ability_runtime",
|
|
"access_token",
|
|
"common",
|
|
"eventhandler",
|
|
"config_policy",
|
|
"resource_management",
|
|
"hitrace",
|
|
"common_event_service",
|
|
"hisysevent",
|
|
"security_component_manager",
|
|
"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"
|
|
],
|
|
"third_party": [
|
|
"bounds_checking_function",
|
|
"bzip2",
|
|
"libdrm",
|
|
"lz4",
|
|
"openssl",
|
|
"libusb",
|
|
"zlib",
|
|
"libuv",
|
|
"libpng",
|
|
"selinux",
|
|
"cJSON"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//base/startup/appspawn:appspawn_all"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|