Enable rust backend
Enable rust EVS HAL backend and add its empty implementation that
returns binder::StatusCode::UNKNOWN_ERROR for all API except deprecated
ultrasonic API.
Fix: 319475162
Test: Build android.hardware.automotive.evs-aidl-rust-service and
manually run it on cf_x86_64_auto lunch target.
Flag: EXEMPT HAL interface change
Change-Id: Ib9a1ee5fb224c114f57b6b6dca21d7b1cee005f0
diff --git a/automotive/evs/aidl/rust_impl/evs-rust-service.rc b/automotive/evs/aidl/rust_impl/evs-rust-service.rc
new file mode 100644
index 0000000..3741b21
--- /dev/null
+++ b/automotive/evs/aidl/rust_impl/evs-rust-service.rc
@@ -0,0 +1,8 @@
+service vendor.evs-hal-rust-default /vendor/bin/hw/android.hardware.automotive.evs-aidl-rust-service
+ class early_hal
+ priority -20
+ user graphics
+ group automotive_evs camera
+ onrestart restart cardisplayproxyd
+ onrestart restart evsmanagerd
+ disabled