• Home
Name Date Size #Lines LOC

..--

src/04-Jul-2025-14287

Android.bpD04-Jul-20251 KiB3230

README.mdD04-Jul-2025613 1310

broadcastradio-rust-service.rcD04-Jul-2025224 65

broadcastradio-rust-service.xmlD04-Jul-2025852 247

README.md

1# Rust Skeleton BroadcastRadio HAL implementation.
2
3WARNING: This is not a reference BroadcastRadio HAL implementation and does
4not contain any actual implementation.
5
6This folder contains a skeleton broadcast radio HAL implementation in Rust to
7demonstrate  how vendor may implement a Rust broadcast radio HAL. To run this
8broadcast radio HAL, include `android.hardware.broadcastradio-rust-service`
9in your image.
10
11This implementation returns `StatusCode::UNKNOWN_ERROR` for all operations
12and does not pass VTS/CTS. Vendor must replace the logic in
13`default_broadcastradio_hal.rs` with the actual implementation