surya: Update blobs from V13.0.4.0.SJGEUXM

Change-Id: I378079cc4a43be014ae5d9cdc9befb2fdbf308cb
This commit is contained in:
Willy Gardiol
2023-02-05 15:53:56 +01:00
parent 72aa4677de
commit e0f1ffd131
688 changed files with 1656 additions and 310 deletions

View File

@@ -1,5 +1,5 @@
#
# Copyright (c) 2019-2020 Qualcomm Technologies, Inc.
# Copyright (c) 2019-2021 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
#
@@ -9,8 +9,20 @@ service wfdservice /system_ext/bin/wfdservice
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