Vibrator: Stable AIDL interface.

This is from running:
hidl2aidl android.hardware.vibrator@1.4

and then making several small modifications.

Bug: 141828236
Test: dumpsys on cf
Change-Id: I612e903c1e3f63f0470f8e5c827345c5b67d5645
This commit is contained in:
Steven Moreland
2019-10-24 18:12:46 -07:00
parent 454c6ee1a0
commit d44007e625
14 changed files with 686 additions and 0 deletions

View File

@@ -465,6 +465,13 @@
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.vibrator</name>
<interface>
<name>IVibrator</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>android.hardware.vibrator</name>
<version>1.0-4</version>