sm8250-common: Rework folder structure

Change-Id: I587c8a33848f139ea8a9cc7afae186b96faee9d6
This commit is contained in:
ata-kaner
2024-05-25 12:06:11 +03:00
parent 415e8c4ce7
commit 50b29d80c9
1401 changed files with 0 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# Copyright (c) 2019-2020 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
#
on boot
# Create netmgr recovery folder
write /data/vendor/shsusr/shsusr_log.txt ""
chown radio radio /data/vendor/shsusr/shsusr_log.txt
# msm specific files that need to be created on /data
on post-fs-data
#Create SHSUSR daemon log dir
mkdir /data/vendor/shsusr 0770 radio radio
chmod 0770 /data/vendor/shsusr
service vendor.shsusrd /system/vendor/bin/shsusrd 0x002819000
class main
user radio
group radio
disabled
on property:persist.vendor.data.shsusr_load=1
start vendor.shsusrd
on property:persist.vendor.data.shsusr_load=0
stop vendor.shsusrd