graphic_graphic_2d/graphic.cfg
lizheng 0256e3c905 vsync improve
Change-Id: I85ae1042e71d34a3ac298e215081abef9ad1faa9
Signed-off-by: lizheng <lizheng2@huawei.com>
2021-08-30 21:08:32 +08:00

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
}
]
}