Skip to content
Snippets Groups Projects
Commit f0d6dd41 authored by Brian Orr's avatar Brian Orr
Browse files

Merge SP1A.210510.001

Change-Id: Ie3532d68a6c5d1b673f44bd8505268426df1cf54
parents 2828c1cf 404db46d
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ cc_binary { ...@@ -12,6 +12,7 @@ cc_binary {
defaults: ["hidl_defaults"], defaults: ["hidl_defaults"],
proprietary: true, proprietary: true,
init_rc: ["android.hardware.nfc@1.2-service.samsung.rc"], init_rc: ["android.hardware.nfc@1.2-service.samsung.rc"],
vintf_fragments: ["android.hardware.nfc@1.2-service.samsung.xml"],
relative_install_path: "hw", relative_install_path: "hw",
srcs: [ srcs: [
"SecNfcService.cpp", "SecNfcService.cpp",
......
<manifest version="1.0" type="device">
<hal format="hidl" override="true">
<name>android.hardware.nfc</name>
<transport>hwbinder</transport>
<version>1.2</version>
<interface>
<name>INfc</name>
<instance>default</instance>
</interface>
<fqname>@1.2::INfc/default</fqname>
</hal>
</manifest>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment