diff options
| author | nebrassy <nebras30@gmail.com> | 2020-10-14 17:39:44 +0300 |
|---|---|---|
| committer | nebrassy <nebras30@gmail.com> | 2020-10-14 17:39:44 +0300 |
| commit | 5b421458bc62bfc8ce62ccf22d5f29910ec23fe2 (patch) | |
| tree | d1fc14e53f78cb974b4165cf0ce0579751a366a3 | |
| parent | 50e10fb5df394dad4b44dabf31147c79edde3ebc (diff) | |
wayne: manifest: decommonize keymaster
Change-Id: Ifb2f9ab191774b5e39017c445112de7c38efea51
| -rwxr-xr-x | manifest.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml index 395310e..a6ba39f 100755 --- a/manifest.xml +++ b/manifest.xml @@ -26,4 +26,13 @@ <instance>default</instance> </interface> </hal> + <hal format="hidl"> + <name>android.hardware.keymaster</name> + <transport>hwbinder</transport> + <version>3.0</version> + <interface> + <name>IKeymasterDevice</name> + <instance>default</instance> + </interface> + </hal> </manifest> |
