blob: b49c11c94ec72ae6f6dd1ba0514374f3bae5f567 [file] [log] [blame]
Julian Hall86ae7492022-09-02 15:56:00 +01001'-------------------------------------------------------------------------------
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 Szing21c6e002024-09-06 12:58:33 +020010component Deployment
11component Infrastructure
12component Environment
13component Configuration
14component Adapter
15component Adapter as pl_adapter
16component Platform
Julian Hall86ae7492022-09-02 15:56:00 +010017
Julian Hall86ae7492022-09-02 15:56:00 +010018Deployment -down.> Infrastructure
19Deployment -down.> Environment
Gyorgy Szing21c6e002024-09-06 12:58:33 +020020Deployment -down.> Configuration
21Deployment -down.> Platform
Julian Hall86ae7492022-09-02 15:56:00 +010022Infrastructure -down.> "0..*" Adapter
Gyorgy Szing21c6e002024-09-06 12:58:33 +020023Platform -down.> "0..*" "pl_adapter"
Julian Hall86ae7492022-09-02 15:56:00 +010024@enduml