mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2024-12-22 23:00:35 +00:00
224ef1c289
Change-Id: I8b33df69c5da7b241bca3b47080786b628d5981f Signed-off-by: lizheng <lizheng2@huawei.com>
31 lines
825 B
INI
31 lines
825 B
INI
{
|
|
"jobs" : [{
|
|
"name" : "weston_start",
|
|
"cmds" : [
|
|
"start graphic_dumper_server",
|
|
"start bootanimation",
|
|
"start animation_server"
|
|
]
|
|
}
|
|
],
|
|
"services" : [{
|
|
"name" : "graphic_dumper_server",
|
|
"path" : ["/system/bin/graphic_dumper_server"],
|
|
"disabled" : 1
|
|
}, {
|
|
"name" : "vsync_server",
|
|
"path" : ["/system/bin/vsync_server"],
|
|
"disabled" : 1
|
|
}, {
|
|
"name" : "bootanimation",
|
|
"path" : ["/system/bin/bootanimation"],
|
|
"disabled" : 1,
|
|
"once" : 1
|
|
}, {
|
|
"name" : "animation_server",
|
|
"path" : ["/system/bin/animation_server"],
|
|
"disabled" : 1
|
|
}
|
|
]
|
|
}
|