Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf481c99 authored by Felix's avatar Felix Committed by android-build-merger
Browse files

Merge "Add interface info to .rc files" am: 98d0f4d5 am: 37298a76

am: 3531ec01

Change-Id: I9a48f01064e6b64fdbd3dcae3623163a27998703
parents 39c6e3a9 3531ec01
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
service vendor.authsecret-1-0 /vendor/bin/hw/android.hardware.authsecret@1.0-service
    interface android.hardware.authsecret@1.0::IAuthSecret default
    class hal
    user system
    group system
+1 −0
Original line number Diff line number Diff line
service vendor.bluetooth-1-0 /vendor/bin/hw/android.hardware.bluetooth@1.0-service
    interface android.hardware.bluetooth@1.0::IBluetoothHci default
    class hal
    capabilities BLOCK_SUSPEND NET_ADMIN SYS_NICE
    user bluetooth
+1 −0
Original line number Diff line number Diff line
service vendor.boot-hal-1-0 /vendor/bin/hw/android.hardware.boot@1.0-service
    interface android.hardware.boot@1.0::IBootControl default
    class early_hal
    user root
    group root
+2 −0
Original line number Diff line number Diff line
service broadcastradio-hal /vendor/bin/hw/android.hardware.broadcastradio@1.1-service
    interface android.hardware.broadcastradio@1.0::IBroadcastRadioFactory default
    interface android.hardware.broadcastradio@1.1::IBroadcastRadioFactory default
    class hal
    user audioserver
    group audio
+1 −0
Original line number Diff line number Diff line
service broadcastradio-hal2 /vendor/bin/hw/android.hardware.broadcastradio@2.0-service
    interface android.hardware.broadcastradio@2.0::IBroadcastRadio default
    class hal
    user audioserver
    group audio
Loading