graphic_graphic_2d/graphic.cfg
lizheng 94564cd171 sync from std to master
Change-Id: Ia38220e0f913554c4041fd37de0f2311784b4a5c
Signed-off-by: lizheng <lizheng2@huawei.com>
2021-08-04 20:56:22 +08:00

22 lines
492 B
INI

{
"jobs" : [{
"name" : "weston_start",
"cmds" : [
"start vsync_server",
"start bootanimation"
]
}
],
"services" : [{
"name" : "vsync_server",
"path" : ["/system/bin/vsync_server"],
"disabled" : 1
}, {
"name" : "bootanimation",
"path" : ["/system/bin/bootanimation"],
"disabled" : 1,
"once" : 1
}
]
}