Gyorgy Szing | ba1095c | 2020-11-24 00:33:11 +0100 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | $schema: ./test_data.schema.json, |
| 8 | data: |
| 9 | - name: "libsp-optee-arm" |
| 10 | src: "$TS_ROOT/deployments/libsp/opteesp" |
| 11 | params: |
| 12 | - "-GUnix Makefiles" |
| 13 | - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR" |
Imre Kis | d4ed659 | 2021-01-14 21:10:51 +0100 | [diff] [blame] | 14 | - name: "libsp-linux-pc" |
| 15 | src: "$TS_ROOT/deployments/libsp/linux-pc" |
| 16 | os_id : "GNU/Linux" |
| 17 | params: |
| 18 | - "-GUnix Makefiles" |
Julian Hall | b1d5d5f | 2020-11-23 18:23:48 +0100 | [diff] [blame] | 19 | - name: "libts-arm-linux" |
| 20 | src: "$TS_ROOT/deployments/libts/arm-linux" |
| 21 | os_id : "GNU/Linux" |
| 22 | params: |
| 23 | - "-GUnix Makefiles" |
Julian Hall | b1d5d5f | 2020-11-23 18:23:48 +0100 | [diff] [blame] | 24 | - name: "libts-pc-linux" |
| 25 | src: "$TS_ROOT/deployments/libts/linux-pc" |
| 26 | os_id : "GNU/Linux" |
| 27 | params: |
| 28 | - "-GUnix Makefiles" |
julhal01 | 3a4207d | 2021-03-08 13:32:08 +0000 | [diff] [blame^] | 29 | - name: "protected-storage-optee-arm" |
| 30 | src: "$TS_ROOT/deployments/protected-storage/opteesp" |
Balint Dobszay | 72c3f04 | 2020-11-23 18:23:57 +0100 | [diff] [blame] | 31 | params: |
| 32 | - "-GUnix Makefiles" |
| 33 | - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR" |
| 34 | - "-DCMAKE_VERBOSE_MAKEFILE=y" |
| 35 | - name: "sfs-demo-optee-arm" |
| 36 | src: "$TS_ROOT/deployments/sfs-demo/opteesp" |
| 37 | params: |
| 38 | - "-GUnix Makefiles" |
| 39 | - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR" |
Julian Hall | 4061ed6 | 2020-11-23 18:24:06 +0100 | [diff] [blame] | 40 | - name: "crypto-optee-arm" |
| 41 | src: "$TS_ROOT/deployments/crypto/opteesp" |
| 42 | params: |
| 43 | - "-GUnix Makefiles" |
| 44 | - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR" |
Julian Hall | eff4b28 | 2020-11-23 18:24:12 +0100 | [diff] [blame] | 45 | - name: "component-test-arm-linux" |
| 46 | src: "$TS_ROOT/deployments/component-test/arm-linux" |
| 47 | os_id : "GNU/Linux" |
| 48 | params: |
| 49 | - "-GUnix Makefiles" |
| 50 | - name: "component-test-pc-linux" |
| 51 | os_id : "GNU/Linux" |
| 52 | src: "$TS_ROOT/deployments/component-test/linux-pc" |
| 53 | params: |
| 54 | - "-GUnix Makefiles" |
| 55 | - name: "ts-demo-arm-linux" |
| 56 | src: "$TS_ROOT/deployments/ts-demo/arm-linux" |
| 57 | os_id : "GNU/Linux" |
| 58 | params: |
| 59 | - "-GUnix Makefiles" |
| 60 | - name: "ts-demo-pc-linux" |
| 61 | src: "$TS_ROOT/deployments/ts-demo/linux-pc" |
| 62 | os_id : "GNU/Linux" |
| 63 | params: |
| 64 | - "-GUnix Makefiles" |
| 65 | - name: "ts-service-test-arm-linux" |
| 66 | src: "$TS_ROOT/deployments/ts-service-test/arm-linux" |
| 67 | os_id : "GNU/Linux" |
| 68 | params: |
| 69 | - "-GUnix Makefiles" |
| 70 | - name: "ts-service-test-pc-linux" |
| 71 | src: "$TS_ROOT/deployments/ts-service-test/linux-pc" |
| 72 | os_id : "GNU/Linux" |
| 73 | params: |
| 74 | - "-GUnix Makefiles" |
julhal01 | 3a4207d | 2021-03-08 13:32:08 +0000 | [diff] [blame^] | 75 | - name: "internal-trusted-storage-optee-arm" |
| 76 | src: "$TS_ROOT/deployments/internal-trusted-storage/opteesp" |
| 77 | params: |
| 78 | - "-GUnix Makefiles" |
| 79 | - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR" |
| 80 | - "-DCMAKE_VERBOSE_MAKEFILE=y" |