tizen 2.3 release
[framework/web/wearable/wrt-security.git] / tests / geolocation_security / geolocationSecurityTest / config1.xml
1 <?xml version='1.0' encoding='UTF-8'?>
2 <widget xmlns="http://www.w3.org/ns/widgets"
3         id="http://test.samsung.com/widget/wac/geolocationSecurityTest1"
4         version="1.0">
5     <name>WAC Test</name>
6     <description>WAC Test widget</description>
7     <author href="http://www.rd.samsung.pl/" email="w.bielawski@samsung.com;p.misiak@samsung.com">
8         SPRC
9     </author>
10     <license href="http://www.rd.samsung.pl/">
11         Example license Copyright (c) 2009 Samsung Corp.
12     </license>
13     <icon src="icon.png" height="75" width="75"/>
14     <content src="index.html" type="application/xhtml+xml"/>
15     <access network="true" plugins="true" SAMSUNG.alarm="true"/>
16     <update href="http://www.rd.samsung.pl/"/>
17
18
19     <feature name="http://wacapps.net/api/deviceapis" required="true"><param name="testProperty" value="testPropertyValue" /></feature>
20
21     <feature name="http://www.w3.org/TR/geolocation-API/" required="true"/>
22
23     <!-- tag preference is required to test appconfig -->
24     <preference name="TestPreference" value="PreferenceValue"/>
25     <preference name="TestROPreference" value="ProtectedValue" readonly="true"/>
26
27 </widget>