Spacewar: add more camera blobs

* these are for nothing cam

Change-Id: Id1d50d348e6e92249ffdbb7584b6d723d03240ba
This commit is contained in:
xenxynon
2025-02-10 03:57:38 +00:00
committed by nyxalune
parent 0b772d86e5
commit a2f818e4b0
26 changed files with 624 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<permissions>
<library name="androidx.camera.extensions.impl"
file="/system_ext/framework/androidx.camera.extensions.impl.advanced.jar"/>
</permissions>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,28 @@
#! /bin/sh
#
#Copyright (c) 2019-2021 Qualcomm Technologies, Inc.
#All Rights Reserved.
#Confidential and Proprietary - Qualcomm Technologies, Inc.
#
on property:sys.boot_completed=1
setprop camera.disable_zsl_mode true
# Add a cpuset for the camera daemon
# We want all cores for camera
mkdir /dev/cpuset/camera-daemon
write /dev/cpuset/camera-daemon/cpus 0-7
write /dev/cpuset/camera-daemon/mems 0
chown cameraserver cameraserver /dev/cpuset/camera-daemon
chown cameraserver cameraserver /dev/cpuset/camera-daemon/tasks
chmod 0660 /dev/cpuset/camera-daemon/tasks
service vendor.camera-provider-2-4 /vendor/bin/hw/android.hardware.camera.provider@2.4-service_64
override
interface android.hardware.camera.provider@2.4::ICameraProvider legacy/0
interface vendor.qti.hardware.camera.postproc@1.0::IPostProcService camerapostprocservice
class hal
user cameraserver
group audio camera input drmrpc oem_2907
ioprio rt 4
capabilities SYS_NICE
task_profiles CameraServiceCapacity HighPerformance

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
proprietary/vendor/lib64/libhdr_stub.so vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
proprietary/vendor/lib64/libmfec.so vendored Normal file

Binary file not shown.

Binary file not shown.