summaryrefslogtreecommitdiffstats
path: root/updater_sample/tests/res/raw/update_config_stream_001.json
diff options
context:
space:
mode:
Diffstat (limited to 'updater_sample/tests/res/raw/update_config_stream_001.json')
-rw-r--r--updater_sample/tests/res/raw/update_config_stream_001.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/updater_sample/tests/res/raw/update_config_stream_001.json b/updater_sample/tests/res/raw/update_config_stream_001.json
new file mode 100644
index 000000000..965f737d7
--- /dev/null
+++ b/updater_sample/tests/res/raw/update_config_stream_001.json
@@ -0,0 +1,14 @@
+{
+ "name": "streaming-001",
+ "url": "http://foo.bar/update.zip",
+ "type": "STREAMING",
+ "streaming_metadata": {
+ "property_files": [
+ {
+ "filename": "payload.bin",
+ "offset": 531,
+ "size": 5012323
+ }
+ ]
+ }
+}