surya: Bring back QCOM WFD

This commit is contained in:
basamaryan
2025-01-30 14:10:24 +01:00
committed by shoya0x00
parent 963cbbce8e
commit af04286423
65 changed files with 3681 additions and 1 deletions
@@ -0,0 +1,28 @@
#
# 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 wfdservice64
on property:vendor.wfdservice64=enable
start wfdservice64
on property:vendor.wfdservice=disable
stop wfdservice64
on property:vendor.wfdservice64=disable
stop wfdservice64