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