broadcastradio 2.0: uses correct interface tag.
Served and Declared should be the same. android.hardware.broadcastradio@2.0::IBroadcastRadio/amfm android.hardware.broadcastradio@2.0::IBroadcastRadio/dab Test: run vts -m vts_ibase_test Change-Id: Iff8e4c562d8cf6492f3c88c2bfe9fccf19906a95 Signed-off-by: yidong zhang <yidong.zhang@amlogic.com>
This commit is contained in:
parent
dfdcdaf09d
commit
f31ae8d496
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
service broadcastradio-hal2 /vendor/bin/hw/android.hardware.broadcastradio@2.0-service
|
||||
interface android.hardware.broadcastradio@2.0::IBroadcastRadio default
|
||||
interface android.hardware.broadcastradio@2.0::IBroadcastRadio amfm
|
||||
interface android.hardware.broadcastradio@2.0::IBroadcastRadio dab
|
||||
class hal
|
||||
user audioserver
|
||||
group audio
|
||||
|
|
Loading…
Reference in a new issue