Julian Hall | 5e3626f | 2022-04-07 14:05:08 +0100 | [diff] [blame] | 1 | Libraries |
| 2 | ========= |
Julian Hall | 4287cec | 2022-04-08 09:00:48 +0100 | [diff] [blame] | 3 | Some deployments build common functionality into libraries that may be used by |
| 4 | other deployments or external applications. The following library deployments |
| 5 | are currently supported: |
Julian Hall | 5e3626f | 2022-04-07 14:05:08 +0100 | [diff] [blame] | 6 | |
Julian Hall | 4287cec | 2022-04-08 09:00:48 +0100 | [diff] [blame] | 7 | libts |
| 8 | ----- |
| 9 | Userspace applications that depend on trusted services may use *libts* for handling |
| 10 | service discovery and RPC messaging. A major benefit to application developers is |
| 11 | that *libts* entirely decouples client applications from details of where a service |
| 12 | provider is deployed and how to communicate with it. All TS test executables and |
| 13 | tools that interact with service providers use *libts*. |
| 14 | |
| 15 | To facilitate test and development within a native PC environment, the *libts* |
| 16 | deployment for the *linux-pc* environment integrates a set of service providers |
| 17 | into the library itself. From a client application's perspective, this looks |
| 18 | exactly the same as when running on a target platform with service providers |
| 19 | deployed in secure processing environments. For more information, see: |
| 20 | :ref:`Service Locator`. |
| 21 | |
| 22 | .. list-table:: |
| 23 | :widths: 1 2 |
| 24 | :header-rows: 0 |
| 25 | |
| 26 | * - Supported Environments |
| 27 | - * | *linux-pc* - service providers integrated into library |
| 28 | * | *arm-linux* - communicates with service providers in secure processing environment |
| 29 | * - Used by |
| 30 | - * Userspace applications |
| 31 | |
| 32 | libsp |
| 33 | ----- |
| 34 | *libsp* provides a functional interface for using FF-A messaging and memory |
| 35 | management facilities. *libsp* is used in SP deployments. For more information, see: |
| 36 | :ref:`libsp`. |
| 37 | |
| 38 | .. list-table:: |
| 39 | :widths: 1 2 |
| 40 | :header-rows: 0 |
| 41 | |
| 42 | * - Supported Environments |
| 43 | - * | *opteesp* |
| 44 | * - Used by |
| 45 | - * Secure partitions |
Julian Hall | 5e3626f | 2022-04-07 14:05:08 +0100 | [diff] [blame] | 46 | |
| 47 | -------------- |
| 48 | |
| 49 | *Copyright (c) 2022, Arm Limited and Contributors. All rights reserved.* |
| 50 | |
| 51 | SPDX-License-Identifier: BSD-3-Clause |