multimodalinput delet 430 code

Signed-off-by: licheng <licheng.li@huawei.com>
This commit is contained in:
licheng
2021-10-27 09:52:18 +08:00
parent 770d868688
commit d5ba42ec72
2 changed files with 0 additions and 11 deletions
-6
View File
@@ -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"],
-5
View File
@@ -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