blob: bc98e6123ebdc2a18895285077dac0c0a7954b02 [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
Julian Hall86ae7492022-09-02 15:56:00 +010020Related documentsments:
Julian Hall5e3626f2022-04-07 14:05:08 +010021
22 - :ref:`Project Structure`
Julian Hall86ae7492022-09-02 15:56:00 +010023 - :ref:`Service Deployment Model`
Julian Hall5e3626f2022-04-07 14:05:08 +010024 - :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