mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2024-11-23 23:20:32 +00:00
43af3666a3
Change-Id: I7855e10a5ca4098f1119c2350eeb6a833367bc3f Signed-off-by: lizheng <lizheng2@huawei.com>
21 lines
454 B
INI
21 lines
454 B
INI
{
|
|
"jobs" : [{
|
|
"name" : "weston_start",
|
|
"cmds" : [
|
|
"start bootanimation"
|
|
]
|
|
}
|
|
],
|
|
"services" : [{
|
|
"name" : "vsync_server",
|
|
"path" : ["/system/bin/vsync_server"],
|
|
"disabled" : 1
|
|
}, {
|
|
"name" : "bootanimation",
|
|
"path" : ["/system/bin/bootanimation"],
|
|
"disabled" : 1,
|
|
"once" : 1
|
|
}
|
|
]
|
|
}
|