From 7bd7e0b77bb07c7c43125672dcc24f75d50e29cd Mon Sep 17 00:00:00 2001 From: Naveen Kumar Date: Mon, 9 Oct 2017 09:35:59 +0530 Subject: [PATCH 1/5] manifest.xml: Add widevine as default DRM interface Add widevine as default DRM interface for sdm660. Change-Id: Ia4abd37a6e660714332d945bc8e53a27035abd50 --- manifest.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.xml b/manifest.xml index 52dfa6db..2b7cd62e 100644 --- a/manifest.xml +++ b/manifest.xml @@ -618,10 +618,12 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1.0 ICryptoFactory + widevine default IDrmFactory + widevine default From bf5798a2000677edf85e74bffef47dfb3a65daa0 Mon Sep 17 00:00:00 2001 From: Ashay Jaiswal Date: Fri, 27 Oct 2017 18:19:09 +0530 Subject: [PATCH 2/5] sdm660_64: update adapter max. allowed voltage property name Rename "persist.charger.max_voltage_mv" to "persist.chg.max_volt_mv" to ensure property name matches with the hvdcp_opti daemon. Change-Id: I23a4669ea174dcdfca54cfe58c4ac51a7a7c7761 --- system.prop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.prop b/system.prop index 2c4d78d5..ae1e3e5f 100644 --- a/system.prop +++ b/system.prop @@ -178,7 +178,7 @@ persist.camera.preview.ubwc=0 ro.vendor.qti.config.zram=true #set maximum supported adapter voltage -persist.charger.max_voltage_mv=9000 +persist.chg.max_volt_mv=9000 #Property to enable display default color mode vendor.display.enable_default_color_mode=1 From 34f3dcb3831f6ab52af403443e415c62d67d387f Mon Sep 17 00:00:00 2001 From: Manaf Meethalavalappu Pallikunhi Date: Tue, 10 Oct 2017 14:12:48 +0530 Subject: [PATCH 3/5] sdm660_64: Enable Thermal HAL by default Enable Thermal HAL for sdm660_64. It adds Thermal HAL to manifest.xml and thermal service to PRODUCT_PACKAGES. Change-Id: Id5070101c7a91955c050a9c5c8520cfa43cc8186 --- manifest.xml | 10 ++++++++++ sdm660_64.mk | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/manifest.xml b/manifest.xml index 52dfa6db..99b3e54c 100644 --- a/manifest.xml +++ b/manifest.xml @@ -659,4 +659,14 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. default + + + android.hardware.thermal + hwbinder + 1.0 + + IThermal + default + + diff --git a/sdm660_64.mk b/sdm660_64.mk index 4d791fb4..81fbce3b 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -304,3 +304,7 @@ PRODUCT_PACKAGES += android.hardware.gatekeeper@1.0-impl \ endif PRODUCT_PROPERTY_OVERRIDES += rild.libpath=/system/vendor/lib64/libril-qc-qmi-1.so + +#Thermal +PRODUCT_PACKAGES += android.hardware.thermal@1.0-impl \ + android.hardware.thermal@1.0-service From 5dc98d5bf8b6858c4e7fd9470907cd09e184f8af Mon Sep 17 00:00:00 2001 From: Pavan Kumar M Date: Wed, 1 Nov 2017 16:59:36 +0530 Subject: [PATCH 4/5] Enable Tether offload Add Hals for tether offload into manifest Change-Id: Ic8780f0545358a2bd0dc5f381dfb6f8cf7b183f2 CRs-Fixed: 2126455 --- manifest.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/manifest.xml b/manifest.xml index a0f68eee..44578345 100644 --- a/manifest.xml +++ b/manifest.xml @@ -671,4 +671,23 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. default + + + android.hardware.tetheroffload.config + hwbinder + 1.0 + + IOffloadConfig + default + + + + android.hardware.tetheroffload.control + hwbinder + 1.0 + + IOffloadControl + default + + From 00a3282458da6c88fb1bed1397515f6d474e6b7b Mon Sep 17 00:00:00 2001 From: muluhe Date: Wed, 27 Sep 2017 11:20:37 +0800 Subject: [PATCH 5/5] sdm660: add factory hidl definition Add factory hidl definition. Change-Id: I799f3fbca1b08c7c9aea913a803075ae27709118 --- manifest.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) mode change 100644 => 100755 manifest.xml diff --git a/manifest.xml b/manifest.xml old mode 100644 new mode 100755 index 44578345..34a4bced --- a/manifest.xml +++ b/manifest.xml @@ -690,4 +690,14 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. default + + + vendor.qti.hardware.factory + hwbinder + 1.0 + + IFactory + default + +