# # 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. # $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) $(call inherit-product, vendor/motorola/msm8226-common/msm8226-common-vendor.mk) # Overlay DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay # 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.compass.xml:system/etc/permissions/android.hardware.sensor.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.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.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 # Screen density PRODUCT_AAPT_CONFIG := normal PRODUCT_AAPT_PREF_CONFIG := xhdpi # Boot animation TARGET_SCREEN_HEIGHT := 1280 TARGET_SCREEN_WIDTH := 720 $(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk) # 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 # Audio configuration PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/audio_effects.conf:system/vendor/etc/audio_effects.conf \ $(LOCAL_PATH)/configs/audio_policy.conf:system/etc/audio_policy.conf # Camera PRODUCT_PACKAGES += \ libxml2 \ camera.msm8226 \ Snap # Display PRODUCT_PACKAGES += \ copybit.msm8226 \ gralloc.msm8226 \ hwcomposer.msm8226 \ memtrack.msm8226 # Ebtables PRODUCT_PACKAGES += \ ebtables \ ethertypes \ libebtc # FM PRODUCT_PACKAGES += \ FMRadio \ libfmjni # Gello PRODUCT_PACKAGES += \ Gello # GPS PRODUCT_PACKAGES += \ gps.msm8226 # IRSC PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/sec_config:system/etc/sec_config # Keystore PRODUCT_PACKAGES += \ keystore.msm8226 # Lights PRODUCT_PACKAGES += \ lights.msm8226 # Media PRODUCT_COPY_FILES += \ 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 \ $(LOCAL_PATH)/configs/media_codecs.xml:system/etc/media_codecs.xml \ $(LOCAL_PATH)/configs/media_codecs_performance.xml:system/etc/media_codecs_performance.xml \ $(LOCAL_PATH)/configs/media_profiles.xml:system/etc/media_profiles.xml # OMX PRODUCT_PACKAGES += \ libOmxCore \ libOmxVdec \ libOmxVenc \ libstagefrighthw # Power PRODUCT_PACKAGES += \ power.msm8226 # Radio PRODUCT_PACKAGES += \ libcnefeatureconfig # Ramdisk PRODUCT_PACKAGES += \ fstab.qcom \ init.qcom.bt.sh \ init.qcom.ril.sh \ dump_pds.sh PRODUCT_PACKAGES += \ init.mmi.boot.sh \ init.mmi.touch.sh \ init.qcom.rc \ init.qcom.usb.rc \ init.recovery.qcom.rc \ ueventd.qcom.rc # Sensors PRODUCT_PACKAGES += \ sensors.msm8226 # Thermal PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/thermal/thermal-engine-8226.conf:system/etc/thermal-engine-8226.conf \ $(LOCAL_PATH)/thermal/thermal-engine-thea.conf:system/etc/thermal-engine-thea.conf \ $(LOCAL_PATH)/thermal/thermal-engine-titan.conf:system/etc/thermal-engine-titan.conf # USB PRODUCT_PACKAGES += \ com.android.future.usb.accessory # WCNSS PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/wifi/WCNSS_cfg.dat:system/etc/firmware/wlan/prima/WCNSS_cfg.dat \ $(LOCAL_PATH)/wifi/WCNSS_qcom_cfg.ini:system/etc/wifi/WCNSS_qcom_cfg.ini PRODUCT_PACKAGES += \ wcnss_service \ WCNSS_qcom_wlan_factory_nv.bin # Wifi PRODUCT_PACKAGES += \ dhcpcd.conf \ hostapd_default.conf \ hostapd \ wpa_supplicant \ wpa_supplicant.conf PRODUCT_PACKAGES += \ p2p_supplicant_overlay.conf \ wpa_supplicant_overlay.conf PRODUCT_PACKAGES += \ libcurl \ libqsap_sdk \ libQWiFiSoftApCfg