Age | Commit message (Collapse) | Author | Files | Lines |
|
This commit removes the dependency to bluetooth manager,
since 4a-hal-generic no longer listens to it for connections
and disconnections events, but instead uses the libbluealsa
to be notified from the bluealsa daemon.
Change-Id: Idbb1510ee1e0729317299067255e783b3292d1f6
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
|
|
This will mute the radio if the mediaplayer is opened.
Mediaplayer should close the role when it's paused.
Change-Id: Ife8746a161c9241299f926241732af1ea9361ca4
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
Bug-AGL: SPEC-495
Change-Id: I24745e9e1aee2f7222a7cfb17333db993ba58fee
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
|
|
Bug-AGL: SPEC-1796
Change-Id: I7296be555eb8929d090a944b002197a7da754824
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
|
|
Bug-AGL SPEC-1682
Change-Id: Id8ecc71afed1e9383a15f595a8eaf78d5e3d2b0b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Changes for app-templates:
* 7ba3013 Select the test set to run
* 92c55f0 Add another mode to build a test widget.
* cc7933f Always use wgt when talking about widget
This fixes a build issue with test widget
(when agl-ptest feature is enabled)
Change-Id: Ic9f49defa1b17da77635a0ddbe0d1ac278406c14
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
|
|
|
|
|
|
|
|
|
|
Bug-AGL: SPEC-1758
Adds permission, required to send control messages by
agl-service-unicens. The permission is required by the
4a-hal-unicens plugin.
Change-Id: I53b55b7ab3756b311b00cf17c1c19f0cde5d7f74
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
|
|
Softmixer was used a long time ago as a workaround of a lacking feature
of HALs. It's not used anymore.
Also removed an old commented dependency from the widget file.
Change-Id: Id9e77adf7cb2470b720d387f6f8026da2025d162
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
Migrate the API to get rid of dynapi by using API v3 instead.
Also fix possible bugs and memory leaks when startup fails.
Bug: SPEC-1546
Change-Id: I7cf8e9454d6910b1258dfe671dedde3b84855fc4
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
Changes of controller:
(ce07538 - Romain Forlot) Abort if one required API is missing
(625ce77 - Jonathan Aillet) Correct an error when no plugins are defined
(0f708ba - Jonathan Aillet) Decrease print level when no onload action
(8d53984 - Jonathan Aillet) Add a 'params' fields for controller plugins
(35398f2 - Jonathan Aillet) Call wasn't done correctly in 'CtlConfigExec'
(bc13eef - Romain Forlot) Add ctlPlugins array to the ctlConfig structure
(0176d18 - Romain Forlot) Add an Init step to the plugins load
(d6eb01e - Romain Forlot) Change loading configuration object behavior
(c3a70d7 - CorentinLGS) app-controller-submodule doc: Changed doc to fit new format.
(82820f4 - Romain Forlot) Fix: compatibility with binder FF.RC4
(02bbf59 - Romain Forlot) Fix: Wrong variable definition
(bdf1a6b - Thierry Bultel) ctl-lua: Fixed memory corruption
(4386ec5 - Romain Forlot) Migration to v3
(789a8ae - Romain Forlot) Adds v3 function to get binding settings
(3891dcc - Romain Forlot) New function returning the binding root directory
(e7132f1 - Romain Forlot) Change the default GLOB pattern
(36ed31c - Romain Forlot) Fix wrong computed length
(29307ea - Romain Forlot) Add path to the installed widget path.
(191292f - CorentinLGS) Controller: Converted README to a gitbook version.
(4e30eb1 - Romain Forlot) New defaults useful functions on lua table
(61cbc9a - Romain Forlot) More precise log message when loading a Lua file
(535df7f - Romain Forlot) Fix: wrong legacy function signature
(b79a761 - Romain Forlot) Split loading JSON controller file.
(c3d7de2 - Romain Forlot) Release arguments once C function returned.
(a58d83b - Romain Forlot) Fix : typo introduced in a previous commit.
(86f65bd - 8000ff) Fixed character counting that was shortening paths
(e32d98c - Jonathan Aillet) Keep json unmodified during action execution
(88892db - Romain Forlot) Use prefix variable to find controller's plugins
Change-Id: Ia5b49c10a608fdef79084c2f86da75887a1e2737
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
Changes of conf.d/app-templates:
(d6c7b96 - Romain Forlot) Minor fixes
(35065ca - Romain Forlot) Improved test widget launcher script
(f75c2d7 - Romain Forlot) Set default link flags to the target property
(765504e - Romain Forlot) Use a custom test-config.xml file for test widget
(210e7a7 - Matt Ranostay) cmake: coverage: disable compiler optimization for COVERAGE build
(0f25ab2 - Romain Forlot) Adding warning message to migrate on CMake module
(3dc85ec - Thierry Bultel) common.cmake: fixed erroneous search path for os-release
(7fa5e5a - Romain Forlot) Fix: missing gcov symbol in compiled binaries
(76e12e7 - CorentinLGS) app-templates doc: Changed doc to fit new format.
(02f45f1 - Romain Forlot) Update Docs
(52ae181 - Romain Forlot) Fix: typo
(f0b24b0 - Romain Forlot) Rollback about TEST build type
(e841a77 - Romain Forlot) Adding a TEST build type
(994ebc1 - Romain Forlot) Change default compilation options.
(85d5ffd - Romain Forlot) Test widget only if there are test materials
(d14bdce - Romain Forlot) Handles more test LABELS.
(70cf8fd - Romain Forlot) Missing flag for COVERAGE build type
(3c99b8a - Romain Forlot) Create a test widget
(9c1a0fb - Romain Forlot) Fix: interpreted '&' character
(9202fac - Romain Forlot) More accurate comment about widget template file.
(f94e45e - Romain Forlot) Align sample on actual default compile options
(d0acc2a - Romain Forlot) Add support to binding version 3.
(6fb3846 - Romain Forlot) Warning if not using wgtpkg-pack to make a widget
(35f3af1 - Sebastien Douheret) Rework CMAKE_INSTALL_PREFIX and INSTALL_PREFIX var
Change-Id: Ie9bfbd48a52a56fd3a722b40e87ee92fd6ecf694
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
The feature "urn:AGL:widget:required-binding" is now
preferred to the feature "urn:AGL:widget:required-api"
for requiring a local binding.
Bug-AGL: SPEC-1800
Change-Id: I9e9d9720f86126794ef903cad2bb1c5e53d09099
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
|
|
Since the integration of bluetooth playback support,
the bluetooth hal must communicate with the
Bluetooth-Manager service.
Change-Id: I4f2b24893c8846d0933100d5c3741a14a2f76bae
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
|
|
This defines a new 'radio' role that uses the radio_stream
Also implements the new mute/unmute actions, that are
forwarded to the softmixer.
Now registers to a client (multimedia player, radio service ...)
disconnection, to properly free the leased role.
Change-Id: Ic15fb63cd90ba28f3978c67d917a77ed6b030e08
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
|
|
This is done in config.cmake
Change-Id: Icf36d61a5127689e55e11125cbe60b72b939bb1a
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
Changes of conf.d/app-templates:
(332f377 - Romain Forlot) Be able to overwrite BUILD_TYPE using CLI
(1ec7531 - Romain Forlot) Use CACHE variable for other common CMAKE variable
(0880356 - Romain Forlot) Fix:: wrong wgt using RELEASE BUILD TYPE
(eec9f07 - Romain Forlot) Fix: SYSROOT location detection... Wrong test.
(291aa4e - Romain Forlot) Change the default debug compilation options.
(22a2cbf - Romain Forlot) Clearer coverage compilation options configuration
(aa68dbd - Romain Forlot) Don't overwrite the autobuild script if it exists
(a13e7b9 - Romain Forlot) Disable the in-tree build method.
(51026d2 - Romain Forlot) Detect Yocto as OS distribution
Change-Id: I4ee5e9f0a70bbc555d3d93f2534f4f913a9e6951
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
App templates make the config path change after each commit.
This is a workaround until app templates are fixed or a better solution
is found.
Change-Id: I73fd69cf12f3ff2e283e80d2ae56629c290f7a9a
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
Replace the whole content of 'master' by the content of 'eel' as it is
the new version using the new API.
Change-Id: Ifc72f9dfa44d678aefb1641c8cebca97b2aeffbe
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
Controller call the config twice due to multiple initialisation phase,
the code should handle this behaviour to not doing things twice.
Also removed an unused section from the config file.
Change-Id: Iecf09fe494173b757c3557d838782c50153dbfb4
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
When installing agl-service-audio-4a on a target,
the controller should also search json config files
in the folder where the widget has been extracted by
application framework.
Change-Id: I24b9c83c4a357fbad23744964aa1298c770fa6e8
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
Service name had change during tests phases, but I forgot to restore to
the original name. As long as the recipe do things base on this name, it
have to be restored.
Change-Id: If00d69f34fe04f6dbacee01e96ac0c49b4f56dad
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
The required config file was not deployed during the widget creation.
Also removed a useless and empty source file.
Change-Id: Icaca2ef600441dba75d728a76a175049d31966a9
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
Use the last 4a-softmixer and 4a-hal-generic versions.
Fix some potential crash and performance bottleneck.
Now support sessions to disallow multiple opening or closing by not
owner.
Change-Id: I95b020a3fab03b1e1058812adae1d8d5986f282b
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
Add a very simplistic policy emulation just for demo.
The real policy engine will be brought back soon.
Change-Id: I6f77c8dc58ba335eabd1a1d858354a84559d9e7f
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
The new HAL model need the High Level API to be rewritten.
This is the first version of this rewrite, still in progress
but should work.
Change-Id: I5c94cf39d84cefae6b7a179c09d95e645673e8d4
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
Change-Id: I27aa13d7113614b9ef69d09dccc21551cfe2445d
Signed-off-by: Fulup Ar Foll <fulup@iot.bzh>
|
|
Change-Id: I27aa13d7113614b9ef69d09dccc21551cfe2445d
Signed-off-by: Fulup Ar Foll <fulup@iot.bzh>
|
|
Bug-AGL: SPEC-1167
- Add missing monitor permission which is required
to register notifications and control devices.
Change-Id: I9ed309777555aff2b3fd9efd44ad108ef9517095
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
|
|
Bug-AGL: SPEC-1167
- Add missing monitor permission which is required
to register notifications and control devices.
Change-Id: I9ed309777555aff2b3fd9efd44ad108ef9517095
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
|
|
Bug-AGL: SPEC-1151
Change-Id: Ie3fd7aa237d843b77426649db191eb1fc844a7fc
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
Bug-AGL: SPEC-1151
Change-Id: Ie3fd7aa237d843b77426649db191eb1fc844a7fc
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
Signed-off-by: Tai Vuong <tvuong@audiokinetic.com>
|
|
Signed-off-by: Tai Vuong <tvuong@audiokinetic.com>
|
|
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
|
|
remove property value not implemented
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|