Age | Commit message (Collapse) | Author | Files | Lines |
|
Bug-AGL: SPEC-3458
Change-Id: I8a95ac1cde183638c27daac105b2828752c3071a
Signed-off-by: Li, Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
CMAKE_BUILD_TYPE was being set in config.cmake instead of
BUILD_TYPE, so passing in a value via autobuild was being ignored.
Change it to BUILD_TYPE as it is in the cmake template to get the
expected behavior.
Bug-AGL: SPEC-2049, SPEC-3300
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I48cd5ee144a4b768b5ce4bebd9c63a71808d9924
|
|
No homepage url found. Please set a PROJECT_URL cmake variable in
your config.cmake.
Bug-AGL: SPEC-2804
Change-Id: Ia48f90c209cd592224de290fc47e50cfc84b76c6
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
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: Ib52d00939e0c5998004c96b9ec1a41905f8d71fb
|
|
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: I9114b0a0bbe262224a2c12444e589ef7fdb907f5
|
|
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>
|