• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1on late-init
2    start cardisplayproxyd
3    start vendor.evs-hal-cf
4    start evs_manager_cf
5
6service evs_manager_cf /system/bin/evsmanagerd --target hw/0
7    class hal
8    priority -20
9    user automotive_evs
10    group automotive_evs system
11    disabled # will not automatically start with its class; must be explicitly started.
12
13service vendor.evs-hal-cf /vendor/bin/hw/android.hardware.automotive.evs-aidl-default-service
14    class hal
15    priority -20
16    user graphics
17    group automotive_evs camera
18    onrestart restart cardisplayproxyd
19    onrestart restart evs_manager_cf
20    disabled # will not automatically start with its class; must be explicitly started.
21