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