Age | Commit message (Collapse) | Author | Files | Lines |
|
Remove old app-controller submodule usage in favor of library from the
toolchain. Also update dynamic API calls for V3.
Bug-AGL: SPEC-2857
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ia93b162764eb2e700487c05fe9a0dbbdc8843931
(cherry picked from commit 218cc70720fce6235d74fd4d851629dfda34a00e)
|
|
Remove old afb-helpers submodule usage in favor of library from the
toolchain. Note that json.hpp is no longer shipped with the library,
and is now assumed to be present in the toolchain, which requires a
DEPENDS addition in the recipe to pick it up.
Bug-AGL: SPEC-2855
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ieefd3be424ed9e866debc5e73c9b0995c9cdc31c
(cherry picked from commit d8ddb879b61b956d0a7ebd6a181595c9a41a9562)
|
|
Avoid copying over the same file with the wgt output, and prevent
the following error:
cp: 'build/vshl-capabilities.wgt' and 'build/vshl-capabilities.wgt' are the same file
make: *** [autobuild/agl/autobuild:62: package] Error 1
Bug-AGL: SPEC-2430
Change-Id: I596fa8d6bf4b31ad10ca55b475d91ed89ce783e0
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Change-Id: I481616401bfd5ef323c83643f1d7c06146b1fc79
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
This API is responsible for brokering capbilities related
messages from voiceagents to apps and vice versa.
Verbs exposed are
navigation/publish
navigation/subscribe
phonecontrol/publish
phonecontrol/subscribe
playbackcontroller/publish
playbackcontroller/subscribe
guiMetadata/publish
guiMetadata/subscribe
This API exposes publish and subscribe methods for all
the speech framework domains/capabilities. For eg. navigation,
phonecontrol etc. This API is used by apps and low level voice
agent binding to subscribe and publish these capability messages
whenever applicable.
This specific commit is for vshl-capabilities API.
Change-Id: I822c2e8589e39574d707a7c199bea91a686dced7
Signed-off-by: Naveen Bobbili <nbobbili@amazon.com>
|
|
|