Merge "Add vintf_fragments to keymaster@4.1-service"

This commit is contained in:
Treehugger Robot 2020-03-27 22:17:41 +00:00 committed by Gerrit Code Review
commit 96d959486c
2 changed files with 12 additions and 0 deletions

View file

@ -20,6 +20,7 @@ cc_binary {
relative_install_path: "hw",
vendor: true,
init_rc: ["android.hardware.keymaster@4.1-service.rc"],
vintf_fragments: ["android.hardware.keymaster@4.1-service.xml"],
srcs: ["service.cpp"],
shared_libs: [

View file

@ -0,0 +1,11 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.keymaster</name>
<transport>hwbinder</transport>
<version>4.1</version>
<interface>
<name>IKeymasterDevice</name>
<instance>default</instance>
</interface>
</hal>
</manifest>