1575f6280602ce9e5b31978c3b606476ca9a4ab2
[apps/web/sample/MediaContent.git] / project / config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <widget
4     xmlns="http://www.w3.org/ns/widgets"
5     xmlns:tizen="http://tizen.org/ns/widgets"
6     id="http://yourdomain/MediaContent"
7     version="0.1.4"
8     viewmodes="maximized">
9
10     <tizen:application
11         id="JCOEaC8EKB.MediaContent"
12         package="JCOEaC8EKB"
13         required_version="2.2" />
14
15     <content src="index.html" />
16
17     <icon src="icon.png" />
18
19     <name>Media Content</name>
20
21     <feature name="http://tizen.org/feature/screen.size.normal.720.1280" />
22
23     <tizen:privilege name="http://tizen.org/privilege/content.read" />
24     <tizen:privilege name="http://tizen.org/privilege/content.write" />
25
26     <tizen:setting
27         screen-orientation="portrait"
28         context-menu="disable"
29         background-support="enable"
30         encryption="disable"
31         install-location="auto" />
32
33 </widget>