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