mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
babea0063a
we already integrated the new one in kernel
252 lines
8.5 KiB
Makefile
252 lines
8.5 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)
|
|
|
|
# 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
|
|
|
|
# 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 += \
|
|
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
|
|
|
|
# System properties
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
audio.offload.buffer.size.kb=32 \
|
|
audio.offload.gapless.enabled=false \
|
|
av.offload.enable=true
|
|
|
|
PRODUCT_PACKAGES += \
|
|
libimx175_shim
|
|
|
|
# Security
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.weaver@1.0
|
|
|
|
# Camera
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.camera.provider@2.4-impl-legacy \
|
|
camera.device@1.0-impl-legacy \
|
|
libboringssl-compat \
|
|
camera.msm8226 \
|
|
libxml2 \
|
|
Snap
|
|
|
|
# CRDA
|
|
PRODUCT_PACKAGES += \
|
|
crda \
|
|
linville.key.pub.pem \
|
|
regdbdump \
|
|
regulatory.bin
|
|
|
|
# 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
|
|
|
|
# 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
|
|
|
|
# DRM
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.drm@1.0-impl \
|
|
android.hardware.drm@1.0-service
|
|
|
|
# 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
|
|
|
|
# GPS HAL
|
|
PRODUCT_PACKAGES += \
|
|
gps.msm8226 \
|
|
android.hardware.gnss@1.0-impl
|
|
|
|
# Sensor HAL
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.sensors@1.0-impl \
|
|
sensors.msm8226
|
|
|
|
# Sensors
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/configs/_hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/_hals.conf
|
|
|
|
# Sensors
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/configs/_hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/_hals.conf
|
|
|
|
# Bluetooth
|
|
PRODUCT_PACKAGES += \
|
|
libbt-vendor \
|
|
android.hardware.bluetooth@1.0-impl \
|
|
android.hardware.bluetooth@1.0-service
|
|
|
|
# Keymaster HAL
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.keymaster@3.0-impl \
|
|
android.hardware.keymaster@3.0-service
|
|
|
|
# Vibrator
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.vibrator@1.0-service.lineage
|
|
|
|
# USB HAL
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.usb@1.0-service
|
|
|
|
# Power HAL
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.power@1.0-service-qti
|
|
|
|
# Radio
|
|
PRODUCT_PACKAGES += \
|
|
libsecnativefeature
|
|
|
|
# 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
|
|
|
|
# Lights
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.light@2.0-impl \
|
|
android.hardware.light@2.0-service \
|
|
lights.MSM8226
|
|
|
|
# Wifi
|
|
PRODUCT_PACKAGES += \
|
|
dhcpcd.conf \
|
|
hostapd \
|
|
wificond \
|
|
wpa_supplicant \
|
|
wpa_supplicant.conf \
|
|
libwpa_client \
|
|
android.hardware.wifi@1.0-service
|
|
|
|
# Torch
|
|
PRODUCT_PACKAGES += \
|
|
Torch
|
|
|
|
# QC Perf
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.vendor.extension_library=/system/lib/libqc-opt.so
|
|
|
|
PRODUCT_PACKAGES += \
|
|
libcurl \
|
|
libwcnss_qmi \
|
|
wcnss_service
|
|
|
|
# Inherit from qcom-common
|
|
$(call inherit-product, device/samsung/qcom-common/qcom-common.mk)
|