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 10component Deployment 11component Infrastructure 12component Environment 13component Configuration 14component Adapter 15component Adapter as pl_adapter 16component Platform 17 18Deployment -down.> Infrastructure 19Deployment -down.> Environment 20Deployment -down.> Configuration 21Deployment -down.> Platform 22Infrastructure -down.> "0..*" Adapter 23Platform -down.> "0..*" "pl_adapter" 24@enduml