Files
vendor_xiaomi_sm8250-common/proprietary/system_ext/etc/init/wfdservice.rc
Sebastiano Barezzi 3a69869f8b sm8250-common: Initial import from 19.1
* HEAD: 59232e228cd57b03625522adb2aef1e02a803f69

Change-Id: Id4cfb36e01b00e69260706256e243f139ee91b40
2022-11-24 18:13:09 +01: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