diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-12-16 16:49:22 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-12-16 16:53:08 -0500 |
commit | 8b8c003e0be89baef3715c7f905ba32213bdb853 (patch) | |
tree | 143ecba776377a86527caaf2750a66fd22160db1 /package | |
parent | ff0e7f9777118469203fe48663f4226d82ecc58b (diff) |
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
Diffstat (limited to 'package')
-rw-r--r-- | package/config.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/config.xml b/package/config.xml deleted file mode 100644 index aa5c637..0000000 --- a/package/config.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<widget xmlns="http://www.w3.org/ns/widgets" id="settings" version="0.1"> - <name>Settings</name> - <icon src="icon.svg"/> - <content src="bin/settings" type="application/vnd.agl.native"/> - <description>This is the settings application for date & time, wifi, wired and bluetooth</description> - <author>Tasuku Suzuki <tasuku.suzuki@qt.io></author> - <license>APL 2.0</license> - <feature name="urn:AGL:widget:required-api"> - <param name="network-manager" value="ws" /> - <param name="Bluetooth-Manager" value="ws" /> - <param name="vshl-core" value="ws" /> - </feature> - <feature name="urn:AGL:widget:required-permission"> - <param name="urn:AGL:permission::public:no-htdocs" value="required" /> - <param name="urn:AGL:permission::public:display" value="required" /> - </feature> -</widget> - - |