mirror of
https://gitee.com/openharmony/startup_init
synced 2024-11-24 08:39:46 +00:00
commit
59b6fb424d
13
bundle.json
13
bundle.json
@ -2,9 +2,10 @@
|
|||||||
"name": "@ohos/init",
|
"name": "@ohos/init",
|
||||||
"description": "ohos init process",
|
"description": "ohos init process",
|
||||||
"homePage": "https://gitee.com/openharmony",
|
"homePage": "https://gitee.com/openharmony",
|
||||||
"version": "3.1",
|
"version": "4.0.2",
|
||||||
"license": "Apache License 2.0",
|
"license": "Apache License 2.0",
|
||||||
"repository": "https://gitee.com/openharmony/startup_init",
|
"repository": "https://gitee.com/openharmony/startup_init",
|
||||||
|
"supplier": "Organization: OpenHarmony",
|
||||||
"publishAs": "code-segment",
|
"publishAs": "code-segment",
|
||||||
"segment": {
|
"segment": {
|
||||||
"destPath": "base/startup/init"
|
"destPath": "base/startup/init"
|
||||||
@ -30,25 +31,22 @@
|
|||||||
],
|
],
|
||||||
"deps": {
|
"deps": {
|
||||||
"components": [
|
"components": [
|
||||||
"startup",
|
|
||||||
"safwk",
|
"safwk",
|
||||||
"c_utils",
|
"c_utils",
|
||||||
"napi",
|
"napi",
|
||||||
"ipc",
|
"ipc",
|
||||||
"config_policy",
|
"config_policy",
|
||||||
"hilog",
|
"hilog",
|
||||||
"thirdparty_bounds_checking_function",
|
"hilog_lite",
|
||||||
"samgr",
|
"samgr",
|
||||||
"selinux_adapter",
|
"selinux_adapter",
|
||||||
"hiviewdfx",
|
|
||||||
"access_token",
|
"access_token",
|
||||||
"common",
|
"common",
|
||||||
"dsoftbus",
|
"dsoftbus",
|
||||||
"hvb",
|
"hvb",
|
||||||
"hisysevent",
|
"hisysevent",
|
||||||
"profiler",
|
"bounds_checking_function",
|
||||||
"hiprofiler",
|
"hiprofiler"
|
||||||
"bounds_checking_function"
|
|
||||||
],
|
],
|
||||||
"third_party": [
|
"third_party": [
|
||||||
"bounds_checking_function",
|
"bounds_checking_function",
|
||||||
@ -56,7 +54,6 @@
|
|||||||
"mbedtls",
|
"mbedtls",
|
||||||
"zlib",
|
"zlib",
|
||||||
"cJSON",
|
"cJSON",
|
||||||
"thirdparty_selinux",
|
|
||||||
"mksh",
|
"mksh",
|
||||||
"toybox"
|
"toybox"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user