mirror of
https://gitlab.pixelexperience.org/android/vendor-blobs/vendor_xiaomi_sm6250-common.git
synced 2025-06-03 19:57:19 +09:00
17 lines
362 B
Plaintext
17 lines
362 B
Plaintext
#
|
|
# Copyright (c) 2019-2020 Qualcomm Technologies, Inc.
|
|
# All Rights Reserved.
|
|
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
|
#
|
|
service wfdservice /system_ext/bin/wfdservice
|
|
class main
|
|
user system
|
|
disabled
|
|
oneshot
|
|
|
|
on property:vendor.wfdservice=enable
|
|
start wfdservice
|
|
|
|
on property:vendor.wfdservice=disable
|
|
stop wfdservice
|