mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
This is to prove that rust broadcast radio HAL can be built and can run. The skeleton Rust broadcast radio HAL will return UNKNOWN_ERROR for all APIs. Bug: 335514024 Test: m android.hardware.broadcastradio-rust-service Change-Id: I763175b984c130d75cdc9506ba92c8c1b44338b5
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