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

Commit 551b8d15 authored by Felix's avatar Felix
Browse files

Add interface info to .rc files



Signed-off-by: default avatarFelix <google@ix5.org>
Change-Id: I6d70bbdb66c3dce280bf6908c3750316a6f6cf70
parent b575cedd
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