1on post-fs-data 2 # cardisplayproxyd and vendor.evs-hal-cf services need to be started 3 # after the file system gets mounted and therefore their dependent services 4 # become available. 5 start cardisplayproxyd 6 start vendor.evs-hal-cf 7 start evs_manager_cf 8 9service evs_manager_cf /system/bin/evsmanagerd --target hw/0 10 class hal 11 priority -20 12 user automotive_evs 13 group automotive_evs system 14 disabled # will not automatically start with its class; must be explicitly started. 15 16service vendor.evs-hal-cf /vendor/bin/hw/android.hardware.automotive.evs-aidl-default-service 17 class hal 18 priority -20 19 user graphics 20 group automotive_evs camera 21 onrestart restart cardisplayproxyd 22 onrestart restart evs_manager_cf 23 disabled # will not automatically start with its class; must be explicitly started. 24