sm7250-common: Extract from OnePlus Nord CE OxygenOS 11.0.5.5

This commit is contained in:
KakatkarAkshay
2021-08-26 09:17:05 +02:00
commit 5409886bb4
823 changed files with 21191 additions and 0 deletions

21
proprietary/vendor/etc/init/ssgtzd.rc vendored Normal file
View File

@@ -0,0 +1,21 @@
# Copyright (c) 2019 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
# Create the directories used by qwes
on post-fs-data
mkdir /data/vendor/qwes 0755 system system
# Start daemon after boot completed
on property:sys.boot_completed=1
start vendor.ssgtzd
# Used 'disabled' flag, so daemon won't be started until explicit start
service vendor.ssgtzd /vendor/bin/ssgtzd
class late_start
user system
group system
disabled
socket ssgtzd stream 0660 system inet
socket qwes_ipc stream 0660 system inet