1Deployments 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-demo-apps 19 20Related documentsments: 21 22 - :ref:`Project Structure` 23 - :ref:`Service Deployment 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 32