graphic_graphic_2d/graphic.cfg
lizheng 23ede13925 add animation server
Change-Id: Icc8eb29ffaf58ec0905a3d2fd9c87671a8d7a3ae
Signed-off-by: lizheng <lizheng2@huawei.com>
2021-12-20 14:45:53 +08:00

31 lines
822 B
INI

{
"jobs" : [{
"name" : "weston_start",
"cmds" : [
"start graphic_dumper_server",
"start bootanimation",
"start animationserver"
]
}
],
"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
}, {
"name" : "animationserver",
"path" : ["/system/bin/animationserver"],
"disabled" : 1
}
]
}