diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-05-27 14:24:22 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-05-27 14:27:56 -0400 |
commit | c0208be2fdd6d30d59b534b848c1f4ce39a764d5 (patch) | |
tree | e98eaded50026086d934b27ad6363db15151de33 /package | |
parent | e81c43b394aba2766cea5ce7f410d56f70e7464a (diff) |
Update to use CMake app template
Rework CMake files to actually use the CMake app template macros,
with an update of the autobuild script to fix test widget building
to match the state of the other bindings.
Bug-AGL: SPEC-2049
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I88c438ed4dafd631646769d7b6dc3debd1ccd6de
Diffstat (limited to 'package')
-rw-r--r-- | package/root/config.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/package/root/config.xml b/package/root/config.xml deleted file mode 100644 index 375dc54..0000000 --- a/package/root/config.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<widget xmlns="http://www.w3.org/ns/widgets" id="windowmanager-service" version="0.1"> - <name>windowmanager-service</name> - <content src="config.xml" type="application/vnd.agl.service"/> - <description>Window Manager</description> - <author>TOYOTA</author> - <license>APL 2.0</license> - <feature name="urn:AGL:widget:required-permission"> - <param name="urn:AGL:permission::public:hidden" value="required" /> - <param name="urn:AGL:permission::system:run-by-default" value="required" /> - <param name="urn:AGL:permission::public:display" value="required" /> - </feature> - <feature name="urn:AGL:widget:provided-api"> - <param name="windowmanager" value="ws" /> - </feature> - <feature name="urn:AGL:widget:required-binding"> - <param name="lib/windowmanager-service.so" value="local" /> - </feature> -</widget> |