You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
680 B
21 lines
680 B
4 months ago
|
#Display target definitions for msmnile
|
||
|
|
||
|
#Enable Charging Icon
|
||
|
TARGET_RECOVERY_PIXEL_FORMAT := RGBX_8888
|
||
|
TARGET_USES_GRALLOC1 := true
|
||
|
TARGET_USES_DRM_PP := true
|
||
|
TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true
|
||
|
MAX_VIRTUAL_DISPLAY_DIMENSION := 4096
|
||
|
NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
|
||
|
TARGET_USES_HWC2 := true
|
||
|
TARGET_USES_QCOM_DISPLAY_BSP := true
|
||
|
TARGET_USES_COLOR_METADATA := true
|
||
|
TARGET_HAS_WIDE_COLOR_DISPLAY := true
|
||
|
TARGET_HAS_HDR_DISPLAY := true
|
||
|
TARGET_USES_DISPLAY_RENDER_INTENTS := true
|
||
|
TARGET_USE_COLOR_MANAGEMENT := true
|
||
|
SF_WCG_COMPOSITION_DATA_SPACE := 143261696
|
||
|
TARGET_USES_QTI_MAPPER_2_0 := true
|
||
|
TARGET_USES_QTI_MAPPER_EXTENSIONS_1_1 := true
|
||
|
TARGET_USES_GRALLOC4 := true
|