diff options
author | Ruchi Kandoi <kandoiruchi@google.com> | 2016-11-15 15:10:38 -0800 |
---|---|---|
committer | Ruchi Kandoi <kandoiruchi@google.com> | 2017-01-10 19:00:32 -0800 |
commit | 6360a884b80e523ffbd6fba980d870cce02eef70 (patch) | |
tree | 88bde295677d9358678d6e257064e7d0131fa739 /nfc | |
parent | 105bcaa06626629d64d77d3fb09b242838ab6eeb (diff) | |
download | platform_hardware_interfaces-6360a884b80e523ffbd6fba980d870cce02eef70.tar.gz platform_hardware_interfaces-6360a884b80e523ffbd6fba980d870cce02eef70.tar.bz2 platform_hardware_interfaces-6360a884b80e523ffbd6fba980d870cce02eef70.zip |
NFC: Update vts files to include the Annotations.
Bug: 32124874
Test: Compiles
Change-Id: I9b323350d2ab9e9acedd4ef85a27daeb5f671bd4
Singed-off-by: Ruchi Kandoi<kandoiruchi@google.com>
(cherry picked from commit 140ccbc48c6bd05018fe79f5cc02dac7f3343a6f)
Diffstat (limited to 'nfc')
-rw-r--r-- | nfc/1.0/vts/Nfc.vts | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/nfc/1.0/vts/Nfc.vts b/nfc/1.0/vts/Nfc.vts index 1f506984ba..c2313d533f 100644 --- a/nfc/1.0/vts/Nfc.vts +++ b/nfc/1.0/vts/Nfc.vts @@ -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" + } } } |