graphic_graphic_2d/graphic.cfg
lizheng 608f061b0a fix dumper
Change-Id: Ie4b7cf19e674220517b83205dddda72f32007957
Signed-off-by: lizheng <lizheng2@huawei.com>
2021-12-23 10:27:30 +08:00

33 lines
871 B
INI

{
"jobs" : [{
"name" : "fs",
"cmds" : ["start graphic_dumper_server"]
}, {
"name" : "weston_start",
"cmds" : [
"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
}
]
}