summaryrefslogtreecommitdiffstats
path: root/updater_sample/tests/res/raw/update_config_stream_001.json
blob: a9afd331c64dfe4a7fb9c42210a23b44929e094e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "streaming-001",
    "url": "http://foo.bar/update.zip",
    "ab_install_type": "STREAMING",
    "ab_streaming_metadata": {
        "property_files": [
            {
                "filename": "payload.bin",
                "offset": 531,
                "size": 5012323
            }
        ]
    }
}