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

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

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

am: 37298a76

Change-Id: Ib279bd04cbdf030104d077b9a2a836a348322476
parents 8991d429 37298a76
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