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