summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-12-16 16:04:44 -0500
committerScott Murray <scott.murray@konsulko.com>2021-12-16 16:25:15 -0500
commit95d837913ecb41577980345aeb8a1b3eb710ea2a (patch)
treefab37d74084c8fcd1a1cd0a9dd1a0721a6a4b572 /package
parentb814a465a9583aa81ae7335d7adfd9df54db59cb (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 "hvac" 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. - Add setenv of QT_QUICK_CONTROLS_STYLE to "AGL" to get the AGL styling used. This replaces a global environment variable definition tied to the old app framework, and makes it more obvious that the style is required for the app to properly work. Bug-AGL: SPEC-4182 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I6634a611741b442597dca2978a8dd0a6b6b75341
Diffstat (limited to 'package')
-rw-r--r--package/config.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/package/config.xml b/package/config.xml
deleted file mode 100644
index 7c1f531..0000000
--- a/package/config.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<widget xmlns="http://www.w3.org/ns/widgets" id="hvac" version="0.1">
- <name>HVAC</name>
- <icon src="icon.svg"/>
- <content src="bin/hvac" type="application/vnd.agl.native"/>
- <description>This is a demo application used to control and dialog with HVAC system</description>
- <author>Romain Forlot &lt;romain.forlot@iot.bzh&gt;</author>
- <license>APL 2.0</license>
- <feature name="urn:AGL:widget:required-api">
- <param name="HVAC" 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>