diff options
author | Harpreet "Eli" Sangha <eliptus@google.com> | 2018-12-14 12:06:34 +0900 |
---|---|---|
committer | Harpreet "Eli" Sangha <eliptus@google.com> | 2018-12-25 13:40:38 +0900 |
commit | 1f1532631aab8ad7f042cbd42cd0c79398e6f702 (patch) | |
tree | ef6a155ce687f3354e1fbf84f93d4073e173b214 /vibrator/1.3/Android.bp | |
parent | 9b1689da743c56239a2ae65804f3ccae87474756 (diff) | |
download | platform_hardware_interfaces-1f1532631aab8ad7f042cbd42cd0c79398e6f702.tar.gz platform_hardware_interfaces-1f1532631aab8ad7f042cbd42cd0c79398e6f702.tar.bz2 platform_hardware_interfaces-1f1532631aab8ad7f042cbd42cd0c79398e6f702.zip |
vibrator: Add Vibrator HAL 1.3
Add API for enabling/disabling external control of vibrator.
Bug: 117835666
Test: Sanity Check Via 'cmd vibrator'
Change-Id: I5342ca9feba1811efcb5483668858db3f70ad686
Signed-off-by: Harpreet "Eli" Sangha <eliptus@google.com>
Diffstat (limited to 'vibrator/1.3/Android.bp')
-rw-r--r-- | vibrator/1.3/Android.bp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vibrator/1.3/Android.bp b/vibrator/1.3/Android.bp new file mode 100644 index 0000000000..28370d6e4d --- /dev/null +++ b/vibrator/1.3/Android.bp @@ -0,0 +1,20 @@ +// This file is autogenerated by hidl-gen -Landroidbp. + +hidl_interface { + name: "android.hardware.vibrator@1.3", + root: "android.hardware", + vndk: { + enabled: true, + }, + srcs: [ + "IVibrator.hal", + ], + interfaces: [ + "android.hardware.vibrator@1.0", + "android.hardware.vibrator@1.1", + "android.hardware.vibrator@1.2", + "android.hidl.base@1.0", + ], + gen_java: true, +} + |