mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "NFC: Add @exports to generate nfc-base.h headers." am: cca3e97d63 am: 5a36ec44f7
am: 16feccc9c3
Change-Id: I08790373e26c50dcfbf295e4bf8d98ef10ae591c
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user