diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2021-09-23 16:17:59 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-10-12 15:37:24 +0000 |
commit | 0d78a8028d7160ac4a92a22b4859fbf9e57e8f3b (patch) | |
tree | 5807449c43cdc2fa60ac880b2a0fd363e2af09ed /docs/5_Component_Documentation/0_AGL_components.md | |
parent | c5252ebd0a1e5875a3e03237e4fb42c2bbf6a8a4 (diff) |
0_AGL_components: Provide some structure to the AGL developed compoments
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I9a50754bfeb19b74e5b31a58b55f1ff3f4f766ce
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/26669
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'docs/5_Component_Documentation/0_AGL_components.md')
-rw-r--r-- | docs/5_Component_Documentation/0_AGL_components.md | 38 |
1 files changed, 28 insertions, 10 deletions
diff --git a/docs/5_Component_Documentation/0_AGL_components.md b/docs/5_Component_Documentation/0_AGL_components.md index d1f5d83..882dcf3 100644 --- a/docs/5_Component_Documentation/0_AGL_components.md +++ b/docs/5_Component_Documentation/0_AGL_components.md @@ -2,13 +2,31 @@ title: AGL Components --- -# Components under development within AGL - -- agl-compositor.md -- waltham-receiver_waltham-transmitter.md -- rba.md -- drm-leasemanager.md -- appfw.md -- cynagora.md -- pyagl.md -- pipewire_wireplumber.md +## Components under development within AGL + +### Graphics + +- [The AGL compositor](1_agl-compositor.md) +- [Waltham receiver/transmitter configuration](2_waltham-receiver_waltham-transmitter.md) +- [DRM lease manager](4_drm-leasemanager.md) + + +### Sound + +- [Pipewire & Wireplumber](8_pipewire_wireplumber.md) + + +### Policies + +- [Rule based arbitrator](3_rba.md) + + +### Lifecycle management + +- [Application Framework](5_appfw.md) +- [Cynagora](6_cynagora.md) + + +### Test + +- [PyAGL](7_pyagl.md) |