• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/15-Dec-2024-14287

Android.bpD15-Dec-20241 KiB3230

README.mdD15-Dec-2024613 1310

broadcastradio-rust-service.rcD15-Dec-2024224 65

broadcastradio-rust-service.xmlD15-Dec-2024852 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