diff --git a/touch/twoshay/aidl/compatibility_matrix_gs101.xml b/touch/twoshay/aidl/compatibility_matrix_gs101.xml new file mode 100644 index 0000000..aaa2d6e --- /dev/null +++ b/touch/twoshay/aidl/compatibility_matrix_gs101.xml @@ -0,0 +1,10 @@ + + + com.google.input + 2-3 + + ITouchContextService + default + + + diff --git a/touch/twoshay/aidl/compatibility_matrix_zuma.xml b/touch/twoshay/aidl/compatibility_matrix_zuma.xml new file mode 100644 index 0000000..25d5c50 --- /dev/null +++ b/touch/twoshay/aidl/compatibility_matrix_zuma.xml @@ -0,0 +1,26 @@ + + + com.google.input + 2-3 + + ITouchContextService + default + + + + com.google.input.algos.gril + 2-3 + + IGrilAntennaTuningService + default + + + + com.google.input.algos.spd + 2-3 + + IScreenProtectorDetectorService + default + + + diff --git a/touch/twoshay/aidl/manifest_gs101.xml b/touch/twoshay/aidl/manifest_gs101.xml new file mode 100644 index 0000000..28472a0 --- /dev/null +++ b/touch/twoshay/aidl/manifest_gs101.xml @@ -0,0 +1,10 @@ + + + com.google.input + 3 + + ITouchContextService + default + + + diff --git a/touch/twoshay/aidl/manifest_zuma.xml b/touch/twoshay/aidl/manifest_zuma.xml new file mode 100644 index 0000000..dbac77d --- /dev/null +++ b/touch/twoshay/aidl/manifest_zuma.xml @@ -0,0 +1,26 @@ + + + com.google.input + 3 + + ITouchContextService + default + + + + com.google.input.algos.gril + 3 + + IGrilAntennaTuningService + default + + + + com.google.input.algos.spd + 3 + + IScreenProtectorDetectorService + default + + + diff --git a/touch/twoshay/aidl_gs101.mk b/touch/twoshay/aidl_gs101.mk new file mode 100644 index 0000000..1676cba --- /dev/null +++ b/touch/twoshay/aidl_gs101.mk @@ -0,0 +1,2 @@ +DEVICE_MANIFEST_FILE += device/google/gs-common/touch/twoshay/aidl/manifest_gs101.xml +DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/touch/twoshay/aidl/compatibility_matrix_gs101.xml diff --git a/touch/twoshay/aidl_zuma.mk b/touch/twoshay/aidl_zuma.mk new file mode 100644 index 0000000..48714fe --- /dev/null +++ b/touch/twoshay/aidl_zuma.mk @@ -0,0 +1,2 @@ +DEVICE_MANIFEST_FILE += device/google/gs-common/touch/twoshay/aidl/manifest_zuma.xml +DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/touch/twoshay/aidl/compatibility_matrix_zuma.xml