summaryrefslogtreecommitdiff
path: root/examples/ivicore/qface-ivi-addressbook/example-ivi-addressbook.yaml
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2018-07-06 13:58:43 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2018-07-27 10:55:27 +0000
commitb65016eddb57d3b2cd7aa86b1f1bd0ee46f4f976 (patch)
treecddab4e99edc903f5bd68d911f601f63e1b33b75 /examples/ivicore/qface-ivi-addressbook/example-ivi-addressbook.yaml
parent91f8dcefa6b42542d98dda9528dab308045988c9 (diff)
downloadqtivi-b65016eddb57d3b2cd7aa86b1f1bd0ee46f4f976.tar.gz
Add a addressbook example for models and custom simulation
Adds the addressbook example which is used to explain how the autogeneration of models works. Task-number: AUTOSUITE-422 Change-Id: I2a0c6cba81dfdcf072da9584b731f170cc927711 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'examples/ivicore/qface-ivi-addressbook/example-ivi-addressbook.yaml')
-rw-r--r--examples/ivicore/qface-ivi-addressbook/example-ivi-addressbook.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/ivicore/qface-ivi-addressbook/example-ivi-addressbook.yaml b/examples/ivicore/qface-ivi-addressbook/example-ivi-addressbook.yaml
new file mode 100644
index 0000000..4762f2a
--- /dev/null
+++ b/examples/ivicore/qface-ivi-addressbook/example-ivi-addressbook.yaml
@@ -0,0 +1,3 @@
+Example.IVI.AddressBook.AddressBook#contacts:
+ config_simulator:
+ default: [[ "John", "Doe", "12345" ], [ "Jane", "Doe", "67890" ]]