mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sapphire
synced 2026-01-27 18:16:34 +00:00
- Introduce a new shell script to set IRQ affinity, since different kernels can have different IRQ numbers. Change-Id: I61d2350e6b40f096714148c568489579bc4d2371 Co-Authored-By: Alex Naidis <alex.naidis@paranoidandroid.co> Co-Authored-By: Jake Weinstein <jake@aospa.co>
634 lines
24 KiB
Makefile
634 lines
24 KiB
Makefile
#
|
|
# Copyright (C) 2024 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Enable project quotas and casefolding for emulated storage without sdcardfs
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
|
|
|
|
# Enforce generic ramdisk allow list
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk)
|
|
|
|
# Enable virtual AB with vendor ramdisk
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk)
|
|
|
|
# Setup dalvik vm configs
|
|
$(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk)
|
|
|
|
# Inherit from the proprietary version
|
|
$(call inherit-product, vendor/xiaomi/sapphire/sapphire-vendor.mk)
|
|
|
|
# Call the MiuiCamera setup
|
|
$(call inherit-product-if-exists, device/xiaomi/miuicamera-sapphire/device.mk)
|
|
|
|
# AAPT
|
|
PRODUCT_AAPT_CONFIG := normal
|
|
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
|
|
|
|
# A/B
|
|
AB_OTA_POSTINSTALL_CONFIG += \
|
|
RUN_POSTINSTALL_system=true \
|
|
POSTINSTALL_PATH_system=system/bin/otapreopt_script \
|
|
FILESYSTEM_TYPE_system=ext4 \
|
|
POSTINSTALL_OPTIONAL_system=true
|
|
|
|
AB_OTA_POSTINSTALL_CONFIG += \
|
|
RUN_POSTINSTALL_vendor=true \
|
|
POSTINSTALL_PATH_vendor=bin/checkpoint_gc \
|
|
FILESYSTEM_TYPE_vendor=ext4 \
|
|
POSTINSTALL_OPTIONAL_vendor=true
|
|
|
|
PRODUCT_PACKAGES += \
|
|
checkpoint_gc \
|
|
otapreopt_script
|
|
|
|
# ANT+
|
|
PRODUCT_PACKAGES += \
|
|
AntHalService-Soong \
|
|
com.dsi.ant@1.0.vendor
|
|
|
|
# Audio
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.audio@7.0-impl \
|
|
android.hardware.audio.effect@7.0-impl \
|
|
android.hardware.audio.service \
|
|
android.hardware.soundtrigger@2.3-impl
|
|
|
|
PRODUCT_PACKAGES += \
|
|
audio.primary.default \
|
|
audio.r_submix.default \
|
|
audio.usb.default \
|
|
libaudiopreprocessing \
|
|
libqcompostprocbundle \
|
|
libqcomvisualizer \
|
|
libqcomvoiceprocessing \
|
|
libtinycompress \
|
|
libvolumelistener
|
|
|
|
PRODUCT_PACKAGES += \
|
|
XiaomiDolby
|
|
|
|
AUDIO_HAL_DIR := hardware/qcom-caf/sm6225/audio/primary-hal
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(AUDIO_HAL_DIR)/configs/common/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
|
|
$(LOCAL_PATH)/configs/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/audio_effects.xml \
|
|
$(LOCAL_PATH)/configs/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/audio_policy_configuration.xml \
|
|
$(LOCAL_PATH)/configs/audio/kvh2xml.xml:$(TARGET_COPY_OUT_VENDOR)/etc/kvh2xml.xml
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration_7_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration_7_0.xml \
|
|
frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
|
|
frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
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.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml
|
|
|
|
# Authsecret
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.authsecret@1.0.vendor
|
|
|
|
# Boot animation
|
|
TARGET_SCREEN_HEIGHT := 2400
|
|
TARGET_SCREEN_WIDTH := 1080
|
|
|
|
# Bluetooth
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.bluetooth.audio-impl \
|
|
android.hardware.bluetooth.audio@2.1-impl \
|
|
android.hardware.bluetooth@1.0.vendor \
|
|
android.hardware.bluetooth.audio-V2-ndk.vendor \
|
|
audio.bluetooth.default \
|
|
vendor.qti.hardware.bluetooth_audio@2.1.vendor \
|
|
vendor.qti.hardware.bluetooth.audio-V1-ndk.vendor \
|
|
vendor.qti.hardware.btconfigstore@1.0.vendor \
|
|
vendor.qti.hardware.btconfigstore@2.0.vendor
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \
|
|
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml
|
|
|
|
# Boot control
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.boot@1.2-impl-qti \
|
|
android.hardware.boot@1.2-impl-qti.recovery \
|
|
android.hardware.boot@1.2-service
|
|
|
|
# Camera
|
|
PRODUCT_PACKAGES += \
|
|
libutilscallstack.vendor \
|
|
android.hardware.camera.device@3.6.vendor \
|
|
android.hardware.camera.provider@2.4-impl \
|
|
android.hardware.camera.provider@2.4-service_64 \
|
|
libcamera2ndk_vendor \
|
|
libdng_sdk.vendor \
|
|
libgui_vendor \
|
|
libstdc++_vendor \
|
|
vendor.qti.hardware.camera.device@1.0.vendor \
|
|
vendor.qti.hardware.camera.postproc@1.0.vendor
|
|
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.camera.device-V1-ndk.vendor \
|
|
android.hardware.camera.metadata-V1-ndk.vendor \
|
|
android.hardware.camera.provider-V1-ndk.vendor
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.camera.concurrent.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.concurrent.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
|
|
|
|
# Capabilityconfigstore
|
|
PRODUCT_PACKAGES += \
|
|
vendor.qti.hardware.capabilityconfigstore@1.0.vendor
|
|
|
|
# Charger
|
|
PRODUCT_PACKAGES += \
|
|
charger_res_images \
|
|
libsuspend
|
|
|
|
# DebugFS
|
|
PRODUCT_SET_DEBUGFS_RESTRICTIONS := true
|
|
|
|
# Display
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.graphics.composer@2.4.vendor \
|
|
android.hardware.graphics.mapper@4.0-impl-qti-display \
|
|
libdisplayconfig.qti \
|
|
libdisplayconfig.system.qti \
|
|
libgralloc.qti \
|
|
libqdMetaData \
|
|
libqdMetaData.system \
|
|
libsdmcore \
|
|
libsdmutils \
|
|
vendor.display.config@1.14 \
|
|
vendor.display.config@1.11.vendor \
|
|
vendor.display.config@2.0 \
|
|
vendor.display.config@2.0.vendor \
|
|
vendor.qti.hardware.display.allocator-service \
|
|
vendor.qti.hardware.display.allocator@1.0.vendor \
|
|
vendor.qti.hardware.display.allocator@3.0.vendor \
|
|
vendor.qti.hardware.display.allocator@4.0.vendor \
|
|
vendor.qti.hardware.display.composer-service \
|
|
vendor.qti.hardware.display.composer@1.0.vendor \
|
|
vendor.qti.hardware.display.composer@2.0.vendor \
|
|
vendor.qti.hardware.display.composer@3.0.vendor \
|
|
vendor.qti.hardware.display.mapper@1.0.vendor \
|
|
vendor.qti.hardware.display.mapper@1.1.vendor \
|
|
vendor.qti.hardware.display.mapper@2.0.vendor \
|
|
vendor.qti.hardware.display.mapper@3.0.vendor \
|
|
vendor.qti.hardware.display.mapper@4.0.vendor \
|
|
vendor.qti.hardware.display.mapperextensions@1.0.vendor \
|
|
vendor.qti.hardware.display.mapperextensions@1.1.vendor
|
|
|
|
# Display NDK
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.graphics.allocator-V1-ndk.vendor \
|
|
android.hardware.graphics.common-V3-ndk.vendor \
|
|
android.hardware.light-V2-ndk.vendor \
|
|
android.hardware.memtrack-V1-ndk.vendor \
|
|
vendor.qti.hardware.display.config-V1-ndk.vendor \
|
|
vendor.qti.hardware.display.config-V2-ndk.vendor \
|
|
vendor.qti.hardware.display.config-V3-ndk.vendor \
|
|
vendor.qti.hardware.display.config-V4-ndk.vendor \
|
|
vendor.qti.hardware.display.config-V5-ndk.vendor \
|
|
vendor.qti.hardware.display.config-V6-ndk.vendor
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml
|
|
|
|
# DRM
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.drm@1.4.vendor \
|
|
android.hardware.drm-service.clearkey \
|
|
android.hardware.drm-V1-ndk.vendor \
|
|
libdrm.vendor
|
|
|
|
# Fastbootd
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.fastboot@1.1-impl-mock \
|
|
fastbootd
|
|
|
|
# Fastcharge
|
|
PRODUCT_PACKAGES += \
|
|
vendor.lineage.fastcharge@1.0-service.xiaomi_sm6225
|
|
|
|
# Fingerprint
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.biometrics.fingerprint@2.3-service.xiaomi
|
|
|
|
PRODUCT_PACKAGES += \
|
|
libudfpshandler
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml
|
|
|
|
# Gatekeeper
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.gatekeeper@1.0.vendor
|
|
|
|
# GPS
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.gnss.measurement_corrections@1.1.vendor \
|
|
android.hardware.gnss.visibility_control@1.0.vendor \
|
|
android.hardware.gnss@2.1.vendor \
|
|
android.hardware.gnss-V2-ndk.vendor
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml
|
|
|
|
# Graphics
|
|
PRODUCT_COPY_FILES += \
|
|
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.compute-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.compute-0.xml \
|
|
frameworks/native/data/etc/android.hardware.vulkan.level-1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.level-1.xml \
|
|
frameworks/native/data/etc/android.hardware.vulkan.version-1_1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version-1_1.xml \
|
|
frameworks/native/data/etc/android.software.opengles.deqp.level-2022-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.opengles.deqp.level.xml \
|
|
frameworks/native/data/etc/android.software.vulkan.deqp.level-2022-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.vulkan.deqp.level.xml
|
|
|
|
# Health
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.health-service.xiaomi \
|
|
android.hardware.health-service.xiaomi_recovery \
|
|
android.hardware.health-V1-ndk.vendor \
|
|
android.hardware.health@2.1.vendor
|
|
|
|
# HIDL
|
|
PRODUCT_PACKAGES += \
|
|
android.hidl.allocator@1.0.vendor \
|
|
android.hidl.base@1.0.vendor \
|
|
libhidltransport.vendor \
|
|
libhwbinder.vendor
|
|
|
|
# Hotword enrollment
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/configs/permissions/privapp-permissions-hotword.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/privapp-permissions-hotword.xml
|
|
|
|
# Input
|
|
PRODUCT_COPY_FILES += \
|
|
$(call find-copy-subdir-files,*,$(LOCAL_PATH)/configs/idc/,$(TARGET_COPY_OUT_VENDOR)/usr/idc) \
|
|
$(call find-copy-subdir-files,*,$(LOCAL_PATH)/configs/keylayout/,$(TARGET_COPY_OUT_VENDOR)/usr/keylayout)
|
|
|
|
# IFAA
|
|
ifeq ($(TARGET_HAS_UDFPS),true)
|
|
PRODUCT_PACKAGES += \
|
|
IFAAService
|
|
endif
|
|
|
|
# IPACM
|
|
PRODUCT_PACKAGES += \
|
|
ipacm \
|
|
IPACM_cfg.xml \
|
|
IPACM_Filter_cfg.xml
|
|
|
|
# IR
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.ir-V1-ndk.vendor
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.consumerir.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.consumerir.xml
|
|
|
|
# Init scripts
|
|
PRODUCT_PACKAGES += \
|
|
fstab.qcom \
|
|
fstab.qcom.vendor_ramdisk \
|
|
init.qcom.rc \
|
|
init.qti.kernel.rc \
|
|
init.recovery.qcom.rc \
|
|
init.sapphire.perf.rc \
|
|
init.target.rc \
|
|
init.xiaomi.rc \
|
|
ueventd.qcom.rc
|
|
|
|
PRODUCT_PACKAGES += \
|
|
init.class_main.sh \
|
|
init.goodix.events.sh \
|
|
init.kernel.post_boot-bengal.sh \
|
|
init.kernel.post_boot-bengal-iot.sh \
|
|
init.kernel.post_boot.sh \
|
|
init.qcom.class_core.sh \
|
|
init.qcom.early_boot.sh \
|
|
init.qcom.post_boot.sh \
|
|
init.qcom.sh \
|
|
init.qti.dcvs.sh \
|
|
init.qti.early_init.sh \
|
|
init.qti.kernel.sh \
|
|
init.qti.write.sh \
|
|
init.sapphire_perf.sh \
|
|
system_dlkm_modprobe.sh \
|
|
vendor_modprobe.sh
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/rootdir/etc/fstab.qcom:$(TARGET_COPY_OUT_VENDOR_RAMDISK)/first_stage_ramdisk/fstab.qcom
|
|
|
|
# Keymaster
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.keymaster@4.1.vendor \
|
|
libkeymaster_messages.vendor
|
|
|
|
# Keymint
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.hardware_keystore.xml \
|
|
android.hardware.security.keymint-V1-ndk.vendor \
|
|
android.hardware.security.keymint-V2-ndk.vendor \
|
|
android.hardware.security.rkp-V3-ndk.vendor \
|
|
android.hardware.security.secureclock-V1-ndk.vendor \
|
|
android.hardware.security.sharedsecret-V1-ndk.vendor
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.keystore.app_attest_key.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.keystore.app_attest_key.xml \
|
|
frameworks/native/data/etc/android.software.device_id_attestation.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.device_id_attestation.xml
|
|
|
|
# Lineage Health
|
|
PRODUCT_PACKAGES += \
|
|
vendor.lineage.health-service.default
|
|
|
|
# Media
|
|
PRODUCT_PACKAGES += \
|
|
libavservices_minijail \
|
|
libavservices_minijail.vendor \
|
|
libavservices_minijail_vendor \
|
|
libcodec2_hidl@1.0.vendor \
|
|
libcodec2_hidl@1.1.vendor \
|
|
libcodec2_hidl@1.2.vendor \
|
|
libcodec2_soft_common.vendor \
|
|
libcodec2_vndk.vendor \
|
|
libsfplugin_ccodec_utils.vendor \
|
|
libplatformconfig
|
|
|
|
# Media stagefright
|
|
PRODUCT_PACKAGES += \
|
|
libstagefrighthw \
|
|
libstagefright_omx.vendor \
|
|
libstagefright_softomx.vendor \
|
|
libstagefright_softomx_plugin.vendor
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(call find-copy-subdir-files,*,$(LOCAL_PATH)/configs/media/,$(TARGET_COPY_OUT_VENDOR)/etc)
|
|
|
|
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_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2.xml \
|
|
frameworks/av/media/libstagefright/data/media_codecs_google_c2_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_audio.xml \
|
|
frameworks/av/media/libstagefright/data/media_codecs_google_c2_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_c2_video.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
|
|
|
|
# Memtrack
|
|
PRODUCT_PACKAGES += \
|
|
vendor.qti.hardware.memtrack-service
|
|
|
|
# Mlipay
|
|
PRODUCT_PACKAGES += \
|
|
vendor.xiaomi.hardware.mlipay@1.1.vendor \
|
|
vendor.xiaomi.hardware.mtdservice@1.0.vendor
|
|
|
|
# NDK
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.common-V2-ndk.vendor \
|
|
android.hardware.identity-V3-ndk.vendor
|
|
|
|
# Net
|
|
PRODUCT_PACKAGES += \
|
|
android.system.net.netd@1.1.vendor \
|
|
libnetutils.vendor
|
|
|
|
# NFC
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.nfc@1.2-service.st \
|
|
android.hardware.secure_element@1.2.vendor \
|
|
libchrome.vendor \
|
|
Tag
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.nfc.hce.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hce.xml \
|
|
frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hcef.xml \
|
|
frameworks/native/data/etc/android.hardware.nfc.uicc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.uicc.xml \
|
|
frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.xml \
|
|
frameworks/native/data/etc/android.hardware.se.omapi.uicc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.uicc.xml
|
|
|
|
# OMX
|
|
PRODUCT_PACKAGES += \
|
|
libmm-omxcore \
|
|
libOmxCore
|
|
|
|
# Overlays
|
|
PRODUCT_ENFORCE_RRO_TARGETS := *
|
|
|
|
PRODUCT_PACKAGES += \
|
|
CarrierConfigResCommon \
|
|
FrameworksResCommon \
|
|
FrameworksResTarget \
|
|
SystemUIResCommon \
|
|
TelecommResCommon \
|
|
TelephonyResCommon \
|
|
WifiResCommon \
|
|
WifiResTarget \
|
|
FrameworksResSapphire \
|
|
SettingsProviderResSapphire \
|
|
SettingsResSapphire \
|
|
SystemUIResSapphire \
|
|
WifiResSapphire
|
|
|
|
# Overlays Lineage
|
|
DEVICE_PACKAGE_OVERLAYS += \
|
|
$(LOCAL_PATH)/overlay-lineage
|
|
|
|
# Partitions
|
|
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
|
|
|
# Perf
|
|
PRODUCT_PACKAGES += \
|
|
vendor.qti.hardware.perf@2.3.vendor
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/configs/perf/msm_irqbalance.conf:$(TARGET_COPY_OUT_VENDOR)/etc/msm_irqbalance.conf \
|
|
$(LOCAL_PATH)/configs/perf/perfboostsconfig.xml:$(TARGET_COPY_OUT_VENDOR)/etc/perf/perfboostsconfig.xml \
|
|
$(LOCAL_PATH)/configs/perf/perfconfigstore.xml:$(TARGET_COPY_OUT_VENDOR)/etc/perf/perfconfigstore.xml
|
|
|
|
# Power
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.power-service-qti \
|
|
android.hardware.power@1.2.vendor
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/configs/perf/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml
|
|
|
|
# QCC
|
|
PRODUCT_PACKAGES += \
|
|
libgrpc++_unsecure.vendor
|
|
|
|
# QMI
|
|
PRODUCT_PACKAGES += \
|
|
libcurl.vendor \
|
|
libjson \
|
|
libjsoncpp.vendor \
|
|
libqti_vndfwk_detect.vendor \
|
|
libqti_vndfwk_detect_vendor \
|
|
libsqlite.vendor \
|
|
libvndfwk_detect_jni.qti.vendor
|
|
|
|
# QTI service tracker
|
|
PRODUCT_PACKAGES += \
|
|
vendor.qti.hardware.servicetracker@1.2.vendor
|
|
|
|
# RIL
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.radio@1.6.vendor \
|
|
android.hardware.radio.config@1.3.vendor \
|
|
android.hardware.radio.deprecated@1.0.vendor \
|
|
android.hardware.radio-V1-ndk.vendor \
|
|
android.hardware.radio.config-V1-ndk.vendor \
|
|
android.hardware.radio.data-V1-ndk.vendor \
|
|
android.hardware.radio.messaging-V1-ndk.vendor \
|
|
android.hardware.radio.modem-V1-ndk.vendor \
|
|
android.hardware.radio.network-V1-ndk.vendor \
|
|
android.hardware.radio.sim-V1-ndk.vendor \
|
|
android.hardware.radio.voice-V1-ndk.vendor \
|
|
libprotobuf-cpp-full-3.9.1-vendorcompat \
|
|
libprotobuf-cpp-lite-3.9.1-vendorcompat \
|
|
librmnetctl \
|
|
libsqlite.vendor
|
|
|
|
# Sensors
|
|
PRODUCT_PACKAGES += \
|
|
sensors.xiaomi
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/configs/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf
|
|
|
|
# Sensors
|
|
PRODUCT_PACKAGES += \
|
|
android.frameworks.sensorservice@1.0.vendor \
|
|
android.hardware.sensors@2.1-service.xiaomi-multihal \
|
|
libsensorndkbridge
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
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.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
|
|
|
|
# Shipping API
|
|
BOARD_SHIPPING_API_LEVEL := 33
|
|
PRODUCT_SHIPPING_API_LEVEL := $(BOARD_SHIPPING_API_LEVEL)
|
|
|
|
# Soong namespaces
|
|
PRODUCT_SOONG_NAMESPACES += \
|
|
$(LOCAL_PATH) \
|
|
hardware/qcom-caf/bootctrl \
|
|
hardware/xiaomi
|
|
|
|
# Telephony
|
|
PRODUCT_PACKAGES += \
|
|
extphonelib \
|
|
extphonelib-product \
|
|
extphonelib.xml \
|
|
extphonelib_product.xml \
|
|
ims-ext-common \
|
|
ims_ext_common.xml \
|
|
qti-telephony-hidl-wrapper \
|
|
qti-telephony-hidl-wrapper-prd \
|
|
qti_telephony_hidl_wrapper.xml \
|
|
qti_telephony_hidl_wrapper_prd.xml \
|
|
qti-telephony-utils \
|
|
qti-telephony-utils-prd \
|
|
qti_telephony_utils.xml \
|
|
qti_telephony_utils_prd.xml \
|
|
telephony-ext
|
|
|
|
PRODUCT_BOOT_JARS += \
|
|
telephony-ext
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
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.telephony.ims.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.ims.xml \
|
|
frameworks/native/data/etc/android.software.sip.voip.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.sip.voip.xml
|
|
|
|
# Thermal
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.thermal@2.0-service.qti-v2 \
|
|
libpsi.vendor
|
|
|
|
# Trusted User Interface
|
|
PRODUCT_PACKAGES += \
|
|
android.hidl.memory.block@1.0.vendor \
|
|
vendor.qti.hardware.systemhelper@1.0.vendor
|
|
|
|
# Update engine
|
|
PRODUCT_PACKAGES += \
|
|
update_engine \
|
|
update_engine_sideload \
|
|
update_verifier
|
|
|
|
PRODUCT_PACKAGES_DEBUG += \
|
|
update_engine_client
|
|
|
|
# USB
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.usb@1.2.vendor:64
|
|
|
|
ifneq ($(TARGET_BUILD_VARIANT),user)
|
|
PRODUCT_VENDOR_PROPERTIES += \
|
|
persist.vendor.usb.config=mtp,adb
|
|
endif
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
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
|
|
|
|
# Vendor service manager
|
|
PRODUCT_PACKAGES += \
|
|
vndservicemanager
|
|
|
|
# Verified Boot
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.verified_boot.xml
|
|
|
|
# Vibrator
|
|
PRODUCT_PACKAGES += \
|
|
vendor.qti.hardware.vibrator.service
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/qcom/opensource/vibrator/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/etc/excluded-input-devices.xml
|
|
|
|
# VNDK
|
|
PRODUCT_COPY_FILES += \
|
|
prebuilts/vndk/v33/arm/arch-arm-armv7-a-neon/shared/vndk-core/libstagefright_foundation.so:$(TARGET_COPY_OUT_VENDOR)/lib/libstagefright_foundation-v33.so \
|
|
prebuilts/vndk/v33/arm64/arch-arm64-armv8-a/shared/vndk-core/libstagefright_foundation.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libstagefright_foundation-v33.so
|
|
|
|
# WiFi
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.wifi-service \
|
|
android.hardware.wifi.hostapd@1.0.vendor \
|
|
android.hardware.wifi.hostapd-V1-ndk.vendor \
|
|
android.hardware.wifi.supplicant-V1-ndk.vendor \
|
|
hostapd \
|
|
libwpa_client \
|
|
libwifi-hal-ctrl \
|
|
libwifi-hal-qcom \
|
|
wpa_supplicant \
|
|
wpa_supplicant.conf
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.wifi.aware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.aware.xml \
|
|
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.passpoint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.passpoint.xml \
|
|
frameworks/native/data/etc/android.hardware.wifi.rtt.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.rtt.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.ipsec_tunnels.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnels.xml
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/configs/wifi/WCNSS_qcom_cfg.ini:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/WCNSS_qcom_cfg.ini \
|
|
$(LOCAL_PATH)/configs/wifi/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
|
|
$(LOCAL_PATH)/configs/wifi/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf
|