Merge "Store sensor HAL properties in vendor partition" into oc-mr1-dev

am: 8c034f9247

Change-Id: I437882d775515183aec76033a093cfba56eca56b
This commit is contained in:
Peng Xu
2017-10-18 19:11:48 +00:00
committed by android-build-merger
2 changed files with 25 additions and 17 deletions

View File

@@ -229,6 +229,29 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \
ro.vendor.extension_library=libqti-perfd-client.so
# settings to enable Device Orientation Sensors
PRODUCT_PROPERTY_OVERRIDES += \
ro.qti.sensors.dev_ori=true
# settings to disable unused secondary wakeup
PRODUCT_PROPERTY_OVERRIDES += \
ro.qti.sensors.wu=false
# settings to disable unused algorithms
PRODUCT_PROPERTY_OVERRIDES += \
ro.qti.sdk.sensors.gestures=false \
ro.qti.sensors.amd=false \
ro.qti.sensors.cmc=false \
ro.qti.sensors.facing=false \
ro.qti.sensors.pedometer=false \
ro.qti.sensors.rmd=false \
ro.qti.sensors.scrn_ortn=false
# use SMGR supplied version of step detector and counter
PRODUCT_PROPERTY_OVERRIDES += \
ro.qti.sensors.step_counter=false \
ro.qti.sensors.step_detector=false
# camera gyro and laser sensor
PRODUCT_PROPERTY_OVERRIDES += \
persist.camera.gyro.android=20 \

View File

@@ -49,23 +49,8 @@ telephony.lteOnCdmaDevice=1
# Simulate sdcard on /data/media
persist.fuse_sdcard=true
# settings to enable Device Orientation Sensors
ro.qti.sensors.dev_ori=true
# settings to disable sensors not needed
# all secondary wakeup
ro.qti.sensors.wu=false
# unused algorithms
ro.qti.sdk.sensors.gestures=false
ro.qti.sensors.amd=false
ro.qti.sensors.cmc=false
ro.qti.sensors.facing=false
ro.qti.sensors.pedometer=false
ro.qti.sensors.rmd=false
ro.qti.sensors.scrn_ortn=false
# use SMGR supplied verison
ro.qti.sensors.step_counter=false
ro.qti.sensors.step_detector=false
# sensor properties are moved to device.mk
#
#system prop for RmNet Data
persist.rmnet.data.enable=true