[Compass]update Compass(tizen_2.1)
[samples/web/Compass.git] / config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets"
3         id="http://sample-web-application.tizen.org/compass" version="2.1.0"
4         viewmodes="fullscreen">
5         <tizen:application id="2dKf9wyV6t.Compass" package="2dKf9wyV6t"
6                 required_version="2.1" />
7         <content src="index.html" />
8         <icon src="icon.png" />
9         <name>Compass</name>
10         <tizen:privilege name="http://tizen.org/privilege/application.read" />
11         <tizen:privilege name="http://tizen.org/privilege/systeminfo" />
12         <tizen:setting screen-orientation="portrait"
13                 context-menu="disable" background-support="enable" encryption="disable"
14                 install-location="auto" />
15 </widget>