# 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. $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) # Overlays DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay # Permissions PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/etc/permissions/android.hardware.bluetooth.xml \ frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/etc/permissions/android.hardware.bluetooth_le.xml \ frameworks/native/data/etc/android.hardware.camera.autofocus.xml:system/etc/etc/permissions/android.hardware.camera.autofocus.xml \ frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/etc/permissions/android.hardware.camera.flash-autofocus.xml \ frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/etc/permissions/android.hardware.camera.front.xml \ frameworks/native/data/etc/android.hardware.camera.xml:system/etc/etc/permissions/android.hardware.camera.xml \ frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/etc/permissions/android.hardware.location.gps.xml \ frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:system/etc/etc/permissions/android.hardware.sensor.accelerometer.xml \ frameworks/native/data/etc/android.hardware.sensor.compass.xml:system/etc/etc/permissions/android.hardware.sensor.compass.xml \ frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/etc/permissions/android.hardware.sensor.light.xml \ frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/etc/permissions/android.hardware.sensor.proximity.xml \ frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \ frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/etc/permissions/android.hardware.usb.accessory.xml \ frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/etc/permissions/android.hardware.usb.host.xml \ frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/etc/permissions/android.hardware.wifi.direct.xml \ frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/etc/permissions/android.hardware.wifi.xml \ frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/etc/permissions/android.software.sip.voip.xml \ frameworks/native/data/etc/android.software.midi.xml:system/etc/etc/permissions/android.software.midi.xml # Ramdisk PRODUCT_PACKAGES += \ init.qcom.bt.sh PRODUCT_PACKAGES += \ init.qcom.power.rc \ init.qcom.rc \ init.qcom.usb.rc \ init.recovery.qcom.rc \ ueventd.qcom.rc # 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 # Camera PRODUCT_PACKAGES += \ camera.msm8226 \ libboringssl-compat \ libstlport \ libxml2 \ Snap # CRDA PRODUCT_PACKAGES += \ crda \ linville.key.pub.pem \ regdbdump \ regulatory.bin # Display PRODUCT_PACKAGES += \ copybit.msm8226 \ gralloc.msm8226 \ hwcomposer.msm8226 \ memtrack.msm8226 # Ebtables PRODUCT_PACKAGES += \ ebtables \ ethertypes \ libebtc # FM PRODUCT_PACKAGES += \ FMRadio \ libfmjni # GPS PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/gps/etc/gps.conf:system/etc/gps.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 # Keystore PRODUCT_PACKAGES += \ keystore.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 # OMX PRODUCT_PACKAGES += \ libOmxCore \ libOmxVdec \ libOmxVenc \ libstagefrighthw # Power PRODUCT_PACKAGES += \ power.msm8226 # Wifi PRODUCT_PACKAGES += \ dhcpcd.conf \ hostapd \ wpa_supplicant \ wpa_supplicant.conf PRODUCT_PACKAGES += \ libcurl \ libqsap_sdk \ libQWiFiSoftApCfg \ libwcnss_qmi \ wcnss_service # Inherit from qcom-common $(call inherit-product, device/samsung/qcom-common/qcom-common.mk)