graphic_graphic_2d/graphic.cfg

31 lines
825 B
INI
Raw Normal View History

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