xref: /aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/rust_impl/README.md (revision 4d7e907c777eeecc4c5bd7cf640a754fac206ff7)
1# Rust Skeleton VHAL implementation.
2
3WARNING: This is not a reference VHAL implementation and does not contain
4any actual implementation.
5
6This folder contains a skeleton VHAL implementation in Rust to demonstrate
7how vendor may implement a Rust VHAL. To run this VHAL, include
8`android.hardware.automotive.vehicle-V3-rust-service` in your image.
9
10This implementation returns `StatusCode::UNKNOWN_ERROR` for all operations
11and does not pass VTS/CTS. Vendor must replace the logic in
12`default_vehicle_hal.rs` with the actual implementation.
13