basamaryan 1a3a849297 sm6150-common: Move to 64bit wfdservice
Change-Id: I09e2db757334223fbc8be045177400f0bb9d53a4
Signed-off-by: donjohanliebert <donjohanliebert@gmail.com>
2025-04-10 16:36:56 +00:00

29 lines
599 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 wfdservice64
on property:vendor.wfdservice64=enable
start wfdservice64
on property:vendor.wfdservice=disable
stop wfdservice64
on property:vendor.wfdservice64=disable
stop wfdservice64