tree: 884d32431f39d824be219d371773843dd3558d01 [path history] [tgz]
  1. src/
  2. Android.bp
  3. broadcastradio-rust-service.rc
  4. broadcastradio-rust-service.xml
  5. README.md
broadcastradio/aidl/rust_impl/README.md

Rust Skeleton BroadcastRadio HAL implementation.

WARNING: This is not a reference BroadcastRadio HAL implementation and does not contain any actual implementation.

This folder contains a skeleton broadcast radio HAL implementation in Rust to demonstrate how vendor may implement a Rust broadcast radio HAL. To run this broadcast radio HAL, include android.hardware.broadcastradio-rust-service in your image.

This implementation returns StatusCode::UNKNOWN_ERROR for all operations and does not pass VTS/CTS. Vendor must replace the logic in default_broadcastradio_hal.rs with the actual implementation