mirror of
https://gitee.com/openharmony/startup_init
synced 2024-11-24 16:49:58 +00:00
17fc03c061
Signed-off-by: yichengzhao <yichengzhao1@huawei.com> Change-Id: Ie6ee5f278f45d830a6fca58061f82d0985cae586
135 lines
5.1 KiB
JSON
Executable File
135 lines
5.1 KiB
JSON
Executable File
{
|
|
"name": "@ohos/startup_init_lite",
|
|
"description": "ohos init process",
|
|
"homePage": "https://gitee.com/openharmony",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"repository": "https://gitee.com/openharmony/startup_init_lite",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "base/startup/init"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "init",
|
|
"subsystem": "startup",
|
|
"syscap": [
|
|
"SystemCapability.Startup.SystemInfo"
|
|
],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [
|
|
"startup",
|
|
"safwk",
|
|
"c_utils",
|
|
"napi",
|
|
"ipc",
|
|
"config_policy",
|
|
"hilog_native",
|
|
"thirdparty_bounds_checking_function",
|
|
"samgr",
|
|
"hiviewdfx_hilog_native",
|
|
"selinux",
|
|
"hiviewdfx",
|
|
"access_token",
|
|
"common",
|
|
"dsoftbus"
|
|
],
|
|
"third_party": [
|
|
"cJSON",
|
|
"bounds_checking_function",
|
|
"selinux"
|
|
]
|
|
},
|
|
"build": {
|
|
"group_type": {
|
|
"base_group": [
|
|
],
|
|
"fwk_group": [
|
|
"//base/startup/init/services:startup_init",
|
|
"//base/startup/init/services/begetctl:begetctl_cmd",
|
|
"//base/startup/init/services/loopevent:loopeventgroup",
|
|
"//base/startup/init/services/modules:modulesgroup",
|
|
"//base/startup/init/services/param:parameter",
|
|
"//base/startup/init/interfaces/innerkits:innergroup",
|
|
"//base/startup/init/device_info:device_info_group",
|
|
"//base/startup/init/interfaces/kits:kitsgroup"
|
|
],
|
|
"service_group": [
|
|
"//base/startup/init/watchdog:watchdog",
|
|
"//base/startup/init/services/etc:watchdog.cfg",
|
|
"//base/startup/init/ueventd:startup_ueventd",
|
|
"//base/startup/init/services/etc:ueventd.cfg"
|
|
]
|
|
},
|
|
"inner_kits": [
|
|
{
|
|
"header": {
|
|
"header_base": "//base/startup/init/interfaces/innerkits/include/",
|
|
"header_files": [
|
|
"init_socket.h",
|
|
"init_file.h",
|
|
"init_reboot.h",
|
|
"service_control.h",
|
|
"beget_ext.h",
|
|
"systemcapability.h",
|
|
"syspara/parameter.h",
|
|
"syspara/parameters.h",
|
|
"syspara/param_wrapper.h",
|
|
"syspara/sysparam_errno.h",
|
|
"syspara/sysversion.h"
|
|
]
|
|
},
|
|
"name": "//base/startup/init/interfaces/innerkits:libbegetutil"
|
|
},
|
|
{
|
|
"header": {
|
|
"header_base": "//base/startup/init/interfaces/innerkits/include/fs_manager/",
|
|
"header_files": [
|
|
"fs_manager.h"
|
|
]
|
|
},
|
|
"name": "//base/startup/init/interfaces/innerkits/fs_manager:libfsmanager_static"
|
|
},
|
|
{
|
|
"header": {
|
|
"header_base": "//base/startup/init/interfaces/innerkits/include/",
|
|
"header_files": [
|
|
"service_watcher.h",
|
|
"syspara/parameter.h",
|
|
"syspara/sysparam_errno.h"
|
|
]
|
|
},
|
|
"name": "//base/startup/init/interfaces/innerkits:libbeget_proxy"
|
|
},
|
|
{
|
|
"header": {
|
|
"header_base": "//base/startup/init/interfaces/innerkits",
|
|
"header_files": [
|
|
"init_module_engine/include/init_module_engine.h"
|
|
]
|
|
},
|
|
"name": "//base/startup/init/interfaces/innerkits/init_module_engine:libinit_module_engine"
|
|
},
|
|
{
|
|
"header": {
|
|
"header_base": "//base/startup/init/interfaces/innerkits/seccomp/include/",
|
|
"header_files": [
|
|
"seccomp_policy.h"
|
|
]
|
|
},
|
|
"name": "//base/startup/init/interfaces/innerkits/seccomp:seccomp"
|
|
}
|
|
],
|
|
"test": [
|
|
"//base/startup/init/test:testgroup"
|
|
]
|
|
}
|
|
}
|
|
}
|