mirror of
https://gitee.com/openharmony/startup_init
synced 2025-01-06 02:19:47 +00:00
move misc.cfg to hi3516
Signed-off-by: cheng_jinsong <chengjinsong2@huawei.com>
This commit is contained in:
parent
1253e93e2d
commit
09eb21e0c2
@ -63,12 +63,6 @@ if (defined(ohos_lite)) {
|
||||
part_name = "init"
|
||||
}
|
||||
|
||||
ohos_prebuilt_etc("misc.cfg") {
|
||||
source = "//base/startup/init/services/etc/misc.cfg"
|
||||
relative_install_dir = "init"
|
||||
part_name = "init"
|
||||
}
|
||||
|
||||
ohos_prebuilt_etc("watchdog.cfg") {
|
||||
source = "//base/startup/init/services/etc/watchdog.cfg"
|
||||
relative_install_dir = "init"
|
||||
@ -218,7 +212,6 @@ if (defined(ohos_lite)) {
|
||||
":init.cfg",
|
||||
":init.reboot",
|
||||
":init.usb.cfg",
|
||||
":misc.cfg",
|
||||
":ohos.para",
|
||||
":ohos.para.dac",
|
||||
":ohos.para.size",
|
||||
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"services" : [{
|
||||
"name" : "misc",
|
||||
"path" : ["/system/bin/misc_daemon", "--write_logo", "/vendor/logo.rgb"],
|
||||
"once" : 1,
|
||||
"uid" : "root",
|
||||
"gid" : ["root", "update"],
|
||||
"secon" : "u:r:misc:s0"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user