confix.xml: default config added for tizen basic applications
authorKoeun Choi <koeun.choi@samsung.com>
Tue, 8 Jan 2013 10:05:55 +0000 (19:05 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Fri, 11 Jan 2013 08:41:57 +0000 (17:41 +0900)
Change-Id: I2dd1fa4b1db01763922cde7534f705ac884a9630

src/template/tizen/config.xml.in

index 53eccfe..e4b752c 100644 (file)
     <feature name="http://waclists.org/api/deviceapis" required="false"/>
     <feature name="http://wacapps.net/api/accelerometer" required="true" />
     -->
+       <feature name="http://tizen.org/privilege/tizen" required="true"/>
+       <feature name="http://tizen.org/privilege/application.read" required="true"/>
 
     <!-- access remote web resource -->
     <!-- modify here and remove comments
     <access origin="http://www.samsung.com" subdomain=true />
-    <access origin="*"/>
     -->
+    <access origin="*"/>
 
 </widget>