mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2024-11-23 23:20:32 +00:00
94564cd171
Change-Id: Ia38220e0f913554c4041fd37de0f2311784b4a5c Signed-off-by: lizheng <lizheng2@huawei.com>
22 lines
492 B
INI
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
|
|
}
|
|
]
|
|
}
|