diff options
author | 2018-03-27 14:29:57 +0200 | |
---|---|---|
committer | 2018-06-14 11:37:08 +0200 | |
commit | f35abba1772c8b9e38dd51b3dd09bc185cef90fd (patch) | |
tree | 34d33811aa0c6d2c0231c5f45c2f0f09fb70cc6f /package/config.xml | |
parent | 6bf2ccbd72176a8cbdfb3cdb2c15ee1c2db594b8 (diff) |
make of use of app templates to import right HALs depending on compilation options
Change-Id: I0f864b3a0bf4ee5527c6d32578990033f6707208
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'package/config.xml')
-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 109ce5d..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="mixer" version="0.1"> - <name>Mixer</name> - <icon src="icon.svg"/> - <content src="bin/mixer" type="application/vnd.agl.native"/> - <description>Simple PulseAudio mixer app</description> - <author>Matt Porter <mporter@konsulko.com></author> - <license>APL 2.0</license> - <feature name="urn:AGL:widget:required-api"> - <param name="windowmanager" value="ws" /> - <param name="homescreen" value="ws" /> - <param name="alsacore" value="ws" /> - <param name="rsnddai0ak4613h" value="ws" /> - </feature> - <feature name="urn:AGL:widget:required-permission"> - <param name="urn:AGL:permission::public:no-htdocs" value="required" /> - </feature> -</widget> - - |