a5xelte: Decommonise the audio effects configuration
[GitHub/LineageOS/android_device_samsung_a5xelte.git] / device.mk
CommitLineData
b7e14c05
DW
1#
2# Copyright (C) 2018 The LineageOS Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17LOCAL_PATH := device/samsung/a5xelte
18
19$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
20
79d6b470
DW
21# Audio
22PRODUCT_COPY_FILES += \
580184e2
DW
23 $(LOCAL_PATH)/configs/audio/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_0.xml \
24 $(LOCAL_PATH)/configs/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml
79d6b470 25
562312cb
CH
26
27PRODUCT_PACKAGES += \
28 libtfa98xx \
29 audio_amplifier.universal7580 \
30 libtinycompress
31
5a6ea125
DW
32# Boot animation
33TARGET_BOOTANIMATION_PRELOAD := true
34TARGET_BOOTANIMATION_TEXTURE_CACHE := true
35TARGET_SCREEN_HEIGHT := 1920
36TARGET_SCREEN_WIDTH := 1080
37
217472c8
DW
38# Bluetooth
39PRODUCT_COPY_FILES += \
40 $(LOCAL_PATH)/bluetooth/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf
41
42PRODUCT_PACKAGES += \
43 android.hardware.bluetooth@1.0-service
531bc8dc 44
21e067f2
DW
45# Fingerprint
46PRODUCT_PACKAGES += \
6f659032 47 libbauthtzcommon_shim \
2911a227 48 android.hardware.biometrics.fingerprint@2.1-service.samsung
21e067f2 49
8c4ad635
S
50# Camera
51PRODUCT_PACKAGES += \
6072514d 52 camera.universal7580 \
8c4ad635
S
53 Snap
54
e841652f
S
55# hardware/samsung/AdvancedDisplay (MDNIE)
56PRODUCT_PACKAGES += \
57 AdvancedDisplay
58
ec8de909
S
59# Graphics
60# Device uses high-density artwork where available
61PRODUCT_AAPT_CONFIG := xlarge
62PRODUCT_AAPT_PREF_CONFIG := xhdpi
63# A list of dpis to select prebuilt apk, in precedence order.
64PRODUCT_AAPT_PREBUILT_DPI := hdpi mdpi
65
531bc8dc
DW
66# Keylayouts
67PRODUCT_COPY_FILES += \
68 $(LOCAL_PATH)/keylayout/gpio_keys.kl:system/usr/keylayout/gpio_keys.kl \
69 $(LOCAL_PATH)/keylayout/sec_touchkey.kl:system/usr/keylayout/sec_touchkey.kl
70
f237b697
DW
71# NFC
72PRODUCT_COPY_FILES += \
73 $(LOCAL_PATH)/configs/nfc/libnfc-sec-hal.conf:system/etc/libnfc-sec-hal.conf \
b88062e8 74 $(LOCAL_PATH)/configs/nfc/libnfc-sec.conf:system/etc/libnfc-nci.conf \
f237b697
DW
75 $(LOCAL_PATH)/configs/nfc/nfcee_access.xml:system/etc/nfcee_access.xml
76
77PRODUCT_PACKAGES += \
78 libnfc-nci \
79 libnfc_nci_jni \
80 NfcNci \
81 Tag \
82 com.android.nfc_extras \
83 android.hardware.nfc@1.0-impl
84
a6562810
DW
85# Permissions
86PRODUCT_COPY_FILES += \
6efdf6fc
JA
87 frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml \
88 frameworks/native/data/etc/android.hardware.camera.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.xml \
89 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.flash-autofocus.xml \
90 frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \
91 frameworks/native/data/etc/android.hardware.sensor.proximity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.proximity.xml \
92 frameworks/native/data/etc/android.hardware.telephony.gsm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.gsm.xml \
93 frameworks/native/data/etc/android.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml \
94 frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml \
95 frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.xml \
96 frameworks/native/data/etc/android.hardware.sensor.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.compass.xml \
97 frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.gyroscope.xml \
98 frameworks/native/data/etc/android.hardware.sensor.heartrate.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.heartrate.xml \
99 frameworks/native/data/etc/android.hardware.sensor.light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.light.xml \
100 frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepcounter.xml \
101 frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepdetector.xml \
102 frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.xml \
103 frameworks/native/data/etc/android.hardware.nfc.hce.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hce.xml \
104 frameworks/native/data/etc/com.android.nfc_extras.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.android.nfc_extras.xml \
105 frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml \
999eb7b6
L
106 $(LOCAL_PATH)/configs/permissions/com.samsung.permission.HRM_EXT.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.samsung.permission.HRM_EXT.xml \
107 $(LOCAL_PATH)/configs/permissions/com.samsung.permission.SSENSOR.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.samsung.permission.SSENSOR.xml
a6562810 108
b7e14c05
DW
109# Ramdisk
110PRODUCT_PACKAGES += \
111 init.target.rc
112
1475f6e2
DW
113# Radio
114PRODUCT_PACKAGES += \
115 libprotobuf-cpp-full \
116 libsecril-client \
117 modemloader \
118 libxml2 \
119 rild \
120 libril \
121 libreference-ril \
122 libsecril-client-sap \
123 android.hardware.radio@1.1 \
124 android.hardware.radio.deprecated@1.0
125
126PRODUCT_COPY_FILES += \
e4c7be7a 127 device/samsung/universal7580-common/configs/init/rild.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/rild.legacy.rc
1475f6e2 128
66e80d19
DW
129# Overlays
130DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
131
22907477 132# Vendor security patch level (vendor blobs from A510FXXS8CSF3)
3f1443c3 133PRODUCT_PROPERTY_OVERRIDES += \
22907477 134 ro.lineage.build.vendor_security_patch=2019-07-01
3f1443c3 135
e9809dea
DW
136# Wi-fi
137PRODUCT_COPY_FILES += \
138 $(LOCAL_PATH)/configs/wifi/cred.conf:system/etc/wifi/cred.conf \
6efdf6fc
JA
139 $(LOCAL_PATH)/configs/wifi/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf \
140 $(LOCAL_PATH)/configs/wifi/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
e9809dea
DW
141 $(LOCAL_PATH)/configs/wifi/filter_ie:system/etc/wifi/filter_ie
142
d169aa35
DW
143# Properties
144-include $(LOCAL_PATH)/system_prop.mk
145
b7e14c05
DW
146# Inherit from universal7580-common
147$(call inherit-product, device/samsung/universal7580-common/device-common.mk)
1475f6e2 148
06776d45
DW
149# Call the proprietary setup
150$(call inherit-product, vendor/samsung/a5xelte/a5xelte-vendor.mk)