mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
NFC: Update vts files to include the Annotations.
am: 6360a884b8
Change-Id: Id8469ef63c89ae397babe9eba8ca96da1d87fef0
This commit is contained in:
@@ -19,6 +19,16 @@ interface: {
|
||||
predefined_type: "INfcClientCallback"
|
||||
is_callback: true
|
||||
}
|
||||
callflow: {
|
||||
entry: true
|
||||
}
|
||||
callflow: {
|
||||
next: "write"
|
||||
next: "coreInitialized"
|
||||
next: "prediscover"
|
||||
next: "powerCycle"
|
||||
next: "controlGranted"
|
||||
}
|
||||
}
|
||||
|
||||
api: {
|
||||
@@ -34,6 +44,14 @@ interface: {
|
||||
scalar_type: "uint8_t"
|
||||
}
|
||||
}
|
||||
callflow: {
|
||||
next: "write"
|
||||
next: "prediscover"
|
||||
next: "coreInitialized"
|
||||
next: "close"
|
||||
next: "powerCycle"
|
||||
next: "controlGranted"
|
||||
}
|
||||
}
|
||||
|
||||
api: {
|
||||
@@ -49,6 +67,11 @@ interface: {
|
||||
scalar_type: "uint8_t"
|
||||
}
|
||||
}
|
||||
callflow: {
|
||||
next: "write"
|
||||
next: "prediscover"
|
||||
next: "close"
|
||||
}
|
||||
}
|
||||
|
||||
api: {
|
||||
@@ -57,6 +80,13 @@ interface: {
|
||||
type: TYPE_SCALAR
|
||||
scalar_type: "int32_t"
|
||||
}
|
||||
callflow: {
|
||||
next: "write"
|
||||
next: "close"
|
||||
next: "coreInitialized"
|
||||
next: "powerCycle"
|
||||
next: "controlGranted"
|
||||
}
|
||||
}
|
||||
|
||||
api: {
|
||||
@@ -65,6 +95,9 @@ interface: {
|
||||
type: TYPE_SCALAR
|
||||
scalar_type: "int32_t"
|
||||
}
|
||||
callflow: {
|
||||
exit: true
|
||||
}
|
||||
}
|
||||
|
||||
api: {
|
||||
@@ -73,6 +106,13 @@ interface: {
|
||||
type: TYPE_SCALAR
|
||||
scalar_type: "int32_t"
|
||||
}
|
||||
callflow: {
|
||||
next: "write"
|
||||
next: "close"
|
||||
next: "prediscover"
|
||||
next: "coreInitialized"
|
||||
next: "powerCycle"
|
||||
}
|
||||
}
|
||||
|
||||
api: {
|
||||
@@ -81,6 +121,13 @@ interface: {
|
||||
type: TYPE_SCALAR
|
||||
scalar_type: "int32_t"
|
||||
}
|
||||
callflow: {
|
||||
next: "write"
|
||||
next: "coreInitialized"
|
||||
next: "prediscover"
|
||||
next: "controlGranted"
|
||||
next: "close"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user