diff options
author | Ashutosh Joshi <ashutoshj@google.com> | 2016-11-15 13:48:58 -0800 |
---|---|---|
committer | Ashutosh Joshi <ashutoshj@google.com> | 2016-12-19 21:22:27 -0800 |
commit | 1bec86a18590a420f60148b90e2f266098b29bfe (patch) | |
tree | e19de55e695b7dffb43a95b9fa6d2e5e03d36bce /contexthub/1.0/default/android.hardware.contexthub@1.0-service.rc | |
parent | d5c2cef024c406607aeafe4e7cad4caffaf6eaab (diff) | |
download | platform_hardware_interfaces-1bec86a18590a420f60148b90e2f266098b29bfe.tar.gz platform_hardware_interfaces-1bec86a18590a420f60148b90e2f266098b29bfe.tar.bz2 platform_hardware_interfaces-1bec86a18590a420f60148b90e2f266098b29bfe.zip |
Contexthub HAL default implementation and service.
Adds the default context hub hal implementation and service.
Test: Context Hub GTS tests still pass.
Change-Id: I7416ce9ec8efca7f98d2bb63606f030f4e8c8ead
Diffstat (limited to 'contexthub/1.0/default/android.hardware.contexthub@1.0-service.rc')
-rw-r--r-- | contexthub/1.0/default/android.hardware.contexthub@1.0-service.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contexthub/1.0/default/android.hardware.contexthub@1.0-service.rc b/contexthub/1.0/default/android.hardware.contexthub@1.0-service.rc new file mode 100644 index 0000000000..8dba85f5cf --- /dev/null +++ b/contexthub/1.0/default/android.hardware.contexthub@1.0-service.rc @@ -0,0 +1,4 @@ +service contexthub-hal-1-0 /system/bin/hw/android.hardware.contexthub@1.0-service + class hal + user system + group system |