Julian Hall | 86ae749 | 2022-09-02 15:56:00 +0100 | [diff] [blame] | 1 | '------------------------------------------------------------------------------- |
| 2 | ' Copyright (c) 2022, Arm Limited and Contributors. All rights reserved. |
| 3 | ' |
| 4 | ' SPDX-License-Identifier: BSD-3-Clause |
| 5 | ' |
| 6 | '------------------------------------------------------------------------------- |
| 7 | |
| 8 | @startuml |
| 9 | |
Gyorgy Szing | 21c6e00 | 2024-09-06 12:58:33 +0200 | [diff] [blame] | 10 | component Deployment |
| 11 | component Infrastructure |
| 12 | component Environment |
| 13 | component Configuration |
| 14 | component Adapter |
| 15 | component Adapter as pl_adapter |
| 16 | component Platform |
Julian Hall | 86ae749 | 2022-09-02 15:56:00 +0100 | [diff] [blame] | 17 | |
Julian Hall | 86ae749 | 2022-09-02 15:56:00 +0100 | [diff] [blame] | 18 | Deployment -down.> Infrastructure |
| 19 | Deployment -down.> Environment |
Gyorgy Szing | 21c6e00 | 2024-09-06 12:58:33 +0200 | [diff] [blame] | 20 | Deployment -down.> Configuration |
| 21 | Deployment -down.> Platform |
Julian Hall | 86ae749 | 2022-09-02 15:56:00 +0100 | [diff] [blame] | 22 | Infrastructure -down.> "0..*" Adapter |
Gyorgy Szing | 21c6e00 | 2024-09-06 12:58:33 +0200 | [diff] [blame] | 23 | Platform -down.> "0..*" "pl_adapter" |
Julian Hall | 86ae749 | 2022-09-02 15:56:00 +0100 | [diff] [blame] | 24 | @enduml |