-
Notifications
You must be signed in to change notification settings - Fork 3
/
device.mk
429 lines (367 loc) · 16.5 KB
/
device.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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
#
# Copyright (C) 2016 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.
#
# Overlay
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay \
$(LOCAL_PATH)/overlay-lineage
PRODUCT_ENFORCE_RRO_TARGETS := framework-res
#ANT+
PRODUCT_PACKAGES += \
AntHalService \
com.dsi.ant.antradio_library \
libantradio
# ANT+ Permissions
PRODUCT_COPY_FILES += \
external/ant-wireless/antradio-library/com.dsi.ant.antradio_library.xml:system/vendor/etc/permissions/com.dsi.ant.antradio_library.xml
# Audio
PRODUCT_PACKAGES += \
audio.primary.msm8916 \
libaudio-resampler \
audio.a2dp.default \
audio.r_submix.default \
audio.usb.default \
tinymix
PRODUCT_PACKAGES += \
libqcomvisualizer \
libqcomvoiceprocessing \
libqcomvoiceprocessingdescriptors \
libqcompostprocbundle
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
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.midi.xml:system/vendor/etc/permissions/android.software.midi.xml \
frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/vendor/etc/permissions/android.hardware.audio.low_latency.xml
# Audio configuration
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/acdb/MTP_Bluetooth_cal.acdb:system/etc/acdbdata/MTP/MTP_Bluetooth_cal.acdb \
$(LOCAL_PATH)/audio/acdb/MTP_General_cal.acdb:system/etc/acdbdata/MTP/MTP_General_cal.acdb \
$(LOCAL_PATH)/audio/acdb/MTP_Global_cal.acdb:system/etc/acdbdata/MTP/MTP_Global_cal.acdb \
$(LOCAL_PATH)/audio/acdb/MTP_Handset_cal.acdb:system/etc/acdbdata/MTP/MTP_Handset_cal.acdb \
$(LOCAL_PATH)/audio/acdb/MTP_Hdmi_cal.acdb:system/etc/acdbdata/MTP/MTP_Hdmi_cal.acdb \
$(LOCAL_PATH)/audio/acdb/MTP_Headset_cal.acdb:system/etc/acdbdata/MTP/MTP_Headset_cal.acdb \
$(LOCAL_PATH)/audio/acdb/MTP_Speaker_cal.acdb:system/etc/acdbdata/MTP/MTP_Speaker_cal.acdb \
$(LOCAL_PATH)/audio/audio_effects.xml:system/vendor/etc/audio_effects.xml \
$(LOCAL_PATH)/audio/audio_platform_info.xml:system/vendor/etc/audio_platform_info.xml \
$(LOCAL_PATH)/audio/audio_policy.conf:system/vendor/etc/audio_policy.conf \
$(LOCAL_PATH)/audio/mixer_paths_mtp.xml:system/vendor/etc/mixer_paths_mtp.xml \
$(LOCAL_PATH)/audio/aanc_tuning_mixer.txt:system/vendor/etc/aanc_tuning_mixer.txt \
# Bluetooth
PRODUCT_PACKAGES += \
libbt-vendor \
android.hardware.bluetooth@1.0-impl \
android.hardware.bluetooth@1.0-service
PRODUCT_PACKAGES += \
init.qcom.bt.sh
# Bluetooth Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.bluetooth.xml:system/vendor/etc/permissions/android.hardware.bluetooth.xml \
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/vendor/etc/permissions/android.hardware.bluetooth_le.xml
# Camera
PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.4-impl-legacy \
camera.device@1.0-impl \
Snap
# Camera Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/vendor/etc/permissions/android.hardware.camera.flash-autofocus.xml \
frameworks/native/data/etc/android.hardware.camera.front.xml:system/vendor/etc/permissions/android.hardware.camera.front.xml
# Nubia charger
PRODUCT_PACKAGES += \
poweroffcharge
# Nubia charger images
PRODUCT_COPY_FILES += \
device/nubia/nx512j/charger/images/POWER1.png:$(TARGET_OUT_DIR)/root/res/images/POWER1.png \
device/nubia/nx512j/charger/images/POWER10.png:$(TARGET_OUT_DIR)/root/res/images/POWER10.png \
device/nubia/nx512j/charger/images/POWER2.png:$(TARGET_OUT_DIR)/root/res/images/POWER2.png \
device/nubia/nx512j/charger/images/POWER3.png:$(TARGET_OUT_DIR)/root/res/images/POWER3.png \
device/nubia/nx512j/charger/images/POWER4.png:$(TARGET_OUT_DIR)/root/res/images/POWER4.png \
device/nubia/nx512j/charger/images/POWER5.png:$(TARGET_OUT_DIR)/root/res/images/POWER5.png \
device/nubia/nx512j/charger/images/POWER6.png:$(TARGET_OUT_DIR)/root/res/images/POWER6.png \
device/nubia/nx512j/charger/images/POWER7.png:$(TARGET_OUT_DIR)/root/res/images/POWER7.png \
device/nubia/nx512j/charger/images/POWER8.png:$(TARGET_OUT_DIR)/root/res/images/POWER8.png \
device/nubia/nx512j/charger/images/POWER9.png:$(TARGET_OUT_DIR)/root/res/images/POWER9.png \
device/nubia/nx512j/charger/images/background.png:$(TARGET_OUT_DIR)/root/res/images/background.png \
device/nubia/nx512j/charger/images/chargeLogo.png:$(TARGET_OUT_DIR)/root/res/images/chargeLogo.png \
device/nubia/nx512j/charger/images/error.png:$(TARGET_OUT_DIR)/root/res/images/error.png \
device/nubia/nx512j/charger/images/full.png:$(TARGET_OUT_DIR)/root/res/images/full.png \
device/nubia/nx512j/charger/images/green_0.png:$(TARGET_OUT_DIR)/root/res/images/green_0.png \
device/nubia/nx512j/charger/images/green_1.png:$(TARGET_OUT_DIR)/root/res/images/green_1.png \
device/nubia/nx512j/charger/images/percentage.png:$(TARGET_OUT_DIR)/root/res/images/percentage.png \
device/nubia/nx512j/charger/images/percentage_full.png:$(TARGET_OUT_DIR)/root/res/images/percentage_full.png \
device/nubia/nx512j/charger/images/red_0.png:$(TARGET_OUT_DIR)/root/res/images/red_0.png \
device/nubia/nx512j/charger/images/red_1.png:$(TARGET_OUT_DIR)/root/res/images/red_1.png \
device/nubia/nx512j/charger/images/red_2.png:$(TARGET_OUT_DIR)/root/res/images/red_2.png \
device/nubia/nx512j/charger/images/red_3.png:$(TARGET_OUT_DIR)/root/res/images/red_3.png \
device/nubia/nx512j/charger/images/red_4.png:$(TARGET_OUT_DIR)/root/res/images/red_4.png \
device/nubia/nx512j/charger/images/red_5.png:$(TARGET_OUT_DIR)/root/res/images/red_5.png \
device/nubia/nx512j/charger/images/red_6.png:$(TARGET_OUT_DIR)/root/res/images/red_6.png \
device/nubia/nx512j/charger/images/red_7.png:$(TARGET_OUT_DIR)/root/res/images/red_7.png \
device/nubia/nx512j/charger/images/red_8.png:$(TARGET_OUT_DIR)/root/res/images/red_8.png \
device/nubia/nx512j/charger/images/red_9.png:$(TARGET_OUT_DIR)/root/res/images/red_9.png
# Boot animation
TARGET_SCREEN_HEIGHT := 1920
TARGET_SCREEN_WIDTH := 1080
# Screen density
PRODUCT_AAPT_CONFIG := normal
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
# Dalvik
$(call inherit-product, frameworks/native/build/phone-xxhdpi-2048-hwui-memory.mk)
# Display
PRODUCT_PACKAGES += \
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 \
gralloc.msm8916 \
hwcomposer.msm8916 \
libgenlock \
libtinyxml \
memtrack.msm8916
# Display Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.opengles.aep.xml:system/vendor/etc/permissions/android.hardware.opengles.aep.xml
# RenderScript HAL
PRODUCT_PACKAGES += \
android.hardware.renderscript@1.0-impl \
android.hardware.renderscript@1.0-service
# LiveDisplay
PRODUCT_PACKAGES += \
vendor.lineage.livedisplay@1.0-service-legacymm
# DRM
PRODUCT_PACKAGES += \
android.hardware.drm@1.0-impl \
android.hardware.drm@1.0-service
# FM
PRODUCT_PACKAGES += \
FMRadio \
libfmjni
# GPS
PRODUCT_PACKAGES += \
android.hardware.gnss@1.0-impl \
android.hardware.gnss@1.0-service \
gps.msm8916 \
libshim_gps \
libshims_flp
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/gps/flp.conf:system/etc/flp.conf \
$(LOCAL_PATH)/gps/gps.conf:system/etc/gps.conf \
$(LOCAL_PATH)/gps/izat.conf:system/etc/izat.conf \
$(LOCAL_PATH)/gps/sap.conf:system/etc/sap.conf
# GPS Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.location.gps.xml:system/vendor/etc/permissions/android.hardware.location.gps.xml
# HIDL
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/manifest.xml:system/vendor/manifest.xml
# Init scripts
PRODUCT_PACKAGES += \
init.qcom.usb.rc \
init.qcom.rc \
init.qcom.mem.sh \
init.qcom.power.rc \
init.recovery.qcom.rc \
ueventd.qcom.rc \
fstab.qcom \
init.target.rc \
tp.node.sh \
init.qcom.ssr.rc
# Keylayout
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/keylayout/ft5x06_ts.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/ft5x06_ts.kl \
$(LOCAL_PATH)/keylayout/gpio-keys.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/gpio-keys.kl \
$(LOCAL_PATH)/keylayout/synaptics_dsx.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/synaptics_dsx.kl \
$(LOCAL_PATH)/keylayout/synaptics_rmi4_i2c.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/synaptics_rmi4_i2c.kl \
$(LOCAL_PATH)/keylayout/Generic.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/Generic.kl
# Keymaster HAL
PRODUCT_PACKAGES += \
android.hardware.keymaster@3.0-impl \
android.hardware.keymaster@3.0-service
# Keystore
ifneq ($(TARGET_PROVIDES_KEYMASTER),true)
PRODUCT_PACKAGES += \
keystore.msm8916
endif
# Lights
PRODUCT_PACKAGES += \
android.hardware.light@2.0-impl \
lights.msm8916
# Media
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/media_profiles_V1_0.xml:system/vendor/etc/media_profiles_V1_0.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/vendor/etc/media_codecs_google_audio.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/vendor/etc/media_codecs_google_telephony.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_video_le.xml:system/vendor/etc/media_codecs_google_video_le.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/vendor/etc/media_codecs_google_video.xml \
$(LOCAL_PATH)/configs/media_codecs.xml:system/vendor/etc/media_codecs.xml \
$(LOCAL_PATH)/configs/media_codecs_performance.xml:system/vendor/etc/media_codecs_performance.xml
# Media
PRODUCT_PACKAGES += \
libc2dcolorconvert \
libdivxdrmdecrypt \
libOmxSwVencMpeg4 \
libOmxSwVencHevc \
libOmxVdecHevc \
libOmxVidcCommon \
libdashplayer \
libOmxAacEnc \
libOmxAmrEnc \
libmm-omxcore \
libOmxCore \
libOmxEvrcEnc \
libOmxQcelp13Enc \
libOmxVdec \
libOmxVenc \
libstagefrighthw \
libextmedia_jni \
libstagefright_soft_flacdec
# Misc. libs
PRODUCT_PACKAGES += \
libstlport \
libboringssl-compat \
libzte_camera \
libshim_atomic
# NFC packages
PRODUCT_PACKAGES += \
android.hardware.nfc@1.0-impl-bcm \
android.hardware.nfc@1.0-service \
nfc_nci.bcm2079x.default \
NfcNci \
Tag \
com.android.nfc_extras
# NFC
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/com.android.nfc_extras.xml:system/etc/permissions/com.android.nfc_extras.xml \
frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml \
$(LOCAL_PATH)/configs/nfc/libnfc-brcm-20795a10.conf:system/vendor/etc/libnfc-brcm-20795a10.conf \
$(LOCAL_PATH)/configs/nfc/libnfc-brcm.conf:system/vendor/etc/libnfc-brcm.conf
# NFCEE access control
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/nfc/nfcee_access.xml:system/vendor/etc/nfcee_access.xml
# IRQ balance
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/msm_irqbalance.conf:system/vendor/etc/msm_irqbalance.conf
# Power HAL
PRODUCT_PACKAGES += \
android.hardware.power@1.0-impl \
android.hardware.power@1.0-service \
power.msm8916
# IRSC
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/sec_config:system/vendor/etc/sec_config
# RIL
PRODUCT_PACKAGES += \
libcnefeatureconfig \
librmnetctl \
libxml2
# RIL Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/vendor/etc/permissions/android.hardware.telephony.gsm.xml \
frameworks/native/data/etc/android.hardware.telephony.cdma.xml:system/vendor/etc/permissions/android.hardware.telephony.cdma.xml \
frameworks/native/data/etc/android.software.sip.voip.xml:system/vendor/etc/permissions/android.software.sip.voip.xml
# RIL configs
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/data/netmgr_config.xml:system/vendor/etc/data/netmgr_config.xml \
$(LOCAL_PATH)/configs/data/qmi_config.xml:system/vendor/etc/data/qmi_config.xml \
$(LOCAL_PATH)/configs/data/dsi_config.xml:system/vendor/etc/data/dsi_config.xml
# Netmgrd
PRODUCT_PACKAGES += \
libcneapiclient
# Thermal
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/thermal-engine.conf:system/vendor/etc/thermal-engine.conf
# Vibrator
PRODUCT_PACKAGES += \
android.hardware.vibrator@1.0-impl \
android.hardware.vibrator@1.0-service
# WiFi HAL
PRODUCT_PACKAGES += \
android.hardware.wifi@1.0-service
# Wifi
PRODUCT_PACKAGES += \
libqsap_sdk \
libQWiFiSoftApCfg \
libwcnss_qmi \
wcnss_service \
hostapd \
wificond \
wpa_supplicant \
libwpa_client \
wpa_supplicant.conf
# WIFI Configs
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/wifi/WCNSS_cfg.dat:system/vendor/firmware/wlan/prima/WCNSS_cfg.dat \
$(LOCAL_PATH)/wifi/WCNSS_qcom_cfg.ini:system/vendor/etc/wifi/WCNSS_qcom_cfg.ini \
$(LOCAL_PATH)/wifi/WCNSS_qcom_wlan_nv.bin:system/vendor/firmware/wlan/prima/WCNSS_qcom_wlan_nv.bin \
$(LOCAL_PATH)/configs/p2p_supplicant_overlay.conf:system/vendor/etc/wifi/p2p_supplicant_overlay.conf \
$(LOCAL_PATH)/configs/wpa_supplicant_overlay.conf:system/vendor/etc/wifi/wpa_supplicant_overlay.conf
# WIFI Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/vendor/etc/permissions/android.hardware.wifi.direct.xml \
frameworks/native/data/etc/android.hardware.wifi.xml:system/vendor/etc/permissions/android.hardware.wifi.xml
# Ramdisk
PRODUCT_PACKAGES += \
init.crda.sh \
init.qcom.coex.sh \
init.qcom.fm.sh
# Recovery
PRODUCT_PACKAGES += \
librecovery_updater_cm
# Seccomp
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/seccomp/mediacodec-seccomp.policy:system/vendor/etc/seccomp_policy/mediacodec.policy \
$(LOCAL_PATH)/seccomp/mediaextractor-seccomp.policy:system/vendor/etc/seccomp_policy/mediaextractor.policy
# Sensors
PRODUCT_PACKAGES += \
android.hardware.sensors@1.0-impl \
libjni_proximityCalibrate \
ProximityCalibrate \
sensors.msm8916 \
libcalmodule_common \
calmodule.cfg
# Sensors Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/handheld_core_hardware.xml:system/vendor/etc/permissions/handheld_core_hardware.xml \
frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:system/vendor/etc/permissions/android.hardware.sensor.accelerometer.xml \
frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/vendor/etc/permissions/android.hardware.sensor.gyroscope.xml \
frameworks/native/data/etc/android.hardware.sensor.light.xml:system/vendor/etc/permissions/android.hardware.sensor.light.xml \
frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/vendor/etc/permissions/android.hardware.sensor.proximity.xml
# Touchscreen Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/vendor/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml
# USB Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.ethernet.xml:system/vendor/etc/permissions/android.hardware.ethernet.xml \
frameworks/native/data/etc/android.hardware.usb.host.xml:system/vendor/etc/permissions/android.hardware.usb.host.xml \
frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/vendor/etc/permissions/android.hardware.usb.accessory.xml
# USB ID
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
ro.usb.id.midi=90BA \
ro.usb.id.midi_adb=90BB \
ro.usb.id.mtp=F003 \
ro.usb.id.mtp_adb=9039 \
ro.usb.id.ptp=904D \
ro.usb.id.ptp_adb=904E \
ro.usb.id.ums=F000 \
ro.usb.id.ums_adb=9015 \
ro.usb.vid=05c6
$(call inherit-product, vendor/nubia/nx512j/nx512j-vendor.mk)