graphic_graphic_2d/graphic.cfg
lizheng 43af3666a3 undo "!104 支持hdi gpu混合合成"
Change-Id: I7855e10a5ca4098f1119c2350eeb6a833367bc3f
Signed-off-by: lizheng <lizheng2@huawei.com>
2021-12-02 13:45:13 +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
}
]
}