blob: bed7f9b79a02c86f5db1b2a0a849cb685bdaa63b [file] [log] [blame]
Paul Sokolovsky2512ec52022-03-04 00:15:39 +03001{
2 "configuration":
3 {
4 "remove_workspace": true,
5 "include_assembly": true
6 },
7 "parameters":
8 {
9 "objdump": "/home/buildslave/compiler/gcc-7-3-1/bin/arm-none-eabi-objdump",
10 "readelf": "/home/buildslave/compiler/gcc-7-3-1/bin/arm-none-eabi-readelf",
11 "sources": [
12 {
13 "type": "git",
14 "URL": "https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/",
15 "COMMIT": "",
16 "REFSPEC": "",
17 "LOCATION": "trusted-firmware-m"
18 },
19 {
20 "type": "git",
21 "URL": "https://mucboot.com/mcuboot.git",
22 "COMMIT": "",
23 "REFSPEC": "",
24 "LOCATION": "mcuboot"
25 },
26 {
27 "type": "git",
28 "URL": "https://tf.org/mbed/mbed-crypto.git",
29 "COMMIT": "",
30 "REFSPEC": "",
31 "LOCATION": "mbed-crypto"
32 }
33 ],
Saheer Babu9cf94be2025-01-30 15:50:59 +000034 "workspace": "/home/buildslave/agent/workspace/tf-m-build-config",
Paul Sokolovsky2512ec52022-03-04 00:15:39 +030035 "output_file": "covjson.json"
36 },
37 "elfs": [
38 {
39 "name": "bl2.axf",
40 "traces": [
41 "covtrace-FVP_MPS2_AEMv8M.cpu0.log"
42 ]
43 },
44 {
45 "name": "tfm_s.axf",
46 "traces": [
47 "covtrace-FVP_MPS2_AEMv8M.cpu0.log"
48 ]
49 },
50 {
51 "name": "tfm_ns.axf",
52 "traces": [
53 "covtrace-FVP_MPS2_AEMv8M.cpu0.log"
54 ]
55 }
56 ]
57}