Newer
Older
mbed-os / TESTS / psa / spm_smoke / smoke_tests_part1_psa.json
@Michael Schwarcz Michael Schwarcz on 3 Mar 2019 493 bytes Review fixes
{
  "name": "SMOKE_TESTS_PART1",
  "type": "APPLICATION-ROT",
  "priority": "NORMAL",
  "id": "0x00000004",
  "entry_point": "smoke_part_main",
  "stack_size": "0x200",
  "heap_size": "0x400",
  "services": [{
      "name": "SMOKE_TESTS_PART1_ROT_SRV1",
      "identifier": "0x00001A00",
      "signal": "ROT_SRV1_MSK",
      "non_secure_clients": true,
      "minor_version": 5,
      "minor_policy": "RELAXED"
    }
  ],
  "source_files": [
    "COMPONENT_SPE/smoke_tests_partition.c"
  ]
}