mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2025-02-17 10:28:45 +00:00
![黄磊](/assets/img/avatar_default.png)
fix mistake about free buffer handle change rc to cfg change socket patch fix bufferhandle init bug Signed-off-by: 黄磊 <huanglei0704@thundersoft.com> Change-Id: Id89bd9b2301e4035a9ad152a76e01058be8f05a1 Signed-off-by: 黄磊 <huanglei0704@thundersoft.com>
22 lines
489 B
INI
22 lines
489 B
INI
{
|
|
"jobs" : [{
|
|
"name" : "weston_start",
|
|
"cmds" : [
|
|
"start wms_service",
|
|
"start bootanimation"
|
|
]
|
|
}
|
|
],
|
|
"services" : [{
|
|
"name" : "wms_service",
|
|
"path" : ["/system/bin/wms_service"],
|
|
"disabled" : 1
|
|
}, {
|
|
"name" : "bootanimation",
|
|
"path" : ["/system/bin/bootanimation"],
|
|
"disabled" : 1,
|
|
"once" : 1
|
|
}
|
|
]
|
|
}
|