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

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

Merge "Add interface info to .rc files"

am: 98d0f4d5

Change-Id: Ie6cfbacd523c4b09f77bee3369ec8e88b3fa0419
parents dca7ba4b 98d0f4d5
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