diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-05 10:38:16 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-06 20:30:35 +0100 |
commit | 5f06de040287a5df88d21367da9e8725d8585ba1 (patch) | |
tree | bba4fb8aa6474b451f4f6f7af327c46ed6e181ae /test-wgt/test-config.xml.in | |
parent | dcdff18c4f09406ca1ec522fbde3f6f7342d8423 (diff) |
Adding packaging files
Change-Id: I70d30588c59e6a0d3c451c74fc6cc565b5eea167
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'test-wgt/test-config.xml.in')
-rw-r--r-- | test-wgt/test-config.xml.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/test-wgt/test-config.xml.in b/test-wgt/test-config.xml.in deleted file mode 100644 index a5e645b..0000000 --- a/test-wgt/test-config.xml.in +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<widget xmlns="http://www.w3.org/ns/widgets" id="@PROJECT_NAME@-test" version="@PROJECT_VERSION@"> - <name>@PROJECT_NAME@-test</name> - <icon src="@PROJECT_ICON@"/> - <content src="bin/launcher" type="application/vnd.agl.native"/> - <description>Test widget used to launch tests for the project @PROJECT_NAME@</description> - <author>Romain Forlot <romain.forlot@iot.bzh></author> - <license>APL2.0</license> - - <feature name="urn:AGL:widget:required-binding"> - <param name="aft" value="extern" /> - </feature> - - <feature name="urn:AGL:widget:required-api"> - <param name="@API_NAME@" value="auto" /> - </feature> - - <feature name="urn:AGL:widget:required-permission"> - <param name="urn:AGL:permission:test" value="required" /> - </feature> - - <feature name="urn:AGL:widget:file-properties"> - <param name="bin/launcher" value="executable" /> - </feature> -</widget> |