mirror of
https://github.com/openharmony/third_party_weston.git
synced 2026-06-30 22:07:56 -04:00
multimodalinput delet 430 code
Signed-off-by: licheng <licheng.li@huawei.com>
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
"cmds" : [
|
||||
"start udevd_service",
|
||||
"sleep 1",
|
||||
"start multimodalinputservice",
|
||||
"start mmi_uinput_service",
|
||||
"sleep 2",
|
||||
"export XDG_RUNTIME_DIR /data/weston",
|
||||
@@ -28,11 +27,6 @@
|
||||
"name" : "hdi_weston",
|
||||
"path" : ["/system/bin/weston", "-c", "/system/etc/weston.ini", "-B", "hdi-backend.so"],
|
||||
"disabled" : 1
|
||||
}, {
|
||||
"name" : "multimodalinputservice",
|
||||
"path" : ["/system/bin/sa_main", "/system/profile/multimodalinputservice.xml"],
|
||||
"uid" : "system",
|
||||
"gid" : ["system", "shell", "uhid"]
|
||||
}, {
|
||||
"name" : "mmi_uinput_service",
|
||||
"path" : ["/system/bin/uinput_inject"],
|
||||
|
||||
@@ -11,10 +11,6 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
service multimodalinputservice /system/bin/sa_main /system/profile/multimodalinputservice.xml
|
||||
user system
|
||||
group system shell uhid
|
||||
|
||||
service mmi_uinput_service /system/bin/uinput_inject
|
||||
user root
|
||||
group system shell uhid
|
||||
@@ -38,7 +34,6 @@ service hdi_weston /system/bin/weston -c /system/etc/weston.ini -B hdi-backend.s
|
||||
on post-fs
|
||||
start udevd_service
|
||||
exec /system/bin/sleep 1
|
||||
start multimodalinputservice
|
||||
start mmi_uinput_service
|
||||
exec /system/bin/sleep 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user