From d5ba42ec727e796ecdba33954ddcbee0ab14567f Mon Sep 17 00:00:00 2001 From: licheng Date: Wed, 27 Oct 2021 09:52:18 +0800 Subject: [PATCH] multimodalinput delet 430 code Signed-off-by: licheng --- weston.cfg | 6 ------ weston.rc | 5 ----- 2 files changed, 11 deletions(-) diff --git a/weston.cfg b/weston.cfg index e85db9dc..089ab929 100644 --- a/weston.cfg +++ b/weston.cfg @@ -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"], diff --git a/weston.rc b/weston.rc index 5324644d..a42eeaa2 100644 --- a/weston.rc +++ b/weston.rc @@ -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