forked from CyanogenMod/android_device_sony_fusion3-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fusion3.mk
243 lines (197 loc) · 8.8 KB
/
fusion3.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
# Copyright (C) 2013 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)
# qcom common
$(call inherit-product, device/sony/qcom-common/qcom-common.mk)
COMMON_PATH := device/sony/fusion3-common
DEVICE_PACKAGE_OVERLAYS += $(COMMON_PATH)/overlay
# 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.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.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.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.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.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.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/com.android.nfc_extras.xml:system/etc/permissions/com.google.android.nfc_extras.xml \
frameworks/native/data/etc/com.nxp.mifare.xml:system/etc/permissions/com.nxp.mifare.xml \
frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml
# GPS
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/rootdir/system/etc/gps.conf:system/etc/gps.conf
# WPA supplicant config
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/rootdir/system/etc/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/rootdir/fstab.sony:root/fstab.sony
# QCOM Display
PRODUCT_PACKAGES += \
hwcomposer.msm8960 \
gralloc.msm8960 \
copybit.msm8960
# NFC Support
PRODUCT_PACKAGES += \
libnfc \
libnfc_jni \
Nfc \
Tag \
com.android.nfc_extras
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/com.android.nfc_extras.xml:system/etc/permissions/com.android.nfc_extras.xml
# NFCEE access control
ifeq ($(TARGET_BUILD_VARIANT),user)
NFCEE_ACCESS_PATH := $(COMMON_PATH)/rootdir/system/etc/nfcee_access.xml
else
NFCEE_ACCESS_PATH := $(COMMON_PATH)/rootdir/system/etc/nfcee_access_debug.xml
endif
PRODUCT_COPY_FILES += \
$(NFCEE_ACCESS_PATH):system/etc/nfcee_access.xml
# Recovery
PRODUCT_PACKAGES += \
extract_elf_ramdisk
# Audio
PRODUCT_PACKAGES += \
alsa.msm8960 \
audio_policy.msm8960 \
audio.primary.msm8960 \
audio.a2dp.default \
audio.usb.default \
audio.r_submix.default \
libaudio-resampler \
tinymix
# BT
PRODUCT_PACKAGES += \
hci_qcomm_init
# Audio
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/rootdir/system/etc/audio_policy.conf:system/etc/audio_policy.conf
# Media
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/rootdir/system/etc/media_profiles.xml:system/etc/media_profiles.xml
# Light
PRODUCT_PACKAGES += \
lights.msm8960
# Sensors
PRODUCT_PACKAGES += \
sensors.default
# WIFI MAC update
PRODUCT_PACKAGES += \
mac-update
# FM Radio
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/rootdir/system/etc/init.qcom.fm.sh:system/etc/init.qcom.fm.sh \
frameworks/native/data/etc/com.stericsson.hardware.fm.receiver.xml:system/etc/permissions/com.stericsson.hardware.fm.receiver.xml
PRODUCT_PACKAGES += \
FmRadio
# Key layouts and touchscreen
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/rootdir/system/usr/idc/clearpad.idc:system/usr/idc/clearpad.idc \
$(COMMON_PATH)/rootdir/system/usr/keylayout/apq8064-tabla-snd-card_Button_Jack.kl:system/usr/keylayout/apq8064-tabla-snd-card_Button_Jack.kl \
$(COMMON_PATH)/rootdir/system/usr/keylayout/clearpad.kl:system/usr/keylayout/clearpad.kl \
$(COMMON_PATH)/rootdir/system/usr/keylayout/gpio-keys.kl:system/usr/keylayout/gpio-keys.kl \
$(COMMON_PATH)/rootdir/system/usr/keylayout/keypad_8960.kl:system/usr/keylayout/keypad_8960.kl \
$(COMMON_PATH)/rootdir/system/usr/keylayout/mhl-rcp.kl:system/usr/keylayout/mhl-rcp.kl \
$(COMMON_PATH)/rootdir/system/usr/keylayout/pmic8xxx_pwrkey.kcm:system/usr/keylayout/pmic8xxx_pwrkey.kcm \
$(COMMON_PATH)/rootdir/system/usr/keylayout/pmic8xxx_pwrkey.kl:system/usr/keylayout/pmic8xxx_pwrkey.kl
# Misc
PRODUCT_PACKAGES += \
librs_jni \
com.android.future.usb.accessory
# Live Wallpapers
PRODUCT_PACKAGES += \
LiveWallpapers \
LiveWallpapersPicker \
VisualizationWallpapers \
# Filesystem management tools
PRODUCT_PACKAGES += \
e2fsck
# We have enough storage space to hold precise GC data
PRODUCT_TAGS += dalvik.gc.type-precise
# Custom init / uevent
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/rootdir/init.qcom.rc:root/init.qcom.rc \
$(COMMON_PATH)/rootdir/ueventd.qcom.rc:root/ueventd.qcom.rc \
$(COMMON_PATH)/rootdir/init.recovery.qcom.rc:root/init.recovery.qcom.rc \
$(COMMON_PATH)/rootdir/system/etc/init.qcom.bt.sh:system/etc/init.qcom.bt.sh
# Post recovery script
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/recovery/postrecoveryboot.sh:recovery/root/sbin/postrecoveryboot.sh
# Additional sbin stuff
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/rootdir/charger:root/charger \
$(COMMON_PATH)/rootdir/sbin/wait4tad_static:root/sbin/wait4tad_static \
$(COMMON_PATH)/rootdir/sbin/tad_static:root/sbin/tad_static
# ALSA configuration
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/rootdir/system/etc/snd_soc_msm/snd_soc_msm_2x_Fusion3:system/etc/snd_soc_msm/snd_soc_msm_2x_Fusion3
# Thermal monitor configuration
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/rootdir/system/etc/thermald.conf:system/etc/thermald.conf
# Set default USB interface
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
persist.sys.usb.config=mtp
# Radio and Telephony
PRODUCT_PROPERTY_OVERRIDES += \
telephony.lteOnCdmaDevice=0 \
ro.ril.transmitpower=true \
persist.radio.add_power_save=1
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
rild.libpath=/system/lib/libril-qc-qmi-1.so
# GPS
PRODUCT_PROPERTY_OVERRIDES += \
persist.gps.qmienabled=true
PRODUCT_PROPERTY_OVERRIDES += \
ro.hwui.texture_cache_size=128.0f \
ro.hwui.text_small_cache_width=2048
# External Display
PRODUCT_PROPERTY_OVERRIDES += \
hw.trueMirrorSupported=1 \
ro.hwui.external_width=1920 \
ro.hwui.external_height=1080
# Audio
PRODUCT_PROPERTY_OVERRIDES += \
persist.audio.fluence.mode=endfire \
persist.audio.vr.enable=false \
persist.audio.handset.mic=analog \
persist.audio.lowlatency.rec=false \
persist.audio.hp=true \
af.resampler.quality=255 \
mpq.audio.decode=true
# Audio LPA
PRODUCT_PROPERTY_OVERRIDES += \
lpa.decode=false \
lpa.use-stagefright=true
# Bluetooth
PRODUCT_PROPERTY_OVERRIDES += \
ro.qualcomm.bt.hci_transport=smd
# Do not power down SIM card when modem is sent to Low Power Mode.
PRODUCT_PROPERTY_OVERRIDES += \
persist.radio.apm_sim_not_pwdn=1
# Ril sends only one RIL_UNSOL_CALL_RING, so set call_ring.multiple to false
PRODUCT_PROPERTY_OVERRIDES += \
ro.telephony.call_ring.multiple=0 \
telephony.lteOnGsmDevice=1
PRODUCT_PROPERTY_OVERRIDES += \
debug.egl.recordable.rgba8888=1
# Include non-opensource parts if available
$(call inherit-product-if-exists, vendor/sony/fusion3-common/fusion3-common-vendor.mk)