提交 9ceec412 编写于 作者: Y yichengzhao

fixed 17fc03c0 from https://gitee.com/YiYiYiol/startup_init_lite/pulls/1518

add ueventd to service group
Signed-off-by: Nyichengzhao <yichengzhao1@huawei.com>
Change-Id: Ie6ee5f278f45d830a6fca58061f82d0985cae586
上级 d2ea832f
...@@ -52,7 +52,6 @@ ...@@ -52,7 +52,6 @@
], ],
"fwk_group": [ "fwk_group": [
"//base/startup/init/services:startup_init", "//base/startup/init/services:startup_init",
"//base/startup/init/ueventd:startup_ueventd",
"//base/startup/init/services/begetctl:begetctl_cmd", "//base/startup/init/services/begetctl:begetctl_cmd",
"//base/startup/init/services/loopevent:loopeventgroup", "//base/startup/init/services/loopevent:loopeventgroup",
"//base/startup/init/services/modules:modulesgroup", "//base/startup/init/services/modules:modulesgroup",
...@@ -63,7 +62,9 @@ ...@@ -63,7 +62,9 @@
], ],
"service_group": [ "service_group": [
"//base/startup/init/watchdog:watchdog", "//base/startup/init/watchdog:watchdog",
"//base/startup/init/services/etc:watchdog.cfg" "//base/startup/init/services/etc:watchdog.cfg",
"//base/startup/init/ueventd:startup_ueventd",
"//base/startup/init/services/etc:ueventd.cfg"
] ]
}, },
"inner_kits": [ "inner_kits": [
......
...@@ -238,7 +238,6 @@ if (defined(ohos_lite)) { ...@@ -238,7 +238,6 @@ if (defined(ohos_lite)) {
":syscap.para", ":syscap.para",
":system-sandbox.json", ":system-sandbox.json",
":systemcapability.json", ":systemcapability.json",
":ueventd.cfg",
] ]
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册