Newer
Older
mbed-os / TESTS / psa / spm_server / part1_psa.json
@Oren Cohen Oren Cohen on 27 Nov 2018 713 bytes PSA SPM
{
  "name": "SERVER_TEST_PART1",
  "type": "APPLICATION-ROT",
  "priority": "NORMAL",
  "id": "0x00000002",
  "entry_point": "part1_main",
  "stack_size": "0x400",
  "heap_size": "0x400",
  "services": [{
      "name": "CONTROL",
      "identifier": "0x00001A01",
      "signal": "CONTROL_MSK",
      "non_secure_clients": true,
      "minor_version": 5,
      "minor_policy": "RELAXED"
    },
    {
      "name": "TEST",
      "identifier": "0x00001A02",
      "signal": "TEST_MSK",
      "non_secure_clients": true,
      "minor_version": 12,
      "minor_policy": "STRICT"
    }
  ],
  "extern_sids": [
    "ROT_SRV_REVERSE",
    "ROT_SRV_DB_TST"
  ],
  "source_files": [
    "COMPONENT_SPE/partition.c"
  ]
}