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" |
Julian Hall | b1d5d5f | 2020-11-23 18:23:48 +0100 | [diff] [blame] | 14 | - name: "libts-arm-linux" |
| 15 | src: "$TS_ROOT/deployments/libts/arm-linux" |
| 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-pc-linux" |
| 20 | src: "$TS_ROOT/deployments/libts/linux-pc" |
| 21 | os_id : "GNU/Linux" |
| 22 | params: |
| 23 | - "-GUnix Makefiles" |
Balint Dobszay | 72c3f04 | 2020-11-23 18:23:57 +0100 | [diff] [blame] | 24 | - name: "secure-storage-optee-arm" |
| 25 | src: "$TS_ROOT/deployments/secure-storage/opteesp" |
| 26 | params: |
| 27 | - "-GUnix Makefiles" |
| 28 | - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR" |
| 29 | - "-DCMAKE_VERBOSE_MAKEFILE=y" |
| 30 | - name: "sfs-demo-optee-arm" |
| 31 | src: "$TS_ROOT/deployments/sfs-demo/opteesp" |
| 32 | params: |
| 33 | - "-GUnix Makefiles" |
| 34 | - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR" |
Julian Hall | 4061ed6 | 2020-11-23 18:24:06 +0100 | [diff] [blame^] | 35 | - name: "crypto-optee-arm" |
| 36 | src: "$TS_ROOT/deployments/crypto/opteesp" |
| 37 | params: |
| 38 | - "-GUnix Makefiles" |
| 39 | - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR" |