summaryrefslogtreecommitdiffstats
path: root/updater_sample/tests/res/raw/update_config_001_stream.json
blob: be51b7c950862ce24fe55b6223d44b431e5025a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
    }
}