Files
vendor_xiaomi_sm8150-common/proprietary/system_ext/etc/init/wfdservice.rc
T
Sebastiano Barezzi 613d27bb62 sm8150-common: Initial import
* From vayu V14.0.1.0.TJUMIXM

Change-Id: I17aa712045470cebae289a06b43848b18c389d90
2023-04-11 18:26:05 +02:00

29 lines
595 B
Plaintext

#
# Copyright (c) 2019-2021 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
#
service wfdservice /system_ext/bin/wfdservice
class main
user system
disabled
oneshot
service wfdservice64 /system_ext/bin/wfdservice64
class main
user system
disabled
oneshot
on property:vendor.wfdservice=enable
start wfdservice
on property:vendor.wfdservice64=enable
start wfdservice64
on property:vendor.wfdservice=disable
stop wfdservice
on property:vendor.wfdservice64=disable
stop wfdservice64