eqs: add spu 1.1/2.0 and dependencies

This commit is contained in:
SGCMarkus 2023-07-25 19:31:55 +02:00
parent d76ec9a4db
commit 4b45f84a77
8 changed files with 30 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,15 @@
#####################################################################
# Copyright (c) 2021-2022 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
#####################################################################
on boot
start spuservice
service spuservice /system/bin/vendor.qti.spu@2.0-service
user root
group root
setenv LD_LIBRARY_PATH /vendor/lib64:/vendor/lib:/system/lib64:/system/lib:/sbin
disabled
seclabel u:r:recovery:s0

View file

@ -0,0 +1,15 @@
#####################################################################
# Copyright (c) 2019-2022 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
#####################################################################
on boot
start spu_service
service spu_service /system/bin/vendor.qti.spu@1.1-service
user root
group root
setenv LD_LIBRARY_PATH /vendor/lib64:/vendor/lib:/system/lib64:/system/lib:/sbin
disabled
seclabel u:r:recovery:s0

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.