potter: add sensors configs

This commit is contained in:
Vachounet
2017-04-13 12:18:25 +02:00
parent 0ff905f824
commit 6ed87dd4d4
3 changed files with 5128 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
sensors.ssc.so
sensors.iio.so

File diff suppressed because it is too large Load Diff

View File

@@ -105,8 +105,7 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
camera.msm8953 \ camera.msm8953 \
libbson \ libbson \
libshim_camera \ libshim_camera
Snap
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/camera/msm8953_mot_potter_camera.xml:system/etc/camera/msm8953_mot_potter_camera.xml \ $(LOCAL_PATH)/configs/camera/msm8953_mot_potter_camera.xml:system/etc/camera/msm8953_mot_potter_camera.xml \
@@ -129,17 +128,14 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
gralloc.msm8953 \ gralloc.msm8953 \
copybit.msm8953 \ copybit.msm8953 \
liboverlay \
hwcomposer.msm8953 \ hwcomposer.msm8953 \
memtrack.msm8953 \ memtrack.msm8953 \
libtinyxml libtinyxml
# Display Calibration # Display Calibration
PRODUCT_PACKAGES += \ # PRODUCT_PACKAGES += \
libjni_livedisplay # libjni_livedisplay
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/qdcm_calib_data_mipi_mot_vid_boe_1080p_520.xml:system/etc/qdcm_calib_data_mipi_mot_vid_boe_1080p_520.xml \
$(LOCAL_PATH)/configs/qdcm_calib_data_mipi_mot_vid_tianma_1080p_520.xml:system/etc/qdcm_calib_data_mipi_mot_vid_tianma_1080p_520.xml
# DRM # DRM
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
@@ -247,6 +243,11 @@ PRODUCT_PACKAGES += \
librmnetctl \ librmnetctl \
libxml2 libxml2
# Sensors
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/sensors/hals.conf:system/etc/sensors/hals.conf \
$(LOCAL_PATH)/configs/sensors/sensor_def_qcomdev.conf:system/etc/sensors/sensor_def_qcomdev.conf
# Thermal # Thermal
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/thermal-engine-potter.conf:system/etc/thermal-engine-potter.conf $(LOCAL_PATH)/configs/thermal-engine-potter.conf:system/etc/thermal-engine-potter.conf