mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
Bug: b/145694104 Test: Build and boot emulator locally. Observe that CarRadio app shows static data provided by default broadcast radio. Change-Id: Ia70e8a040cb281f3d0e8fc7f3a8dd25bcd6d09bd Merged-In: Ia70e8a040cb281f3d0e8fc7f3a8dd25bcd6d09bd
13 lines
367 B
XML
13 lines
367 B
XML
<manifest version="1.0" type="device">
|
|
<hal format="hidl">
|
|
<name>android.hardware.broadcastradio</name>
|
|
<transport>hwbinder</transport>
|
|
<version>2.0</version>
|
|
<interface>
|
|
<name>IBroadcastRadio</name>
|
|
<instance>amfm</instance>
|
|
<instance>dab</instance>
|
|
</interface>
|
|
</hal>
|
|
</manifest>
|