Skip to content

nkh-lab/aosp-ncar-vehicle-hal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aosp-ncar-vehicle-hal

AOSP VHAL example project

Includes a dummy implementation of support for Google's SYSTEM properties hardware/interfaces/automotive/vehicle/2.0/types.hal and an example of extending with custom VENDOR properties vendor/nkh-lab/interfaces/automotive/vehicle/1.0/types.hal

Simulated VENDOR properties

Google's SYSTEM properties are not handled (only configured) but VENDOR properties are simulated. The values of some of them (e.g. VENDOR_TEST_1S_COUNTER, VENDOR_TEST_500MS_COUNTER) are simulated by timer, the value of others (e.g VENDOR_TEST_SYS_PROP) can be changed by setting the corresponding Android System Property, for example:

$ setprop debug.vendor.nkh-lab.VENDOR_TEST_SYS_PROP 6789 

and value update on CAR API client side, e.g. on CAR API Hello World app:

Related projects

Releases

No releases published

Packages

No packages published