Update for app framework removal 12/27012/2
authorScott Murray <scott.murray@konsulko.com>
Thu, 16 Dec 2021 21:49:22 +0000 (16:49 -0500)
committerScott Murray <scott.murray@konsulko.com>
Thu, 16 Dec 2021 21:53:08 +0000 (16:53 -0500)
commit8b8c003e0be89baef3715c7f905ba32213bdb853
tree143ecba776377a86527caaf2750a66fd22160db1
parentff0e7f9777118469203fe48663f4226d82ecc58b
Update for app framework removal

Changes:
- Remove the autobuild scripts and config.xml used by the app
  framework widget build.
- Update the qmake files to just build a "settings" binary and
  install it into /usr/bin by default.
- Remove the code in main.cpp that handled reading the WebSocket
  command-line arguments and passing them to binding related
  code.
- Tweak the Bluetooth QML to call into the new start call in
  the libqtappfw-bt Bluetooth object that replaces the previous
  WebSocket onConnected hook.
- Remove the voice related code as it is not likely to be
  re-enabled anytime soon.

Bug-AGL: SPEC-4182

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I8d3272b62aa403a71adadd26c545c1ed33281e5f
13 files changed:
app/Settings.qml
app/app.pri [deleted file]
app/app.pro
app/bluetooth/Bluetooth.qml
app/main.cpp
app/voice/ConfigDialog.qml [deleted file]
app/voice/Voice.qml [deleted file]
app/voice/images/HMI_Settings_VoiceIcon.svg [deleted file]
app/voice/voice.qrc [deleted file]
autobuild/agl/autobuild [deleted file]
autobuild/linux/autobuild [deleted file]
package/config.xml [deleted file]
settings.pro