xref: /aosp_15_r20/system/chre/host/tinysys/hal/android.hardware.contexthub-service.tinysys.rc (revision 84e339476a462649f82315436d70fd732297a399)
1on post-fs-data
2    mkdir /data/vendor/chre 0770 context_hub context_hub
3
4service vendor.contexthub-default /vendor/bin/hw/android.hardware.contexthub-service.tinysys
5    class hal late_start
6    user context_hub
7    group wakelock context_hub system readproc
8    capabilities BLOCK_SUSPEND
9    shutdown critical
10