Add annotation of hal_type for Nfc/NfcCallback interface.

Change-Id: I5bb53c396ea11a94fa556cf561b584b6f12f476c
This commit is contained in:
Zhuoyao Zhang
2016-08-10 22:37:34 -07:00
parent 7fd352e7b3
commit 80b6a1263a
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ package android.hardware.nfc@1.0;
import INfcClientCallback;
@hal_type(type="NFC")
interface INfc {
/*
* Opens the NFC controller device and performs initialization.

View File

@@ -1,5 +1,6 @@
package android.hardware.nfc@1.0;
@hal_type(type="NFC")
interface INfcClientCallback {
/*
* The callback passed in from the NFC stack that the HAL