From 2da67c9a174dd49f90700bb27e05de28d15a69d4 Mon Sep 17 00:00:00 2001 From: padarshr Date: Wed, 12 Jul 2017 17:32:34 +0530 Subject: [PATCH] Add device compatibility matrix. Add device compatibility matrix to common project and targets can point the build variable DEVICE_MATRIX_FILE to this file to build device compatibility matrix. Change-Id: If8e75c5ee8de0ef50d6937ffbd6453fb3f5eb648 --- compatibility_matrix.xml | 87 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 compatibility_matrix.xml diff --git a/compatibility_matrix.xml b/compatibility_matrix.xml new file mode 100644 index 00000000..02ce7ead --- /dev/null +++ b/compatibility_matrix.xml @@ -0,0 +1,87 @@ + + + + android.frameworks.schedulerservice + 1.0 + + ISchedulingPolicyService + default + + + + android.frameworks.sensorservice + 1.0 + + ISensorManager + default + + + + android.hidl.allocator + 1.0 + + IAllocator + ashmem + + + + android.hidl.manager + 1.0 + + IServiceManager + default + + + + android.hidl.memory + 1.0 + + IMapper + ashmem + + + + android.hidl.token + 1.0 + + ITokenManager + default + + + + android.system.wifi.keystore + 1.0 + + IKeystore + default + + + + +