summaryrefslogtreecommitdiffstats
path: root/demo#3/common/libhomescreen/sample/simple-egl/package/hvac/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'demo#3/common/libhomescreen/sample/simple-egl/package/hvac/config.xml')
-rw-r--r--demo#3/common/libhomescreen/sample/simple-egl/package/hvac/config.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/demo#3/common/libhomescreen/sample/simple-egl/package/hvac/config.xml b/demo#3/common/libhomescreen/sample/simple-egl/package/hvac/config.xml
new file mode 100644
index 0000000..d903f0e
--- /dev/null
+++ b/demo#3/common/libhomescreen/sample/simple-egl/package/hvac/config.xml
@@ -0,0 +1,16 @@
+<?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 for simple-egl</description>
+ <author>TOYOA</author>
+ <license>APL 2.0 + MIT</license>
+ <feature name="urn:AGL:widget:required-api">
+ <param name="homescreen" value="ws" />
+ <param name="windowmanager" value="ws" />
+ </feature>
+ <feature name="urn:AGL:widget:required-permission">
+ <param name="urn:AGL:permission::public:no-htdocs" value="required" />
+ </feature>
+</widget>