s5e8825-common: Drop unnecessary blobs

* They are no longer required with a55x RIL

Change-Id: I17716583c2dfcbd3a3d82b2d4566296007d06836
Signed-off-by: Majaahh <maja.blaszczak@proton.me>
This commit is contained in:
Majaahh
2025-10-28 14:28:37 +01:00
parent 9bb6ad516e
commit d101ee0468
14 changed files with 1 additions and 212 deletions

View File

@@ -1,9 +0,0 @@
service cass /vendor/bin/cass
class core
user system
group radio wakelock system
capabilities BLOCK_SUSPEND
disabled
on post-fs-data
start cass

View File

@@ -1,13 +0,0 @@
# Process Authenticator startup
service proca /vendor/bin/vendor.samsung.hardware.security.proca@2.0-service
class early_hal
user system
group system
disabled
on property:vendor.tzdaemon=Ready
start proca
on late-fs && property:vendor.tzdaemon=Ready
start proca

View File

@@ -1,18 +0,0 @@
# VaultKeeper
service vaultkeeper /vendor/bin/vaultkeeperd
class core
user system
group system
disabled
service vaultkeeper_hal /vendor/bin/vendor.samsung.hardware.security.vaultkeeper@2.0-service
class early_hal
user system
group system
disabled
on late-fs
# vaultkeeper
mkdir /dev/socket/vaultkeeper 0770 system system
start vaultkeeper
start vaultkeeper_hal