mbed-os

Fork of mbed-os by erkin yucel

tools/test/config_test/test05/mbed_app.json

Committer:
elessair
Date:
2016-10-23
Revision:
0:f269e3021894

File content as of revision 0:f269e3021894:

{
    "config": {
        "app1": "v_app1",
        "app2": "v_app2"
    },
    "target_overrides": {
        "b1_label": {
            "app1": "v_app1[b1_label]"
        },
        "b2_label": {
            "app2": "v_app2[b2_label]"
        },
        "dummy_label": {
            "app1": "dummy.app1",
            "app2": "dummy.app2"
        }
    }
}