Julian Hall | 5e3626f | 2022-04-07 14:05:08 +0100 | [diff] [blame] | 1 | Deployments |
| 2 | =========== |
| 3 | In the context of the Trusted Services project, a deployment represents a build of an |
| 4 | assembly of components that is intended to run within a specific environment. Some |
| 5 | deployments may be built for different platforms using platform specific components |
| 6 | if needed. The concept of a deployment is general purpose and can be applied to building |
| 7 | a wide range of targets such as secure partition images, user-space tools, shared libraries |
| 8 | and test executables. |
| 9 | |
| 10 | Supported deployments are described on the following pages: |
| 11 | |
| 12 | .. toctree:: |
| 13 | :maxdepth: 1 |
| 14 | |
| 15 | secure-partitions |
| 16 | test-executables |
| 17 | libraries |
Julian Hall | 1b0c520 | 2022-04-08 10:12:36 +0100 | [diff] [blame] | 18 | tools-demo-apps |
Julian Hall | 5e3626f | 2022-04-07 14:05:08 +0100 | [diff] [blame] | 19 | |
Julian Hall | 86ae749 | 2022-09-02 15:56:00 +0100 | [diff] [blame] | 20 | Related documentsments: |
Julian Hall | 5e3626f | 2022-04-07 14:05:08 +0100 | [diff] [blame] | 21 | |
| 22 | - :ref:`Project Structure` |
Julian Hall | 86ae749 | 2022-09-02 15:56:00 +0100 | [diff] [blame] | 23 | - :ref:`Service Deployment Model` |
Julian Hall | 5e3626f | 2022-04-07 14:05:08 +0100 | [diff] [blame] | 24 | - :ref:`Build Instructions` |
| 25 | - :ref:`Running Tests` |
| 26 | |
| 27 | -------------- |
| 28 | |
| 29 | *Copyright (c) 2020-2022, Arm Limited and Contributors. All rights reserved.* |
| 30 | |
| 31 | SPDX-License-Identifier: BSD-3-Clause |