Naseer Ahmed | b5c9c36 | 2018-12-18 15:48:41 -0500 | [diff] [blame] | 1 | # Display product definitions |
| 2 | PRODUCT_PACKAGES += \ |
Naseer Ahmed | bbb3b3b | 2018-11-22 14:06:47 -0500 | [diff] [blame^] | 3 | android.hardware.graphics.composer@2.3-impl \ |
| 4 | android.hardware.graphics.composer@2.3-service \ |
Naseer Ahmed | b5c9c36 | 2018-12-18 15:48:41 -0500 | [diff] [blame] | 5 | android.hardware.graphics.mapper@2.0-impl-qti-display \ |
| 6 | vendor.qti.hardware.display.allocator@1.0-service \ |
| 7 | android.hardware.memtrack@1.0-impl \ |
| 8 | android.hardware.memtrack@1.0-service \ |
| 9 | android.hardware.light@2.0-impl \ |
| 10 | android.hardware.light@2.0-service \ |
| 11 | gralloc.qcom \ |
| 12 | lights.qcom \ |
| 13 | hwcomposer.qcom \ |
| 14 | memtrack.qcom \ |
| 15 | libqdMetaData.vendor \ |
| 16 | vendor.display.config@1.0.vendor \ |
| 17 | vendor.display.config@1.1.vendor \ |
| 18 | vendor.display.config@1.2.vendor \ |
| 19 | vendor.display.config@1.3.vendor \ |
| 20 | vendor.display.config@1.4.vendor \ |
| 21 | vendor.display.config@1.5.vendor \ |
| 22 | modetest |
| 23 | |
| 24 | #QDCM calibration xml file for 2k panel |
| 25 | 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 |
| 26 | 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 |
| 27 | #QDCM calibration xml file for 4k panel |
| 28 | 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 |
| 29 | 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_video_mode_dsc_dsi_panel.xml |
| 30 | #QDCM calibration xml file for amoled panel |
| 31 | PRODUCT_COPY_FILES += hardware/qcom/display/config/qdcm_calib_data_sw43404_amoled_cmd_mode_dsi_boe_panel_with_DSC.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_sw43404_amoled_cmd_mode_dsi_boe_panel_with_DSC.xml |
| 32 | PRODUCT_COPY_FILES += hardware/qcom/display/config/qdcm_calib_data_sw43404_amoled_cmd_mode_dsi_boe_panel_with_DSC.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_sw43404_amoled_video_mode_dsi_boe_panel_with_DSC.xml |
| 33 | |
| 34 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 35 | persist.demo.hdmirotationlock=false \ |
| 36 | persist.sys.sf.color_saturation=1.0 \ |
| 37 | debug.sf.hw=0 \ |
| 38 | debug.egl.hw=0 \ |
| 39 | debug.sf.latch_unsignaled=1 \ |
| 40 | debug.mdpcomp.logs=0 \ |
| 41 | ro.vendor.display.cabl=2 \ |
| 42 | vendor.gralloc.disable_ubwc=0 \ |
| 43 | vendor.display.disable_scaler=0 \ |
| 44 | vendor.display.disable_inline_rotator=1 \ |
| 45 | vendor.display.disable_decimation=1 \ |
| 46 | vendor.display.enable_null_display=0 \ |
| 47 | vendor.display.disable_excl_rect=0 \ |
| 48 | vendor.display.comp_mask=0 \ |
| 49 | vendor.display.enable_default_color_mode=1 |
| 50 | |
| 51 | ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) |
| 52 | # Recovery is enabled, logging is enabled |
| 53 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 54 | vendor.display.disable_hw_recovery_dump=0 |
| 55 | else |
| 56 | # Recovery is enabled, logging is disabled |
| 57 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 58 | vendor.display.disable_hw_recovery_dump=1 |
| 59 | endif |
| 60 | |
| 61 | # Properties using default value: |
| 62 | # vendor.display.disable_hw_recovery=0 |
| 63 | |
| 64 | # This matrix should be in column major order, per SurfaceFlinger requirement |
| 65 | # 1.0 0.0 0.0 |
| 66 | # 0.0 1.0 0.0 |
| 67 | # 0.0 0.0 1.0 |
| 68 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 69 | vendor.display.dataspace_saturation_matrix=1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0 |