diff options
author | Abhilash Kumar Subhash <asubha@codeaurora.org> | 2017-07-13 14:00:24 +0530 |
---|---|---|
committer | Abhilash Kumar Subhash <asubha@codeaurora.org> | 2017-07-13 14:00:24 +0530 |
commit | 329f08d63d219d40def6d9335baf17a52063995f (patch) | |
tree | f8b29a9f2cb653e7bce573ff254da8b67d854496 | |
parent | d99ecb1ae31557b263957c19c83f40956d664f48 (diff) | |
parent | 0f25aa8903549bf46e1c8d7c0659769b7196ecde (diff) |
Merge commit '0f25aa8903549bf46e1c8d7c0659769b7196ecde' into remote
Conflicts:
vintf.xml
Change-Id: I413d1914c41c2d860a3cb8c8e93f6ef7d77780c8
-rwxr-xr-x | system.prop | 1 | ||||
-rw-r--r-- | vintf.xml | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/system.prop b/system.prop index e3b0c64..11c5697 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.gralloc.enable_fb_ubwc=1 dalvik.vm.heapsize=36m @@ -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> |