chime: Generate vendor blobs

Signed-off-by: HeroBuxx <me@herobuxx.me>
This commit is contained in:
HeroBuxx
2026-04-30 12:29:50 +00:00
commit 4a1a3982aa
903 changed files with 48275 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# 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