Name Date Size #Lines LOC

..--

src/H25-Apr-2025-14287

Android.bpH A D25-Apr-20251 KiB3230

README.mdH A D25-Apr-2025613 1310

broadcastradio-rust-service.rcH A D25-Apr-2025224 65

broadcastradio-rust-service.xmlH A D25-Apr-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