diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-01-11 14:41:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-01-11 14:41:23 +0000 |
commit | 49d0f9b5d0e64ec5d3629cb7fff2ce594ef2c50e (patch) | |
tree | 221c98fd23c19fae7eb99ec039c1667790302cdc /meta-audio-soundmanager-framework/README.md | |
parent | b386b239c83d2f2759b15ec407c6f71857fa8eb5 (diff) | |
parent | 9f8e628ff905820a8f81b47dfa6b8f15163f5e0b (diff) |
Merge "Enable audio management with Sound Manager automatically"
Diffstat (limited to 'meta-audio-soundmanager-framework/README.md')
-rw-r--r-- | meta-audio-soundmanager-framework/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-audio-soundmanager-framework/README.md b/meta-audio-soundmanager-framework/README.md new file mode 100644 index 00000000..751a3c2d --- /dev/null +++ b/meta-audio-soundmanager-framework/README.md @@ -0,0 +1,18 @@ +This README file contains information on the contents of the +soundmanager layer. + +Please see the corresponding sections below for details. + +How to enable the framework +================= +In order to enable the soundmanager audio framework features, +please add the feature of "agl-audio-soundmanager-framework" +in the source command which enables bitbake. + +$ source meta-agl/scripts/aglsetup.sh -m <machine> agl-demo agl-audio-soundmanager-framework + + +Reference +================= +http://docs.automotivelinux.org/docs/apis_services/en/dev/reference/hmi-framework/3_3-SoundManager-Guide.html + |