2018-07-12 22:11:03 -04:00
|
|
|
#
|
|
|
|
# Copyright (C) 2018 The LineageOS 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.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# This file sets variables that control the way modules are built
|
|
|
|
# thorughout the system. It should not be used to conditionally
|
|
|
|
# disable makefiles (the proper mechanism to control what gets
|
|
|
|
# included in a build is to use PRODUCT_PACKAGES in a product
|
|
|
|
# definition file).
|
|
|
|
#
|
2017-03-17 10:24:32 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# Inherit proprietary files
|
2019-08-06 14:05:02 -04:00
|
|
|
$(call inherit-product, vendor/xiaomi/sdm660-common/sdm660-common-vendor.mk)
|
2018-08-05 04:45:35 -04:00
|
|
|
|
2019-08-06 14:05:02 -04:00
|
|
|
COMMON_PATH := device/xiaomi/sdm660-common
|
2017-03-17 08:24:52 -04:00
|
|
|
|
2018-12-08 05:35:00 -05:00
|
|
|
# Inherit properties
|
|
|
|
$(call inherit-product, $(COMMON_PATH)/properties.mk)
|
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# Boot animation
|
2015-01-31 13:50:25 -05:00
|
|
|
TARGET_BOOTANIMATION_SIZE := 1080p
|
2017-03-17 08:24:52 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# Overlays
|
|
|
|
DEVICE_PACKAGE_OVERLAYS += \
|
2018-08-05 04:45:35 -04:00
|
|
|
$(COMMON_PATH)/overlay \
|
|
|
|
$(COMMON_PATH)/overlay-lineage
|
2017-08-09 03:06:59 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# Permissions
|
2017-05-17 07:43:56 -04:00
|
|
|
PRODUCT_COPY_FILES += \
|
2018-08-05 04:45:35 -04:00
|
|
|
$(COMMON_PATH)/configs/privapp-permissions-qti.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/privapp-permissions-qti.xml
|
2016-07-07 09:35:22 -04:00
|
|
|
|
2017-04-18 08:10:35 -04:00
|
|
|
PRODUCT_COPY_FILES += \
|
2018-07-12 22:11:03 -04:00
|
|
|
frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.audio.pro.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.pro.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.flash-autofocus.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.camera.full.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.full.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.camera.raw.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.raw.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.opengles.aep.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.opengles.aep.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.sensor.barometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.barometer.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.sensor.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.compass.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.gyroscope.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.sensor.light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.light.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.sensor.proximity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.proximity.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepcounter.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepdetector.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.telephony.cdma.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.cdma.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.gsm.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \
|
2018-08-18 20:29:16 -04:00
|
|
|
frameworks/native/data/etc/android.hardware.vulkan.level-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.level.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.vulkan.version-1_1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.vulkan.compute-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.compute.xml \
|
2018-07-12 22:11:03 -04:00
|
|
|
frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml \
|
|
|
|
frameworks/native/data/etc/android.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml \
|
|
|
|
frameworks/native/data/etc/android.software.sip.voip.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.sip.voip.xml \
|
|
|
|
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml \
|
|
|
|
frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.verified_boot.xml \
|
|
|
|
frameworks/native/data/etc/android.software.webview.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.webview.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.opengles.aep.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.opengles.aep.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.vulkan.level-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.level-0.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.vulkan.version-1_0_3.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version-1_0_3.xml \
|
|
|
|
frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.xml
|
|
|
|
|
|
|
|
# Audio
|
|
|
|
PRODUCT_PACKAGES += \
|
2018-02-27 20:00:06 -05:00
|
|
|
android.hardware.audio@4.0-impl:32 \
|
2018-07-12 22:11:03 -04:00
|
|
|
android.hardware.audio@2.0-service \
|
2018-02-27 20:00:06 -05:00
|
|
|
android.hardware.audio.effect@4.0-impl:32 \
|
2018-07-12 22:11:03 -04:00
|
|
|
android.hardware.audio.effect@2.0-service \
|
2018-01-08 20:05:28 -05:00
|
|
|
android.hardware.soundtrigger@2.1-impl:32 \
|
2018-07-12 22:11:03 -04:00
|
|
|
audio.a2dp.default \
|
|
|
|
audio_amplifier.sdm660 \
|
|
|
|
audio.primary.sdm660 \
|
|
|
|
audio.r_submix.default \
|
|
|
|
audio.usb.default \
|
|
|
|
libaudio-resampler \
|
|
|
|
libqcompostprocbundle \
|
|
|
|
libqcomvisualizer \
|
|
|
|
libqcomvoiceprocessing \
|
|
|
|
libvolumelistener \
|
|
|
|
tinymix
|
2017-04-18 08:10:35 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
PRODUCT_COPY_FILES += \
|
2018-01-26 10:51:18 -05:00
|
|
|
$(COMMON_PATH)/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \
|
2018-08-05 04:45:35 -04:00
|
|
|
$(COMMON_PATH)/audio/audio_output_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_output_policy.conf \
|
|
|
|
$(COMMON_PATH)/audio/listen_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/listen_platform_info.xml \
|
|
|
|
$(COMMON_PATH)/audio/sound_trigger_mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_mixer_paths.xml \
|
|
|
|
$(COMMON_PATH)/audio/sound_trigger_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sound_trigger_platform_info.xml \
|
|
|
|
$(COMMON_PATH)/audio/audio_tuning_mixer.txt:$(TARGET_COPY_OUT_VENDOR)/etc/audio_tuning_mixer.txt \
|
|
|
|
$(COMMON_PATH)/audio/graphite_ipc_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/graphite_ipc_platform_info.xml
|
2017-03-17 08:24:52 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
$(TOPDIR)frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
|
|
|
|
$(TOPDIR)frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \
|
|
|
|
$(TOPDIR)frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
|
|
|
|
$(TOPDIR)frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
|
|
|
|
$(TOPDIR)frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml
|
2017-08-09 03:01:08 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# ANT+
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
AntHalService \
|
|
|
|
antradio_app \
|
|
|
|
com.dsi.ant.antradio_library \
|
|
|
|
libantradio
|
2017-08-09 03:01:08 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
external/ant-wireless/antradio-library/com.dsi.ant.antradio_library.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.dsi.ant.antradio_library.xml
|
2017-04-07 06:19:23 -04:00
|
|
|
|
2018-04-26 00:26:43 -04:00
|
|
|
# Biometrics
|
|
|
|
PRODUCT_PACKAGES += \
|
2019-08-06 14:05:02 -04:00
|
|
|
android.hardware.biometrics.fingerprint@2.1-service.xiaomi_sdm660
|
2018-04-26 00:26:43 -04:00
|
|
|
|
2018-12-23 23:04:48 -05:00
|
|
|
PRODUCT_PACKAGES += \
|
2019-02-18 07:55:11 -05:00
|
|
|
IFAAService \
|
2018-12-23 23:04:48 -05:00
|
|
|
org.ifaa.android.manager
|
|
|
|
|
|
|
|
PRODUCT_BOOT_JARS += \
|
|
|
|
org.ifaa.android.manager
|
|
|
|
|
2017-11-06 07:41:15 -05:00
|
|
|
# Bluetooth
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
libbthost_if
|
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
Snap
|
2016-07-07 09:35:22 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
PRODUCT_PACKAGES += \
|
2019-07-27 09:57:47 -04:00
|
|
|
android.frameworks.displayservice@1.0_32 \
|
2018-02-27 20:00:06 -05:00
|
|
|
android.hardware.camera.provider@2.4-impl:32 \
|
2019-07-27 09:57:47 -04:00
|
|
|
android.hardware.camera.provider@2.4-service
|
2018-07-12 22:11:03 -04:00
|
|
|
|
|
|
|
# Connectivity Engine support (CNE)
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
cneapiclient \
|
|
|
|
com.quicinc.cne \
|
|
|
|
services-ext
|
2016-07-07 09:35:22 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# Configstore
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
android.hardware.configstore@1.0-service
|
2017-03-17 08:24:52 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# Display
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
gralloc.sdm660 \
|
|
|
|
hwcomposer.sdm660 \
|
|
|
|
memtrack.sdm660 \
|
|
|
|
libdisplayconfig \
|
|
|
|
liboverlay \
|
|
|
|
libtinyxml \
|
|
|
|
libqdMetaData \
|
|
|
|
libqdMetaData.system
|
2017-08-07 03:51:29 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
PRODUCT_PACKAGES += \
|
2018-02-27 20:00:06 -05:00
|
|
|
android.hardware.graphics.allocator@2.0-impl:64 \
|
2018-07-12 22:11:03 -04:00
|
|
|
android.hardware.graphics.allocator@2.0-service \
|
|
|
|
android.hardware.graphics.mapper@2.0-impl \
|
2018-02-27 20:00:06 -05:00
|
|
|
android.hardware.graphics.composer@2.1-impl:64 \
|
2018-07-12 22:11:03 -04:00
|
|
|
android.hardware.graphics.composer@2.1-service \
|
|
|
|
android.hardware.memtrack@1.0-impl \
|
|
|
|
android.hardware.memtrack@1.0-service \
|
|
|
|
android.hardware.renderscript@1.0-impl \
|
|
|
|
android.frameworks.displayservice@1.0 \
|
|
|
|
vendor.display.config@1.1 \
|
|
|
|
vendor.display.config@1.1_vendor
|
2016-07-07 09:35:22 -04:00
|
|
|
|
2018-07-12 23:00:59 -04:00
|
|
|
# Doze
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
XiaomiDoze
|
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# DRM
|
|
|
|
PRODUCT_PACKAGES += \
|
2018-02-02 02:58:27 -05:00
|
|
|
android.hardware.drm@1.0-impl \
|
2018-07-12 22:11:03 -04:00
|
|
|
android.hardware.drm@1.0-service \
|
2018-01-31 13:29:05 -05:00
|
|
|
android.hardware.drm@1.1-service.clearkey
|
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# FM
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
FM2 \
|
|
|
|
libqcomfm_jni \
|
|
|
|
qcom.fmradio \
|
|
|
|
qcom.fmradio.xml
|
2016-07-07 09:35:22 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
android.hardware.broadcastradio@1.0-impl
|
2017-08-09 03:06:59 -04:00
|
|
|
|
2018-10-18 10:09:51 -04:00
|
|
|
# Freeform Multiwindow
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
frameworks/native/data/etc/android.software.freeform_window_management.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.freeform_window_management.xml
|
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# GPS / Location
|
|
|
|
PRODUCT_PACKAGES += \
|
2019-01-22 08:24:19 -05:00
|
|
|
android.hardware.gnss@1.0-impl-qti \
|
|
|
|
android.hardware.gnss@1.0-service-qti \
|
2018-07-12 22:11:03 -04:00
|
|
|
libgnss \
|
2018-12-31 04:55:08 -05:00
|
|
|
libgnsspps \
|
2019-07-27 09:57:47 -04:00
|
|
|
libsensorndkbridge
|
2016-07-07 09:35:22 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
PRODUCT_COPY_FILES += \
|
2019-01-22 08:37:51 -05:00
|
|
|
$(COMMON_PATH)/configs/gps/apdr.conf:$(TARGET_COPY_OUT_VENDOR)/etc/apdr.conf \
|
2018-08-05 04:45:35 -04:00
|
|
|
$(COMMON_PATH)/configs/gps/flp.conf:$(TARGET_COPY_OUT_VENDOR)/etc/flp.conf \
|
|
|
|
$(COMMON_PATH)/configs/gps/gps.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gps.conf \
|
|
|
|
$(COMMON_PATH)/configs/gps/izat.conf:$(TARGET_COPY_OUT_VENDOR)/etc/izat.conf \
|
|
|
|
$(COMMON_PATH)/configs/gps/lowi.conf:$(TARGET_COPY_OUT_VENDOR)/etc/lowi.conf \
|
|
|
|
$(COMMON_PATH)/configs/gps/sap.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sap.conf \
|
|
|
|
$(COMMON_PATH)/configs/gps/xtwifi.conf:$(TARGET_COPY_OUT_VENDOR)/etc/xtwifi.conf
|
2018-07-12 22:11:03 -04:00
|
|
|
|
|
|
|
# Healthd
|
|
|
|
PRODUCT_PACKAGES += \
|
2017-09-22 18:16:18 -04:00
|
|
|
android.hardware.health@2.0-service
|
2017-03-28 01:14:56 -04:00
|
|
|
|
2017-12-07 09:15:14 -05:00
|
|
|
# HIDL
|
|
|
|
PRODUCT_PACKAGES += \
|
2019-04-10 01:13:49 -04:00
|
|
|
android.hidl.base@1.0
|
2017-12-07 09:15:14 -05:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# IDC
|
|
|
|
PRODUCT_COPY_FILES += \
|
2018-08-05 04:45:35 -04:00
|
|
|
$(COMMON_PATH)/idc/uinput-fpc.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/uinput-fpc.idc \
|
|
|
|
$(COMMON_PATH)/idc/uinput-goodix.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/uinput-goodix.idc
|
2018-07-12 22:11:03 -04:00
|
|
|
|
|
|
|
# Init
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
init.class_main.sh \
|
2018-03-08 09:45:45 -05:00
|
|
|
init.goodix.sh \
|
2018-07-12 22:11:03 -04:00
|
|
|
init.msm.usb.configfs.rc \
|
|
|
|
init.qcom.post_boot.sh \
|
|
|
|
init.qcom.rc \
|
|
|
|
init.qcom.sh \
|
|
|
|
init.qcom.usb.rc \
|
|
|
|
init.qcom.usb.sh \
|
|
|
|
init.qti.fm.sh \
|
|
|
|
init.target.rc \
|
|
|
|
ueventd.qcom.rc \
|
|
|
|
fstab.qcom
|
2016-07-07 09:35:22 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# IPv6
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
ebtables \
|
|
|
|
ethertypes \
|
|
|
|
libebtc
|
2017-04-07 06:19:23 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# IRQ
|
2016-07-07 09:35:22 -04:00
|
|
|
PRODUCT_COPY_FILES += \
|
2018-08-05 04:45:35 -04:00
|
|
|
$(COMMON_PATH)/configs/msm_irqbalance.conf:$(TARGET_COPY_OUT_VENDOR)/etc/msm_irqbalance.conf
|
2017-03-17 08:24:52 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# IRSC
|
|
|
|
PRODUCT_COPY_FILES += \
|
2018-08-05 04:45:35 -04:00
|
|
|
$(COMMON_PATH)/configs/sec_config:$(TARGET_COPY_OUT_VENDOR)/etc/sec_config
|
2016-07-07 09:35:22 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# Keylayout
|
2016-07-07 09:35:22 -04:00
|
|
|
PRODUCT_COPY_FILES += \
|
2019-01-08 10:59:45 -05:00
|
|
|
$(COMMON_PATH)/configs/keylayout/sdm660-snd-card_Button_Jack.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/sdm660-snd-card_Button_Jack.kl \
|
|
|
|
$(COMMON_PATH)/configs/keylayout/uinput-fpc.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/uinput-fpc.kl \
|
|
|
|
$(COMMON_PATH)/configs/keylayout/uinput-goodix.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/uinput-goodix.kl
|
2016-07-07 09:35:22 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# Lights
|
2016-07-07 09:35:22 -04:00
|
|
|
PRODUCT_PACKAGES += \
|
2019-08-06 14:05:02 -04:00
|
|
|
android.hardware.light@2.0-service.xiaomi_sdm660
|
2017-04-07 06:19:23 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# Media
|
|
|
|
PRODUCT_COPY_FILES += \
|
2018-08-05 04:45:35 -04:00
|
|
|
$(COMMON_PATH)/configs/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
|
2019-08-07 09:39:18 -04:00
|
|
|
$(COMMON_PATH)/configs/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml
|
2017-05-24 01:36:37 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
|
|
|
|
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \
|
|
|
|
frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml \
|
|
|
|
frameworks/av/media/libstagefright/data/media_codecs_google_video_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video_le.xml
|
2016-07-07 09:35:22 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# Media Extensions
|
2017-07-31 04:44:41 -04:00
|
|
|
PRODUCT_PACKAGES += \
|
2018-07-12 22:11:03 -04:00
|
|
|
libavmediaserviceextensions \
|
|
|
|
libmediametrics \
|
|
|
|
libregistermsext \
|
|
|
|
mediametrics
|
2017-07-31 04:44:41 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# Netutils
|
2018-04-05 09:08:23 -04:00
|
|
|
PRODUCT_PACKAGES += \
|
2018-07-12 22:11:03 -04:00
|
|
|
android.system.net.netd@1.0 \
|
|
|
|
libandroid_net \
|
|
|
|
netutils-wrapper-1.0
|
2018-04-05 09:08:23 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# OMX
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
libc2dcolorconvert \
|
|
|
|
libextmedia_jni \
|
|
|
|
libhypv_intercept \
|
|
|
|
libmm-omxcore \
|
|
|
|
libOmxCore \
|
|
|
|
libOmxAacEnc \
|
|
|
|
libOmxAmrEnc \
|
|
|
|
libOmxEvrcEnc \
|
|
|
|
libOmxQcelp13Enc \
|
|
|
|
libOmxVdec \
|
|
|
|
libOmxVenc \
|
|
|
|
libstagefrighthw
|
2016-07-07 09:35:22 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# Power
|
|
|
|
PRODUCT_PACKAGES += \
|
2019-07-27 09:57:47 -04:00
|
|
|
android.hardware.power@1.1-service-qti
|
2017-11-15 05:09:25 -05:00
|
|
|
|
2018-02-18 17:00:04 -05:00
|
|
|
# Public Libraries
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
$(COMMON_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt
|
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# Low power Whitelist
|
2017-03-17 08:24:52 -04:00
|
|
|
PRODUCT_COPY_FILES += \
|
2018-08-05 04:45:35 -04:00
|
|
|
$(COMMON_PATH)/configs/qti_whitelist.xml:system/etc/sysconfig/qti_whitelist.xml \
|
|
|
|
$(COMMON_PATH)/configs/whitelistedapps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/perf/whitelistedapps.xml \
|
2017-03-17 08:24:52 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# QMI
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
libjson
|
2017-03-17 08:24:52 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# RCS
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
rcs_service_aidl \
|
|
|
|
rcs_service_aidl.xml \
|
|
|
|
rcs_service_api \
|
|
|
|
rcs_service_api.xml
|
2016-07-07 09:35:22 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# RenderScript HAL
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
android.hardware.renderscript@1.0-impl
|
2017-06-12 08:44:14 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# RIL
|
|
|
|
PRODUCT_PACKAGES += \
|
2018-12-22 11:39:41 -05:00
|
|
|
android.hardware.radio@1.2 \
|
|
|
|
android.hardware.radio.config@1.0 \
|
|
|
|
android.hardware.secure_element@1.0 \
|
2018-07-12 22:11:03 -04:00
|
|
|
rild \
|
|
|
|
librmnetctl \
|
|
|
|
libxml2 \
|
|
|
|
libprotobuf-cpp-full
|
2017-07-06 12:54:39 -04:00
|
|
|
|
2016-07-07 09:35:22 -04:00
|
|
|
PRODUCT_PACKAGES += \
|
2018-07-12 22:11:03 -04:00
|
|
|
ims-ext-common \
|
|
|
|
telephony-ext
|
2016-07-07 09:35:22 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
PRODUCT_BOOT_JARS += \
|
|
|
|
telephony-ext
|
2017-03-17 08:24:52 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# Seccomp policy
|
|
|
|
PRODUCT_COPY_FILES += \
|
2018-08-05 04:45:35 -04:00
|
|
|
$(COMMON_PATH)/seccomp/mediacodec-seccomp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediacodec.policy \
|
|
|
|
$(COMMON_PATH)/seccomp/mediaextractor-seccomp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediaextractor.policy
|
2017-03-17 08:24:52 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# Sensors
|
2017-04-07 06:19:23 -04:00
|
|
|
PRODUCT_PACKAGES += \
|
2018-02-27 20:00:06 -05:00
|
|
|
android.hardware.sensors@1.0-impl:64 \
|
2018-07-12 22:11:03 -04:00
|
|
|
android.hardware.sensors@1.0-service
|
2017-04-07 06:19:23 -04:00
|
|
|
|
2017-03-17 08:24:52 -04:00
|
|
|
PRODUCT_COPY_FILES += \
|
2019-08-07 05:31:06 -04:00
|
|
|
$(COMMON_PATH)/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf
|
2017-04-07 06:19:23 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# Tetheroffload
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
ipacm \
|
|
|
|
IPACM_cfg.xml \
|
|
|
|
libipanat \
|
|
|
|
liboffloadhal
|
2017-12-11 01:44:16 -05:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# TextClassifier smart selection model files
|
|
|
|
PRODUCT_PACKAGES += \
|
2018-10-02 08:00:56 -04:00
|
|
|
textclassifier.bundle1
|
2017-07-18 15:32:51 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# Thermal
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
android.hardware.thermal@1.0-impl \
|
|
|
|
android.hardware.thermal@1.0-service \
|
|
|
|
thermal.sdm660
|
2017-07-27 06:28:13 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# USB
|
|
|
|
PRODUCT_PACKAGES += \
|
2017-09-17 01:14:00 -04:00
|
|
|
android.hardware.usb@1.0-service.xiaomi_sdm660
|
2017-10-10 04:42:48 -04:00
|
|
|
|
2018-09-10 19:57:14 -04:00
|
|
|
# VNDK
|
2019-06-29 07:39:35 -04:00
|
|
|
PRODUCT_PACKAGES += \
|
2019-05-12 11:45:30 -04:00
|
|
|
libdng_sdk.vendor_32 \
|
2018-05-09 16:16:27 -04:00
|
|
|
libstdc++.vendor \
|
2019-05-12 11:42:58 -04:00
|
|
|
vndk-ext \
|
2018-09-10 19:57:14 -04:00
|
|
|
vndk_package
|
2019-06-29 07:39:35 -04:00
|
|
|
|
2018-07-12 22:11:03 -04:00
|
|
|
# Wifi
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
android.hardware.wifi@1.0-service \
|
|
|
|
hostapd \
|
|
|
|
libqsap_sdk \
|
|
|
|
libwifi-hal-qcom \
|
|
|
|
wcnss_service \
|
|
|
|
wpa_supplicant \
|
|
|
|
wpa_supplicant.conf
|
|
|
|
|
|
|
|
PRODUCT_COPY_FILES += \
|
2018-08-05 04:45:35 -04:00
|
|
|
$(COMMON_PATH)/wifi/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
|
|
|
|
$(COMMON_PATH)/wifi/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf \
|
|
|
|
$(COMMON_PATH)/wifi/WCNSS_qcom_cfg.ini:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/WCNSS_qcom_cfg.ini
|
2018-12-24 06:25:51 -05:00
|
|
|
|
|
|
|
# WiFi Display
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
libaacwrapper \
|
|
|
|
libnl
|
|
|
|
|
|
|
|
PRODUCT_BOOT_JARS += \
|
|
|
|
WfdCommon
|