tizen 2.3 release
[apps/livebox/data-provider-master.git] / pkgmgr_dynamicbox / dynamicbox.xml
1 <?xml version="1.0" encoding="utf-8" ?>
2 <manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.nicesj" version="1.0" install-location="auto">
3
4 <dynamicbox appid="org.tizen.nicesj.dynamicbox" primary="true" secured="false" network="false" abi="c" timeout="20" period="10.0" libexec="/usr/apps/org.tizen.myapp/libexec/liblive-org.tizen.nicesj.so" pinup="false" script="edje" nodisplay="false">
5         <label>My Dynamic Box</label>
6         <icon>/usr/share/icons/small/org.tizen.live-nicesj.png</icon>
7         <label xml:lang="en_US">Sample</label>
8         <label xml:lang="ko_KR">Hangul</label>
9         <content>Content information</content>  <!-- This string will be passed to the dynamicbox_create -->
10         <category name="http://tizen.org/dynamicbox/default"></category>        <!-- Used for categorizing a package -->
11
12         <launch>org.tizen.nicesj</launch> <!-- Launch this app from homescreen directly -->
13
14         <setup>org.tizen.nicesj</setup> <!-- If the box needs to be setting up before adding it to the homscreen, this app will be launched -->
15
16         <box type="image" mouse_event="false" count="0">
17                 <!-- 1x1 should be exists, mandatory size -->
18                 <size touch_effect="true" preview="ABSPATH" mouse_event="false">1x1</size>
19
20                 <size touch_effect="true" preview="ABSPATH" mouse_event="false">2x1</size>
21                 <size touch_effect="true" need_frame="true" mouse_event="false">2x2</size>
22                 <size>4x1</size>
23                 <size need_frame="true">4x2</size>
24                 <size touch_effect="false" need_frame="true" mouse_event="false">4x3</size>
25                 <size touch_effect="false" mouse_event="false">4x4</size>
26
27                 <!-- Only for the Easy home -->
28                 <size>21x21</size>
29                 <size preview="ABSPATH">23x21</size>
30                 <size>23x23</size>
31
32                 <!-- Only supported for special Dynamic Box - inhouse / commercialization target only -->
33                 <size>0x0</size>
34                 <script src="/opt/usr/apps/org.tizen.myapp/res/script/my.edj" group="my_group" />
35         </box>
36
37         <glancebar type="script">
38                 <size>720x100</size>
39                 <script src="/opt/usr/apps/org.tizen.myapp/res/script/mypd.edj" group="group_string" />
40         </glancebar>
41
42         <group>
43                 <cluster name="cluster1">
44                         <category name="category1" context="APP_USED_FREQUENTLY">
45                                 <option key="time_span" value="value" />
46                                 <option key="result_size" value="value" />
47                         </category>
48                         <category name="category2" context="APP_USED_FREQUENTLY_THISTIME">
49                                 <option key="time_span" value="value" />
50                                 <option key="result_size" value="value" />
51                                 <option key="time_interval" value="value" />
52                         </category>
53                 </cluster>
54                 <cluster name="cluster2">
55                         <category name="category1" context="CONTACT_COMMUNICATED_FREQUENTLY">
56                                 <option key="data_provider" value="org.tizen.contact" />
57                                 <option key="time_span" value="value" />
58                                 <option key="result_size" value="size" />
59                         </category>
60                         <category name="category2" context="CONTACT_COMMUNICATED_FREQUENTLY_THISTIME">
61                                 <option key="data_provider" value="org.tizen.contact" />
62                                 <option key="time_span" value="value" />
63                                 <option key="result_size" value="value" />
64                                 <option key="time_interval" value="value" />
65                         </category>
66                         <category name="category3" context="CONTACT_COMMUNICATED_ATLEASTONCE">
67                                 <option key="data_provider" value="value" />
68                                 <option key="time_span" value="value" />
69                                 <option key="result_size" value="value" />
70                         </category>
71                 </cluster>
72                 <cluster name="noctx_cluster">
73                         <category name="noctx_category" />
74                 </cluster>
75                 <!--
76                      KEYWORD_SEARCHED_FREQUENTLY(DATA_PROVIDER, TIME_SPAN, RESULT_SIZE)
77                      MUSIC_PLAYED_FREQUENTLY(DATA_PROVIDER, TIME_SPAN, RESULT_SIZE)
78                 -->
79         </group>
80 </dynamicbox>
81 </manifest>