Lines Matching refs:implementation
1 # AIDL VHAL libraries and reference implementation.
5 This directory also stores a reference fake implementation for AIDL VHAL.
10 Vendor implementation could copy this library but must update the configuration
16 Contains libraries used specifically for the fake reference VHAL implementation.
18 VHAL implementation.
25 Stores code for GRPC based VHAL implementation.
35 files are used in GRPC VHAL implementation.
40 VHAL implementation. Vendor VHAL could use this library.
45 implementations (including reference VHAL). Vendor VHAL implementation could
46 use this library, along with their own implementation for `IVehicleHardware`
50 which is the reference VHAL implementation. It implements `IVehicle.aidl`
55 hardware. As a result, the reference implementation can run on emulator or
58 Vendor must not directly use the reference implementation for a real vehicle.