mbed-os/TESTS/psa/spm_server/server_tests_part2_psa.json

31 lines
770 B
JSON
Raw Normal View History

{
2019-02-24 08:50:24 +00:00
"name": "SERVER_TESTS_PART2",
"type": "APPLICATION-ROT",
"priority": "NORMAL",
"id": "0x00000003",
2019-02-24 08:50:24 +00:00
"entry_point": "server_part2_main",
"stack_size": "0x400",
"heap_size": "0x400",
"services": [{
2019-02-28 08:37:53 +00:00
"name": "SERVER_TESTS_PART2_ROT_SRV_REVERSE",
"identifier": "0x00001A03",
"signal": "ROT_SRV_REVERSE_MSK",
"non_secure_clients": false,
"minor_version": 5,
"minor_policy": "STRICT"
},
{
2019-02-28 08:37:53 +00:00
"name": "SERVER_TESTS_PART2_ROT_SRV_DB_TST",
"identifier": "0x00001A04",
"signal": "ROT_SRV_DB_TST_MSK",
"non_secure_clients": false,
"minor_version": 5,
"minor_policy": "STRICT"
}
],
"source_files": [
2019-02-24 08:50:24 +00:00
"COMPONENT_SPE/server_tests_partition2.c",
"COMPONENT_SPE/tests.c"
]
}