gts3llte: vibrator: Remove vibrator things to move it to common tree
Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: Icca58ca5c910e8c83d401e6d81657d2f381466a0
This commit is contained in:
parent
bbd82b406b
commit
6dd797d53a
3 changed files with 0 additions and 24 deletions
|
@ -50,10 +50,5 @@ PRODUCT_PACKAGES += \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libprotobuf-cpp-full
|
libprotobuf-cpp-full
|
||||||
|
|
||||||
# Vibrator
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
android.hardware.vibrator@1.0-impl \
|
|
||||||
android.hardware.vibrator@1.0-service
|
|
||||||
|
|
||||||
# Inherit from gts3l-common
|
# Inherit from gts3l-common
|
||||||
$(call inherit-product, device/samsung/gts3l-common/gts3l.mk)
|
$(call inherit-product, device/samsung/gts3l-common/gts3l.mk)
|
||||||
|
|
|
@ -34,15 +34,6 @@
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
|
||||||
<name>android.hardware.vibrator</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<version>1.0</version>
|
|
||||||
<interface>
|
|
||||||
<name>IVibrator</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
<hal format="hidl" override="true">
|
<hal format="hidl" override="true">
|
||||||
<name>com.qualcomm.qti.imscmservice</name>
|
<name>com.qualcomm.qti.imscmservice</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
|
|
@ -81,14 +81,4 @@
|
||||||
<item>"0,1"</item>
|
<item>"0,1"</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<!-- Vibrator pattern to be used as the default for notifications
|
|
||||||
that specify DEFAULT_VIBRATE.
|
|
||||||
-->
|
|
||||||
<integer-array name="config_defaultNotificationVibePattern">
|
|
||||||
<item>0</item>
|
|
||||||
<item>250</item>
|
|
||||||
<item>250</item>
|
|
||||||
<item>250</item>
|
|
||||||
</integer-array>
|
|
||||||
|
|
||||||
</resources>
|
</resources>
|
Loading…
Reference in a new issue