Merge "NFC: Add @exports to generate nfc-base.h headers."

am: cca3e97d63

Change-Id: Ic2b511275b4ada5049428811357bdd3ecf323841
This commit is contained in:
Ruchi Kandoi
2016-11-30 20:51:11 +00:00
committed by android-build-merger

View File

@@ -16,6 +16,7 @@
package android.hardware.nfc@1.0;
@export(name="", value_prefix="HAL_NFC_", value_suffix="_EVT")
enum NfcEvent : uint32_t {
OPEN_CPLT = 0,
CLOSE_CPLT = 1,
@@ -26,6 +27,7 @@ enum NfcEvent : uint32_t {
ERROR = 6
};
@export(name="", value_prefix="HAL_NFC_STATUS_")
enum NfcStatus : uint32_t {
OK = 0,
FAILED = 1,