graphic_graphic_2d/graphic.cfg
lizheng 08207b7415 add dumper
Change-Id: I9e96fac7c4169352b481e67c41d8b2e4ff7e3754
Signed-off-by: lizheng <lizheng2@huawei.com>
2021-11-27 15:50:58 +08:00

26 lines
647 B
INI

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