summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'nfc/1.1/INfc.hal')
-rw-r--r--nfc/1.1/INfc.hal7
1 files changed, 7 insertions, 0 deletions
diff --git a/nfc/1.1/INfc.hal b/nfc/1.1/INfc.hal
index ea6a571c..b629d8ca 100644
--- a/nfc/1.1/INfc.hal
+++ b/nfc/1.1/INfc.hal
@@ -49,4 +49,11 @@ interface INfc extends @1.0::INfc {
49 * NfcStatus::SUCCESS otherwise. 49 * NfcStatus::SUCCESS otherwise.
50 */ 50 */
51 open_1_1(INfcClientCallback clientCallback) generates (NfcStatus status); 51 open_1_1(INfcClientCallback clientCallback) generates (NfcStatus status);
52
53 /**
54 * Fetches vendor specific configurations.
55 * @return config indicates support for certain features and
56 * populates the vendor specific configs
57 */
58 getConfig() generates (NfcConfig config);
52}; 59};