Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / src / template / wac / config.xml.in
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <widget xmlns="http://www.w3.org/ns/widgets"
4             version="0.1" 
5             id="http://www.samsung.com/app/templateID"
6             viewmodes="fullscreen">
7     <!-- automatically generated name -->
8     <name>@APP_NAME@</name>
9  
10     <!-- icon resource -->
11     <icon src="icon.png"/>
12
13     <!-- Permission : feature to access -->
14     <!-- modify here and remove comments
15     <feature name="http://waclists.org/api/deviceapis" required="false"/>
16     <feature name="http://wacapps.net/api/accelerometer" required="true" />
17     -->
18
19     <!-- access remote web resource -->
20     <!-- modify here and remove comments
21     <access origin="http://www.samsung.com" subdomain=true />
22     <access origin="*"/>
23     -->
24
25 </widget>