blob: a9b2048159ec5ba0bd66e64490d884e30320d438 [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
18 tools
19 demo-apps
20
21Related deployments:
22
23 - :ref:`Project Structure`
24 - :ref:`Portability Model`
25 - :ref:`Build Instructions`
26 - :ref:`Running Tests`
27
28--------------
29
30*Copyright (c) 2020-2022, Arm Limited and Contributors. All rights reserved.*
31
32SPDX-License-Identifier: BSD-3-Clause