Merge "Add vintf_fragments to keymaster@4.1-service"
This commit is contained in:
commit
96d959486c
2 changed files with 12 additions and 0 deletions
|
@ -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: [
|
||||
|
|
|
@ -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>
|
Loading…
Reference in a new issue