aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/cmake/config.cmake
AgeCommit message (Collapse)AuthorFilesLines
2020-06-16Fix debug widget buildjellyfish_9.99.1jellyfish/9.99.19.99.1Scott Murray1-1/+1
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: I60ab931b8f0bd2405d87658fde8ead6fe5f58400
2019-11-13fix(confg.cmake): set PROJECT_URL to slience CMake warningicefish_8.99.2icefish_8.99.1icefish/8.99.2icefish/8.99.18.99.28.99.1Li Xiaoming1-0/+1
No homepage url found. Please set a PROJECT_URL cmake variable in your config.cmake. Bug-AGL: SPEC-2804 Change-Id: I21d0233923317ed7fc467f1cadecdf48ec52e11b Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
2019-10-08Switch to appcontroller libraryScott Murray1-0/+1
Remove old app-controller submodule usage in favor of library from the toolchain. Also update dynamic API calls for V3. Bug-AGL: SPEC-2856 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I0e1ee659432e3d78ed4cdd419a79bebbead13f39
2019-10-07Switch to afb-helpers libraryScott Murray1-0/+2
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, and an #include of sstream to work with newer versions of json.hpp. Bug-AGL: SPEC-2854 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I28ddb57cc3f8aedf872bf45944bcf27f8e529958
2019-02-25Refactored VSHL into vshl-core and vshl-capabilities.Naveen Bobbili1-4/+4
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>
2018-11-20config.cmake: Remove superfluous dependenciesguppy_6.99.1guppy/6.99.16.99.1José Bollo1-3/+1
Removing dummy requirement is good. It avoids brain damage in trying to answer superfluous questions. Change-Id: I3a32f8f7014b83073bbf2d1c08ce0240d03e1489 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2018-11-13SPEC-1924: AGL Speech Framework's Voice Service High Level 1.0 Release.Naveen Bobbili1-0/+223
Details: 1) Control plugin implementation for VSHL 1.0 2) Exposed APIs that are documented in the confluence page https://confluence.automotivelinux.org/display/SPE/Speech+EG+Architecture 3) Implemented 39 unit tests based on GTest framework to test all the low level components of VSHL binding. 4) Implemented a HTML5 based VSHL API tester application to test VSHL APIs. API specification: https://confluence.automotivelinux.org/display/SPE/Speech+EG+Architecture#SpeechEGArchitecture-HighLevelVoiceService Test performed: 1) Tested AGL service running Alexa Auto SDK https://github.com/alexa/aac-sdk on Ubuntu 16.04 and Renesas R-Car M3 board. License: Apache 2.0 Developers/Owners: Naveen Bobbili (nbobbili@amazon.com) Prakash Buddhiraja (buddhip@amazon.com) Shotaro Uchida (shotaru@amazon.co.jp) Change-Id: I3370f4ad65aff030f24f4ad571fb02d525bbfbca Signed-off-by: Naveen Bobbili <nbobbili@amazon.com>