| #Display related packages and configuration |
| |
| PRODUCT_PACKAGES += \ |
| android.hardware.graphics.composer@2.3-impl \ |
| android.hardware.graphics.composer@2.3-service \ |
| android.hardware.graphics.mapper@2.0-impl-qti-display \ |
| vendor.qti.hardware.display.allocator@1.0-service \ |
| android.hardware.memtrack@1.0-impl \ |
| android.hardware.memtrack@1.0-service \ |
| android.hardware.light@2.0-impl \ |
| android.hardware.light@2.0-service \ |
| modetest \ |
| gralloc.sdm845 \ |
| lights.sdm845 \ |
| hwcomposer.sdm845 \ |
| memtrack.sdm845 \ |
| libqdutils \ |
| libqdMetaData |
| |
| #Qdcm calibration xml file for 2k panel |
| PRODUCT_COPY_FILES += hardware/qcom/display/config/qdcm_calib_data_nt35597_cmd_mode_dsi_truly_panel_with_DSC.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_nt35597_cmd_mode_dsi_truly_panel_with_DSC.xml |
| #Qdcm calibration xml file for 4k panel |
| PRODUCT_COPY_FILES += hardware/qcom/display/config/qdcm_calib_data_Sharp_4k_cmd_mode_dsc_dsi_panel.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_Sharp_4k_cmd_mode_dsc_dsi_panel.xml |
| #Qdcm calibration xml file for 2k video panel |
| PRODUCT_COPY_FILES += hardware/qcom/display/config/qdcm_calib_data_nt35597_cmd_mode_dsi_truly_panel_with_DSC.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_Dual_nt35597_video_mode_dsi_truly_panel_without_DSC.xml |
| PRODUCT_COPY_FILES += hardware/qcom/display/config/qdcm_calib_data_nt35597_cmd_mode_dsi_truly_panel_with_DSC.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_nt35597_video_mode_dsi_truly_panel_with_DSC.xml |
| |
| TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true |
| MAX_VIRTUAL_DISPLAY_DIMENSION := 4096 |
| NUM_FRAMEBUFFER_SURFACE_BUFFERS := 2 |
| #Enable Charging Icon |
| TARGET_RECOVERY_PIXEL_FORMAT := RGBX_8888 |
| TARGET_USES_GRALLOC1 := true |
| TARGET_USES_HWC2 := true |
| TARGET_USES_QCOM_DISPLAY_BSP := true |
| TARGET_USES_COLOR_METADATA := true |
| TARGET_USES_DRM_PP := true |
| #Enable Wide color gamut support |
| TARGET_HAS_WIDE_COLOR_DISPLAY := true |
| |
| PRODUCT_PROPERTY_OVERRIDES += \ |
| persist.demo.hdmirotationlock=false \ |
| ro.vendor.display.cabl=2 \ |
| debug.sf.hw=0 \ |
| debug.egl.hw=0 \ |
| debug.sf.latch_unsignaled=1 \ |
| vendor.display.enable_default_color_mode=1 \ |
| persist.sys.sf.native_mode=0 |
| |
| |
| |
| |