surya: Switch to AOSP WFD

Change-Id: I4a2bf5078a9fbac242b36a8b6bc5beeafd63f916
This commit is contained in:
Willy Gardiol
2024-06-02 10:00:29 +02:00
parent 6e441296f2
commit 5401929a43
81 changed files with 1 additions and 2935 deletions

View File

@@ -1,28 +0,0 @@
#
# 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