mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: add health HAL
Change-Id: Ib934ab27f49bd27ba0285db505d2b5fa198522ef
This commit is contained in:
parent
483811c628
commit
d87fe4a395
2 changed files with 14 additions and 0 deletions
|
@ -104,6 +104,15 @@
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
|
<hal format="hidl">
|
||||||
|
<name>android.hardware.health</name>
|
||||||
|
<transport>hwbinder</transport>
|
||||||
|
<version>2.0</version>
|
||||||
|
<interface>
|
||||||
|
<name>IHealth</name>
|
||||||
|
<instance>backup</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.keymaster</name>
|
<name>android.hardware.keymaster</name>
|
||||||
<transport arch="32">passthrough</transport>
|
<transport arch="32">passthrough</transport>
|
||||||
|
|
|
@ -148,6 +148,11 @@ PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/gps/etc/gps.conf:system/etc/gps.conf \
|
$(LOCAL_PATH)/gps/etc/gps.conf:system/etc/gps.conf \
|
||||||
$(LOCAL_PATH)/gps/etc/izat.conf:system/etc/izat.conf \
|
$(LOCAL_PATH)/gps/etc/izat.conf:system/etc/izat.conf \
|
||||||
$(LOCAL_PATH)/gps/etc/sap.conf:system/etc/sap.conf
|
$(LOCAL_PATH)/gps/etc/sap.conf:system/etc/sap.conf
|
||||||
|
|
||||||
|
# Health
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.health@2.0-impl \
|
||||||
|
android.hardware.health@2.0-service
|
||||||
|
|
||||||
# Keylayouts
|
# Keylayouts
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
Loading…
Reference in a new issue