1service qrtr-ns /vendor/bin/qrtr-ns -f 1
2    class core
3    user root
4    group system
5    disabled
6    oneshot
7
8service pd_mapper /vendor/bin/pd-mapper
9    class core
10    user root
11    group system
12    disabled
13    oneshot
14
15service tqftpserv /vendor/bin/tqftpserv
16    class core
17    user root
18    group system
19    disabled
20    oneshot
21
22service rmtfs /vendor/bin/rmtfs -o /dev/block/platform/soc@0/1d84000.ufshc/by-name -P -r -s
23    class core
24    user root
25    group system
26    disabled
27    oneshot
28
29on early-init
30    exec - root -- /vendor/bin/qrtr-cfg 1
31    start qrtr-ns
32
33on post-fs
34    start pd_mapper
35    exec - root -- /system/bin/sleep 1
36    exec - system audio -- /system/bin/tinymix "QUAT_MI2S_RX Audio Mixer MultiMedia1" 1
37    exec - system audio -- /system/bin/tinymix "QUAT_MI2S_RX Audio Mixer MultiMedia2" 1
38    exec - system audio -- /system/bin/tinymix "SLIM RX0 MUX" AIF1_PB
39    exec - system audio -- /system/bin/tinymix "SLIM RX0 MUX" ZERO
40    exec - system audio -- /system/bin/tinymix "SLIM RX1 MUX" ZERO
41    exec - system audio -- /system/bin/tinymix "SLIM RX2 MUX" ZERO
42    exec - system audio -- /system/bin/tinymix "SLIM RX3 MUX" ZERO
43    exec - system audio -- /system/bin/tinymix "SLIM RX4 MUX" ZERO
44    exec - system audio -- /system/bin/tinymix "SLIM RX5 MUX" ZERO
45    exec - system audio -- /system/bin/tinymix "SLIM RX6 MUX" AIF1_PB
46    exec - system audio -- /system/bin/tinymix "SLIM RX7 MUX" AIF1_PB
47    exec - system audio -- /system/bin/tinymix "RX INT7_1 MIX1 INP0" RX6
48    exec - system audio -- /system/bin/tinymix "RX INT8_1 MIX1 INP0" RX7
49    exec - system audio -- /system/bin/tinymix "COMP7 Switch" 1
50    exec - system audio -- /system/bin/tinymix "COMP8 Switch" 1
51    exec - system audio -- /system/bin/tinymix "SpkrLeft COMP Switch" 1
52    exec - system audio -- /system/bin/tinymix "SpkrLeft BOOST Switch" 1
53    exec - system audio -- /system/bin/tinymix "SpkrLeft VISENSE Switch" 0
54    exec - system audio -- /system/bin/tinymix "SpkrLeft DAC Switch" 1
55    exec - system audio -- /system/bin/tinymix "SpkrRight COMP Switch" 1
56    exec - system audio -- /system/bin/tinymix "SpkrRight BOOST Switch" 1
57    exec - system audio -- /system/bin/tinymix "SpkrRight VISENSE Switch" 0
58    exec - system audio -- /system/bin/tinymix "SpkrRight DAC Switch" 1
59    exec - system audio -- /system/bin/tinymix "SLIMBUS_0_RX Audio Mixer MultiMedia2" 1
60
61on post-fs-data
62    mkdir /data/vendor
63    mkdir /data/vendor/tmp
64    mkdir /data/vendor/readwrite
65    mkdir /data/vendor/readonly
66    mkdir /data/vendor/readonly/firmware
67    mkdir /data/vendor/readonly/firmware/image
68    write /sys/class/firmware/timeout 1
69    start tqftpserv
70    start rmtfs
71
72on shutdown
73    stop rmtfs
74