mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Add annotation of hal_type for Nfc/NfcCallback interface.
Change-Id: I5bb53c396ea11a94fa556cf561b584b6f12f476c
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user