Age | Commit message (Collapse) | Author | Files | Lines |
|
Update autobuild scripts with reworked version that fixes building
outside of the source tree.
Bug-AGL: SPEC-2049, SPEC-3300
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I69229e220d7bd0d1fc7781a73a03a4e13d7c44c9
|
|
Update autobuild script to create multiple widget target debug, coverage and all
Bug-AGL: SPEC-2049
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Change-Id: I765abafbb56bb19b71eed3aeb96626e0d2b6903d
|
|
Avoid copying over the same file with the wgt output, and prevent
the following error:
cp: 'build/vshl-core.wgt' and 'build/vshl-core.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>
|
|
vshl-core: This API is responsible for request arbitration. Verbs exposed are
1. startListening
2. cancelListening
3. subscribe
4. enumerateVoiceAgents
5. setDefaultVoiceAgent Used by applications to subscribe to dialog, connection and auth states of underlying low level voiceagent bindings. Used by applications to trigger voice recognition routine of the underlying low level voiceagent binding.
vshl-capabilities: 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. The code for this is agl-service-voice-high-capabilities repository.
This specific commit is for vshl-core API.
Change-Id: I1101db19b57ee918482a178843641b088508ac5d
Signed-off-by: Naveen Bobbili <nbobbili@amazon.com>
|