diff --git a/nfc/1.0/INfc.hal b/nfc/1.0/INfc.hal index a1dc247ffd..c99af1362c 100644 --- a/nfc/1.0/INfc.hal +++ b/nfc/1.0/INfc.hal @@ -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. diff --git a/nfc/1.0/INfcClientCallback.hal b/nfc/1.0/INfcClientCallback.hal index 979728bf9c..3e24b361be 100644 --- a/nfc/1.0/INfcClientCallback.hal +++ b/nfc/1.0/INfcClientCallback.hal @@ -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