summaryrefslogtreecommitdiffstats
path: root/meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-config/AlexaAutoCoreEngineConfig.json.in
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-10-18 14:24:52 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-11-04 14:24:38 +0000
commite345e16bb494864caf1f7dbe8864aa40df401a70 (patch)
treec309d39646f3e796344cc68081f5bff48cf63e2c /meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-config/AlexaAutoCoreEngineConfig.json.in
parent796e9aefb7eee0fc7526e5613a03bc7f6697cef4 (diff)
Prepare master for new framework integration
During the last workshop the transition to the new framework was presented. This change essentially deprecates the SMACK-based application framework. To prepare the integration of it, we remove the deprecated components: - meta-speech-framework and the voiceagent services Bug-AGL: SPEC-4121 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I803dd18184338a1f5519af27136e1d5a58ee9369
Diffstat (limited to 'meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-config/AlexaAutoCoreEngineConfig.json.in')
-rw-r--r--meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-config/AlexaAutoCoreEngineConfig.json.in64
1 files changed, 0 insertions, 64 deletions
diff --git a/meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-config/AlexaAutoCoreEngineConfig.json.in b/meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-config/AlexaAutoCoreEngineConfig.json.in
deleted file mode 100644
index 4bf00f89..00000000
--- a/meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-config/AlexaAutoCoreEngineConfig.json.in
+++ /dev/null
@@ -1,64 +0,0 @@
-{
- "deviceInfo":
- {
- "clientId": "@@ALEXA_CLIENTID@@",
- "deviceSerialNumber": "@@ALEXA_SERIALNUMBER@@",
- "productId": "@@ALEXA_PRODUCTID@@",
- "manufacturerName": "@@ALEXA_MFG_NAME@@",
- "description": "@@ALEXA_DESCRIPTION@@"
- },
- "libcurlUtils":
- {
- "CURLOPT_CAPATH":"/etc/ssl/certs"
- },
- "deviceSettings": {
- "defaultLocale":"@@ALEXA_LOCALE@@",
- "defaultTimezone":"@@ALEXA_TIMEZONE@@"
- },
- "aace.vehicle": {
- "info": {
- "make": "Amazon",
- "model": "AutoSDK",
- "year": "2019",
- "trim": "aac",
- "geography": "US",
- "version": "1.2.3",
- "os": "AGL",
- "arch": "aarch64",
- "language": "en_US",
- "microphone": "SingleArray",
- "countries": "US,GB,IE,CA,DE,AT,IN,JP,AU,NZ,FR",
- "vehicleIdentifier": "Sample Identifier ABC"
- },
- "operatingCountry": "US",
- "currentLocation": "36.1363,-115.1513"
- },
- "aace.audio.input": {
- "voice": "Default"
- },
- "aace.audio.output": {
- "tts": "Speech-Low",
- "music": "Speech-High",
- "alarm": "Custom-Low"
- },
- "aace.wakeword": {
- "enabled":@@ALEXA_WAKEWORD@@
- },
- "aace.cbl": {
- "enabled": true
- },
- "aace.localmediasource": {
- "enabled":false,
- "sources": {
- "bluetooth":true,
- "usb":true,
- "fmRadio":true,
- "amRadio":true,
- "satelliteRadio":false,
- "lineIn":false,
- "compactDisc":true,
- "siriusXM":false,
- "dab":false
- }
- }
-}