mirror of https://github.com/ARMmbed/mbed-os.git
31 lines
770 B
JSON
31 lines
770 B
JSON
{
|
|
"name": "SERVER_TESTS_PART2",
|
|
"type": "APPLICATION-ROT",
|
|
"priority": "NORMAL",
|
|
"id": "0x00000003",
|
|
"entry_point": "server_part2_main",
|
|
"stack_size": "0x400",
|
|
"heap_size": "0x400",
|
|
"services": [{
|
|
"name": "SERVER_TESTS_PART2_ROT_SRV_REVERSE",
|
|
"identifier": "0x00001A03",
|
|
"signal": "ROT_SRV_REVERSE_MSK",
|
|
"non_secure_clients": false,
|
|
"minor_version": 5,
|
|
"minor_policy": "STRICT"
|
|
},
|
|
{
|
|
"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": [
|
|
"COMPONENT_SPE/server_tests_partition2.c",
|
|
"COMPONENT_SPE/tests.c"
|
|
]
|
|
}
|