# # Copyright (C) 2016 The CyanogenMod Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay PRODUCT_AAPT_CONFIG := normal hdpi xhdpi PRODUCT_AAPT_PREF_CONFIG := xhdpi PRODUCT_AAPT_PREBUILT_DPI := xhdpi 280dpi hdpi tvdpi mdpi ldpi TARGET_SCREEN_HEIGHT := 1280 TARGET_SCREEN_WIDTH := 720 $(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk) # ART PRODUCT_PROPERTY_OVERRIDES += \ dalvik.vm.dex2oat-flags=--no-watch-dog \ dalvik.vm.dex2oat-swap=false # ANT+ PRODUCT_PACKAGES += \ AntHalService \ com.dsi.ant.antradio_library \ libantradio # Audio PRODUCT_PACKAGES += \ audiod \ audio.a2dp.default \ audio.primary.msm8226 \ audio.r_submix.default \ audio.usb.default PRODUCT_PACKAGES += \ libaudio-resampler \ libqcompostprocbundle \ libqcomvisualizer \ libqcomvoiceprocessing \ tinymix PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/audio_platform_info.xml:system/etc/audio_platform_info.xml \ $(LOCAL_PATH)/configs/audio_effects.conf:system/vendor/etc/audio_effects.conf \ $(LOCAL_PATH)/configs/audio_policy.conf:system/etc/audio_policy.conf \ $(LOCAL_PATH)/configs/mixer_paths.xml:system/etc/mixer_paths.xml # Bluetooth PRODUCT_PACKAGES += \ bdaddr_xiaomi \ init.qcom.fm.sh PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/init.dior.bt.sh:system/bin/init.dior.bt.sh # CABL PRODUCT_PROPERTY_OVERRIDES += \ ro.qualcomm.cabl=0 # Camera PRODUCT_PACKAGES += \ Snap \ libxml2 \ camera.msm8226 #CMActions PRODUCT_PACKAGES += \ CMActions # Connectivity PRODUCT_PACKAGES += \ libcnefeatureconfig # Display PRODUCT_PACKAGES += \ copybit.msm8226 \ gralloc.msm8226 \ hwcomposer.msm8226 \ memtrack.msm8226 \ liboverlay # DRM PRODUCT_PACKAGES += \ libshims_wvm PRODUCT_PROPERTY_OVERRIDES += \ drm.service.enabled=true # Ebtables PRODUCT_PACKAGES += \ ebtables \ ethertypes \ libebtc # FM PRODUCT_PACKAGES += \ FMRadio \ libfmjni # GPS PRODUCT_PACKAGES += \ gps.msm8226 PRODUCT_PACKAGES += \ gps.conf \ flp.conf \ izat.conf \ quipc.conf \ sap.conf PRODUCT_PROPERTY_OVERRIDES += \ ro.gps.agps_provider=1 # Graphics PRODUCT_PACKAGES += \ libGLES_android \ libstlport # IPC router PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/sec_config:system/etc/sec_config # Keylayouts PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/keylayout/atmel-maxtouch.kl:system/usr/keylayout/atmel-maxtouch.kl \ $(LOCAL_PATH)/keylayout/ft5x06.kl:system/usr/keylayout/ft5x06.kl \ $(LOCAL_PATH)/keylayout/gpio-keys.kl:system/usr/keylayout/gpio-keys.kl \ $(LOCAL_PATH)/keylayout/ist30xx.kl:system/usr/keylayout/ist30xx.kl \ $(LOCAL_PATH)/keylayout/msm8226-tapan-snd-card_Button_Jack.kl:system/usr/keylayout/msm8226-tapan-snd-card_Button_Jack.kl \ $(LOCAL_PATH)/keylayout/synaptics_rmi4_i2c.kl:system/usr/keylayout/synaptics_rmi4_i2c.kl # Keystore PRODUCT_PACKAGES += \ keystore.msm8226 # Lights PRODUCT_PACKAGES += \ lights.msm8226 # Media PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/media_codecs.xml:system/etc/media_codecs.xml \ $(LOCAL_PATH)/configs/media_profiles.xml:system/etc/media_profiles.xml \ $(LOCAL_PATH)/configs/media_codecs_performance.xml:system/etc/media_codecs_performance.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml PRODUCT_PACKAGES += \ libc2dcolorconvert \ libdivxdrmdecrypt \ libextmedia_jni \ libOmxAacEnc \ libOmxAmrEnc \ libOmxCore \ libOmxEvrcEnc \ libOmxQcelp13Enc \ libOmxVdec \ libOmxVenc \ libOmxVidcCommon \ libstagefrighthw PRODUCT_PROPERTY_OVERRIDES += \ media.stagefright.legacyencoder=true \ media.stagefright.less-secure=true # Permissions PRODUCT_COPY_FILES += \ external/ant-wireless/antradio-library/com.dsi.ant.antradio_library.xml:system/etc/permissions/com.dsi.ant.antradio_library.xml \ frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \ frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \ frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \ frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:system/etc/permissions/android.hardware.sensor.accelerometer.xml \ frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml \ frameworks/native/data/etc/android.hardware.sensor.compass.xml:system/etc/permissions/android.hardware.compass.xml \ frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \ frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \ frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \ frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:system/etc/permissions/android.hardware.sensor.stepcounter.xml \ frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:system/etc/permissions/android.hardware.sensor.stepdetector.xml \ frameworks/native/data/etc/android.hardware.telephony.cdma.xml:system/etc/permissions/android.hardware.telephony.cdma.xml \ frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \ frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \ frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \ frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ frameworks/native/data/etc/android.software.midi.xml:system/etc/permissions/android.software.midi.xml \ frameworks/native/data/etc/android.software.print.xml:system/etc/permissions/android.software.print.xml \ frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \ frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml # Power PRODUCT_PACKAGES += \ power.msm8226 # Qualcomm PRODUCT_PROPERTY_OVERRIDES += \ persist.timed.enable=true \ ro.vendor.extension_library=/vendor/lib/libqti-perfd-client.so # Ramdisk PRODUCT_PACKAGES += \ fstab.dior \ init.dior.rc \ init.dior.usb.rc \ ueventd.dior.rc # RIL PRODUCT_PACKAGES += \ libprotobuf-cpp-full # Sensors PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/sensor_def_qcomdev.conf:system/etc/sensor_def_qcomdev.conf # Storage PRODUCT_PROPERTY_OVERRIDES += \ ro.sys.sdcardfs=true # Thermal PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/thermal-engine-8226.conf:system/etc/thermal-engine-8226.conf PRODUCT_PACKAGES += \ com.android.future.usb.accessory # Wifi PRODUCT_PACKAGES += \ WCNSS_cfg.dat \ WCNSS_qcom_cfg.ini \ hostapd_default.conf \ p2p_supplicant_overlay.conf \ wpa_supplicant_overlay.conf \ WCNSS_qcom_wlan_nv.bin \ WCNSS_qcom_wlan_nv_h3gbl.bin \ WCNSS_qcom_wlan_nv_h3td.bin \ WCNSS_qcom_wlan_nv_h3w.bin PRODUCT_PACKAGES += \ hostapd \ wpa_supplicant \ wpa_supplicant.conf PRODUCT_PACKAGES += \ libcurl \ libcnefeatureconfig \ libqsap_sdk \ libQWiFiSoftApCfg \ wcnss_service \ libwcnss_qmi \ libxml2 PRODUCT_PROPERTY_OVERRIDES += \ wifi.interface=wlan0 \ persist.debug.wfd.enable=1 \ persist.sys.wfd.virtual=0 \ ro.disableWifiApFirmwareReload=true # IO Scheduler PRODUCT_PROPERTY_OVERRIDES += \ sys.io.scheduler=bfq # LTE, GSM/WCDMA PRODUCT_PROPERTY_OVERRIDES += \ ro.telephony.get_imsi_from_sim=true