summaryrefslogtreecommitdiffstats
path: root/app-controller
AgeCommit message (Collapse)AuthorFilesLines
2019-11-20Remove unused app-controller directoryicefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.18.99.48.99.38.99.28.99.1Jan-Simon Moeller1-0/+0
It leads to an error during checkout: fatal: no submodule mapping found in .gitmodules for path 'app-controller' Fix it. Bug-AGL: SPEC-2977 . Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Id27fd6cee4952f9951c6b926c48f7e6cf2194f91
2019-02-25vshl-capabilities:Naveen Bobbili1-0/+0
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>