diff options
author | Praneeth Bajjuri | 2019-03-07 15:01:59 -0600 |
---|---|---|
committer | Praneeth Bajjuri | 2019-03-07 15:05:48 -0600 |
commit | b87c56fd8f09c8a10474984ce0ef684e6febcfdc (patch) | |
tree | aa3c35bef387793f9ed0a9180b40f7a29dc1fb1e | |
parent | 8d2aaa957aa402303c89d81d9408c78ca4c83066 (diff) | |
download | device-ti-j721e-b87c56fd8f09c8a10474984ce0ef684e6febcfdc.tar.gz device-ti-j721e-b87c56fd8f09c8a10474984ce0ef684e6febcfdc.tar.xz device-ti-j721e-b87c56fd8f09c8a10474984ce0ef684e6febcfdc.zip |
am65xevm: add ServiceManager to compatibility_matrix
Enable ServiceManager HIDL defintion to device
compatibility matrix as recommended in
platform/system/libhidl/transport/current.txt
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r-- | compatibility_matrix.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/compatibility_matrix.xml b/compatibility_matrix.xml index e45aa9f..0e393d0 100644 --- a/compatibility_matrix.xml +++ b/compatibility_matrix.xml | |||
@@ -24,6 +24,14 @@ | |||
24 | </interface> | 24 | </interface> |
25 | </hal> | 25 | </hal> |
26 | <hal format="hidl" optional="false"> | 26 | <hal format="hidl" optional="false"> |
27 | <name>android.hidl.manager</name> | ||
28 | <version>1.1</version> | ||
29 | <interface> | ||
30 | <name>IServiceManager</name> | ||
31 | <instance>default</instance> | ||
32 | </interface> | ||
33 | </hal> | ||
34 | <hal format="hidl" optional="false"> | ||
27 | <name>android.hardware.graphics.composer</name> | 35 | <name>android.hardware.graphics.composer</name> |
28 | <version>2.1</version> | 36 | <version>2.1</version> |
29 | <interface> | 37 | <interface> |