summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sdm660_64.mk2
-rwxr-xr-xsystem.prop5
-rw-r--r--vintf.xml28
3 files changed, 34 insertions, 1 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk
index 676a890..9f86e94 100644
--- a/sdm660_64.mk
+++ b/sdm660_64.mk
@@ -40,7 +40,7 @@ TARGET_USE_UI_SVA := true
ifeq ($(TARGET_ENABLE_QC_AV_ENHANCEMENTS), true)
PRODUCT_COPY_FILES += \
device/qcom/sdm660_64/media_profiles.xml:system/etc/media_profiles.xml \
- device/qcom/sdm660_64/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \
+ device/qcom/sdm660_64/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_vendor.xml \
device/qcom/sdm660_64/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
device/qcom/sdm660_64/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml
endif #TARGET_ENABLE_QC_AV_ENHANCEMENTS
diff --git a/system.prop b/system.prop
index be4a1c1..30d1d42 100755
--- a/system.prop
+++ b/system.prop
@@ -22,6 +22,7 @@ DEVICE_PROVISIONED=1
#
ro.telephony.default_network=22,20
+debug.sf.enable_hwc_vds=1
debug.sf.hw=1
debug.sf.latch_unsignaled=1
debug.gralloc.enable_fb_ubwc=1
@@ -44,6 +45,7 @@ media.stagefright.enable-scan=true
mmp.enable.3g2=true
media.aac_51_output_enabled=true
mm.enable.smoothstreaming=true
+media.settings.xml=/vendor/etc/media_profiles_vendor.xml
#codecs:(PARSER_)AAC AC3 AMR_NB AMR_WB ASF AVI DTS FLV 3GP 3G2 MKV MP2PS MP2TS MP3 OGG QCP WAV FLAC AIFF APE DSD
mm.enable.qcom_parser=13631487
persist.mm.enable.prefetch=true
@@ -191,3 +193,6 @@ ro.config.zram=true
#set maximum supported adapter voltage
persist.charger.max_voltage_mv=9000
+
+#Property to enable display default color mode
+vendor.display.enable_default_color_mode=true
diff --git a/vintf.xml b/vintf.xml
index dc41437..3f48bfd 100644
--- a/vintf.xml
+++ b/vintf.xml
@@ -367,6 +367,34 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>slot2</instance>
</interface>
</hal>
+ <!-- improveTouch Service-->
+ <hal format="hidl">
+ <name>vendor.qti.hardware.improvetouch.touchcompanion</name>
+ <transport>hwbinder</transport>
+ <version>1.0</version>
+ <interface>
+ <name>ITouchCompanion</name>
+ <instance>TouchCompanionService</instance>
+ </interface>
+ </hal>
+ <hal format="hidl">
+ <name>vendor.qti.hardware.improvetouch.gesturemanager</name>
+ <transport>hwbinder</transport>
+ <version>1.0</version>
+ <interface>
+ <name>IGestureManager</name>
+ <instance>GestureManagerService</instance>
+ </interface>
+ </hal>
+ <hal format="hidl">
+ <name>vendor.qti.hardware.improvetouch.blobmanager</name>
+ <transport>hwbinder</transport>
+ <version>1.0</version>
+ <interface>
+ <name>IBlobManager</name>
+ <instance>BlobManagerService</instance>
+ </interface>
+ </hal>
<hal format="hidl">
<name>vendor.qti.hardware.fm</name>
<transport>hwbinder</transport>