aboutsummaryrefslogtreecommitdiff
path: root/tools/tfm_psa_ff_test_manifest_list.yaml
blob: cba0c5ca4f3ae85ca6f66e775e1dac755fc082ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#-------------------------------------------------------------------------------
# Copyright (c) 2020, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------

{
  "name": "PSA FF Test secure partition manifests",
  "type": "manifest_list",
  "version_major": 0,
  "version_minor": 1,
  "manifest_list": [
   {
      "name": "PSA FF Test Client Partition",
      "short_name": "PSA_FF_TEST_CLIENT",
      "manifest": "${PSA_ARCH_TESTS_PATH}/api-tests/platform/manifests/client_partition_psa.json",
      "source_path":"${PSA_ARCH_TESTS_PATH}",
      "tfm_partition_ipc": true,
      "conditional": "PSA_API_TEST_IPC",
      "version_major": 0,
      "version_minor": 1,
      "pid": 271,
      "linker_pattern": {
        "library_list":[
          "*client_partition.a"
        ]
      }
    },
    {
      "name": "PSA FF Test Server Partition",
      "short_name": "PSA_FF_TEST_SERVER",
      "manifest": "${PSA_ARCH_TESTS_PATH}/api-tests/platform/manifests/server_partition_psa.json",
      "source_path":"${PSA_ARCH_TESTS_PATH}",
      "tfm_partition_ipc": true,
      "conditional": "PSA_API_TEST_IPC",
      "version_major": 0,
      "version_minor": 1,
      "pid": 272,
      "linker_pattern": {
        "library_list":[
          "*server_partition.a"
        ]
      }
    },
    {
      "name": "PSA FF Test Driver Partition",
      "short_name": "PSA_FF_TEST_DRIVER",
      "manifest": "${PSA_ARCH_TESTS_PATH}/api-tests/platform/manifests/driver_partition_psa.json",
      "source_path":"${PSA_ARCH_TESTS_PATH}",
      "tfm_partition_ipc": true,
      "conditional": "PSA_API_TEST_IPC",
      "version_major": 0,
      "version_minor": 1,
      "pid": 273,
      "linker_pattern": {
        "library_list":[
          "*driver_partition.a"
        ]
      }
    }
  ]
}