sm6225-common: Drop QTI WFD

Change-Id: I7d001b517084d5ad65eed5c1703213ad9c46475a
This commit is contained in:
Michael Bestas
2024-04-30 22:09:51 +03:00
parent 84faec9502
commit 8912967d97
57 changed files with 0 additions and 1031 deletions
@@ -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