This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
aswin7469 c15c10b15e Revert "sm7250-common: revert CNE/IMS/RIL blobs to stock"
This reverts commit d2ebf628d00d9340f94c979ee8c59cd4e7a3e066.

Signed-off-by: Sipun Ku Mahanta <sipunkumar85@gmail.com>
2022-05-28 18:38:34 +05:30

22 lines
576 B
Plaintext

# Copyright (c) 2019,2021 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 on early-boot
on early-boot
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