graphic_graphic_2d/graphic.cfg
lizheng a62570f4c8 !104 支持hdi gpu混合合成
Change-Id: I3685730a57a8785eeee60fb967bb0abefd50232b
Signed-off-by: lizheng <lizheng2@huawei.com>
2021-12-20 14:45:53 +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
}
]
}