This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
vendor_oneplus_sm7250-common/proprietary/system_ext/etc/init/wfdservice.rc
KakatkarAkshay 3b2f78d9b7 sm7250-common: Kang WFD Blobs from LA.UM.9.12.r1-13400.02-SMxx50.QSSI12.0
* LA.QSSI.12.0.r1-04900.02-qssi.0

Signed-off-by: aswin7469 <aswinas@pixysos.com>
2022-04-16 16:41:29 +05:30

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