summaryrefslogtreecommitdiffstats
path: root/updater_sample/tests/res/raw/update_config_001_stream.json
diff options
context:
space:
mode:
Diffstat (limited to 'updater_sample/tests/res/raw/update_config_001_stream.json')
-rw-r--r--updater_sample/tests/res/raw/update_config_001_stream.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/updater_sample/tests/res/raw/update_config_001_stream.json b/updater_sample/tests/res/raw/update_config_001_stream.json
new file mode 100644
index 000000000..be51b7c95
--- /dev/null
+++ b/updater_sample/tests/res/raw/update_config_001_stream.json
@@ -0,0 +1,17 @@
+{
+ "name": "streaming-001",
+ "url": "http://foo.bar/update.zip",
+ "ab_install_type": "STREAMING",
+ "ab_streaming_metadata": {
+ "property_files": [
+ {
+ "filename": "payload.bin",
+ "offset": 195,
+ "size": 8
+ }
+ ]
+ },
+ "ab_config": {
+ "force_switch_slot": true
+ }
+}