summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Wright2018-01-23 18:22:02 -0600
committerMichael Wright2018-01-24 18:53:31 -0600
commited5d92cc7cdaf07bf7e97cc7894f3147cd055b73 (patch)
treea91b6532f33887b5a845e21dfb88526d1f74c49b /vibrator/1.2/Android.bp
parentb6371e782db1c82bc2b3261579c4f25c31a9c1b1 (diff)
downloadplatform-hardware-interfaces-ed5d92cc7cdaf07bf7e97cc7894f3147cd055b73.tar.gz
platform-hardware-interfaces-ed5d92cc7cdaf07bf7e97cc7894f3147cd055b73.tar.xz
platform-hardware-interfaces-ed5d92cc7cdaf07bf7e97cc7894f3147cd055b73.zip
Add new vibrator effects.
Add new effects for pop, thud and heavy click, as well as constants to play back pre-defined ringtone effects. Bug: 64185677 Bug: 64184692 Test: run vts --skip-all-system-status-check --skip-preconditions --primary-abi-only --module VtsHalVibratorV1_2TargetTest Change-Id: I4baae73e1471208f9f54bb1c03da8c27ca6b0ee1
Diffstat (limited to 'vibrator/1.2/Android.bp')
-rw-r--r--vibrator/1.2/Android.bp23
1 files changed, 23 insertions, 0 deletions
diff --git a/vibrator/1.2/Android.bp b/vibrator/1.2/Android.bp
new file mode 100644
index 00000000..88192c18
--- /dev/null
+++ b/vibrator/1.2/Android.bp
@@ -0,0 +1,23 @@
1// This file is autogenerated by hidl-gen -Landroidbp.
2
3hidl_interface {
4 name: "android.hardware.vibrator@1.2",
5 root: "android.hardware",
6 vndk: {
7 enabled: true,
8 },
9 srcs: [
10 "types.hal",
11 "IVibrator.hal",
12 ],
13 interfaces: [
14 "android.hardware.vibrator@1.0",
15 "android.hardware.vibrator@1.1",
16 "android.hidl.base@1.0",
17 ],
18 types: [
19 "Effect",
20 ],
21 gen_java: true,
22}
23