mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
56b0a79175
This reverts commit 3f510c8c06
.
168 lines
6.2 KiB
Makefile
168 lines
6.2 KiB
Makefile
# 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)
|
|
|
|
# Overlay
|
|
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
|
|
|
# Screen density
|
|
PRODUCT_AAPT_CONFIG := normal
|
|
PRODUCT_AAPT_PREF_CONFIG := xhdpi
|
|
|
|
# Boot animation
|
|
TARGET_SCREEN_HEIGHT := 1280
|
|
TARGET_SCREEN_WIDTH := 720
|
|
|
|
# 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_PACKAGES += \
|
|
libwvm_shim
|
|
|
|
# Camera
|
|
PRODUCT_PACKAGES += \
|
|
camera.msm8226 \
|
|
libboringssl-compat \
|
|
libstlport \
|
|
libxml2
|
|
|
|
# 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
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/gps/flp.conf:system/etc/flp.conf \
|
|
$(LOCAL_PATH)/gps/gps.conf:system/etc/gps.conf \
|
|
$(LOCAL_PATH)/gps/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/gpio-keys.kl:system/usr/keylayout/gpio-keys.kl \
|
|
$(LOCAL_PATH)/keylayout/sec_touchkey.kl:system/usr/keylayout/sec_touchkey.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_performance.xml:system/etc/media_codecs_performance.xml \
|
|
$(LOCAL_PATH)/configs/media_codecs.xml:system/etc/media_codecs.xml
|
|
|
|
# OMX
|
|
PRODUCT_PACKAGES += \
|
|
libOmxCore \
|
|
libOmxVdec \
|
|
libOmxVenc \
|
|
libstagefrighthw
|
|
|
|
# Permissions
|
|
PRODUCT_COPY_FILES += \
|
|
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.xml:system/etc/permissions/android.hardware.bluetooth.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.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.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.camera.xml:system/etc/permissions/android.hardware.camera.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.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.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 \
|
|
frameworks/native/data/etc/android.software.midi.xml:system/etc/permissions/android.software.midi.xml
|
|
|
|
# Power
|
|
PRODUCT_PACKAGES += \
|
|
power.msm8226
|
|
|
|
# Radio
|
|
PRODUCT_PACKAGES += \
|
|
libril_shim
|
|
|
|
# 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
|
|
|
|
# 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)
|