# Copyright (C) 2014 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. # Overlays DEVICE_PACKAGE_OVERLAYS += device/samsung/msm8226-common/overlay # Permissions PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \ frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml \ frameworks/native/data/etc/android.hardware.camera.autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.autofocus.xml \ frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.flash-autofocus.xml \ frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \ frameworks/native/data/etc/android.hardware.camera.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.xml \ frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml \ frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \ frameworks/native/data/etc/android.hardware.sensor.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.compass.xml \ frameworks/native/data/etc/android.hardware.sensor.light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.light.xml \ frameworks/native/data/etc/android.hardware.sensor.proximity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.proximity.xml \ frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/permissions/android.hardware.sensor.gyroscope.xml \ frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \ frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \ frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \ frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml \ frameworks/native/data/etc/android.software.sip.voip.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.sip.voip.xml \ frameworks/native/data/etc/android.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml # Ramdisk PRODUCT_PACKAGES += \ init.qcom.bt.sh \ init.ril.sh PRODUCT_PACKAGES += \ init.qcom.power.rc \ init.qcom.rc \ init.qcom.usb.rc \ init.recovery.qcom.rc \ ueventd.qcom.rc # System properties PRODUCT_PROPERTY_OVERRIDES += \ audio.offload.buffer.size.kb=32 \ audio.offload.gapless.enabled=false \ av.offload.enable=true PRODUCT_PROPERTY_OVERRIDES += \ ro.opengles.version=196608 PRODUCT_PROPERTY_OVERRIDES += \ persist.rild.nitz_plmn="" \ persist.rild.nitz_long_ons_0="" \ persist.rild.nitz_long_ons_1="" \ persist.rild.nitz_long_ons_2="" \ persist.rild.nitz_long_ons_3="" \ persist.rild.nitz_short_ons_0="" \ persist.rild.nitz_short_ons_1="" \ persist.rild.nitz_short_ons_2="" \ persist.rild.nitz_short_ons_3="" PRODUCT_PROPERTY_OVERRIDES += \ persist.timed.enable=true PRODUCT_PROPERTY_OVERRIDES += \ ro.vendor.extension_library=/vendor/lib/libqc-opt.so # Audio PRODUCT_PACKAGES += \ android.hardware.audio@2.0-impl \ android.hardware.audio@2.0-service \ android.hardware.audio.effect@2.0-impl \ android.hardware.audio.effect@2.0-service \ android.hardware.broadcastradio@1.0-impl \ android.hardware.soundtrigger@2.0-impl \ audio_policy.msm8226 \ audio.a2dp.default \ audio.primary.msm8226 \ audio.r_submix.default \ audio.usb.default \ libaudio-resampler \ libqcomvisualizer \ libqcompostprocbundle \ libqcomvoiceprocessing \ tinymix # Bluetooth PRODUCT_PACKAGES += \ libbt-vendor \ android.hardware.bluetooth@1.0-impl \ android.hardware.bluetooth@1.0-service # Boot animation TARGET_BOOTANIMATION_HALF_RES := true # Display PRODUCT_PACKAGES += \ copybit.msm8226 \ gralloc.msm8226 \ hwcomposer.msm8226 \ memtrack.msm8226 \ android.hardware.graphics.allocator@2.0-impl \ android.hardware.graphics.allocator@2.0-service \ android.hardware.graphics.mapper@2.0-impl \ android.hardware.memtrack@1.0-impl \ android.hardware.memtrack@1.0-service # DRM PRODUCT_PACKAGES += \ android.hardware.drm@1.0-impl \ android.hardware.drm@1.0-service # GPS HAL PRODUCT_PACKAGES += \ gps.msm8226 \ android.hardware.gnss@1.0-impl PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/gps/etc/flp.conf:system/etc/flp.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/sap.conf:system/etc/sap.conf # Keylayouts PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/keylayout/Button_Jack.kl:system/usr/keylayout/Button_Jack.kl \ $(LOCAL_PATH)/keylayout/synaptics_rmi4_i2c.kl:system/usr/keylayout/synaptics_rmi4_i2c.kl # Keymaster HAL PRODUCT_PACKAGES += \ android.hardware.keymaster@3.0-impl \ android.hardware.keymaster@3.0-service # Keystore PRODUCT_PACKAGES += \ keystore.msm8226 # Media PRODUCT_COPY_FILES += \ frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml \ $(LOCAL_PATH)/configs/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml # OMX PRODUCT_PACKAGES += \ libc2dcolorconvert \ libOmxAacEnc \ libOmxAmrEnc \ libOmxCore \ libOmxEvrcEnc \ libOmxQcelp13Enc \ libOmxVdec \ libOmxVenc \ libstagefrighthw # Offmode charger PRODUCT_PACKAGES += \ lineage_charger_res_images # Power HAL PRODUCT_PACKAGES += \ android.hardware.power@1.0-service-qti # RenderScript HAL PRODUCT_PACKAGES += \ android.hardware.renderscript@1.0-impl # Seccomp policy PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/seccomp_policy/mediacodec.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediacodec.policy \ $(LOCAL_PATH)/seccomp_policy/mediaextractor.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediaextractor.policy # Security PRODUCT_PACKAGES += \ android.hardware.weaver@1.0 # Sensor HAL PRODUCT_PACKAGES += \ android.hardware.sensors@1.0-impl # USB HAL PRODUCT_PACKAGES += \ android.hardware.usb@1.0-service # Wifi PRODUCT_PACKAGES += \ dhcpcd.conf \ hostapd \ wificond \ wpa_supplicant \ wpa_supplicant.conf \ libwpa_client \ android.hardware.wifi@1.0-service PRODUCT_PACKAGES += \ libcurl \ libwcnss_qmi \ wcnss_service # Get non-open-source specific aspects $(call inherit-product-if-exists, vendor/samsung/msm8226-common/msm8226-common-vendor.mk) # Inherit from qcom-common $(call inherit-product, device/samsung/qcom-common/qcom-common.mk)