' Base path definitions
!define BASE_PATH(aPath) /Users/Shared/aPath
!define EAMD_ROOT(aPath) BASE_PATH(EAMD.ucp)/aPath
!define MODEL_DIR(aPath) EAMD_ROOT(Documentation/ModelRepository)/aPath

' Common file paths
!define THEME_FILE MODEL_DIR(Web4Theme.puml)
!define ACTOR_FILE MODEL_DIR(Actor.puml)
!define CLASSES_FILE MODEL_DIR(Web4Classes.puml)

' Component paths
!define COMPONENTS_DIR(aPath) EAMD_ROOT(Components/tla)/aPath
!define LAYER1_DIR(aPath) COMPONENTS_DIR(EAM/layer1)/aPath
!define LAYER2_DIR(aPath) COMPONENTS_DIR(EAM/layer2)/aPath
!define LAYER3_DIR(aPath) COMPONENTS_DIR(EAM/layer3)/aPath

' Include theme by default
!include THEME_FILE