1on property:vendor.thermal.link_ready=1
2    # queue the trigger to start thermal-hal and continue execute
3    # per-device thermal setup "on property:vendor.thermal.link_ready=1"
4    trigger enable-thermal-hal
5
6on enable-thermal-hal
7    start vendor.thermal-hal-2-0
8
9service vendor.thermal-hal-2-0 /vendor/bin/hw/android.hardware.thermal@2.0-service.pixel
10    interface android.hardware.thermal@1.0::IThermal default
11    interface android.hardware.thermal@2.0::IThermal default
12    class hal
13    user system
14    group system
15    priority -20
16    disabled
17