Update Easymode DBox size.
[platform/framework/web/data-provider-master.git] / pkgmgr_livebox / livebox.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 <livebox appid="org.tizen.nicesj.livebox" 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 livebox</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>
10
11         <launch>org.tizen.nicesj</launch>
12
13         <setup>org.tizen.nicesj</setup>
14
15         <box type="image" mouse_event="false">
16                 <size touch_effect="true" preview="ABSPATH">1x1</size>
17                 <size touch_effect="true" preview="ABSPATH">2x1</size>
18                 <size touch_effect="true" need_frame="true">2x2</size>
19                 <size>4x1</size>
20                 <size need_frame="true">4x2</size>
21                 <size touch_effect="false" need_frame="true">4x3</size>
22                 <size touch_effect="false">4x4</size>
23
24                 <!-- Easy home -->
25                 <size>21x21</size>
26                 <size preview="ABSPATH">23x21</size>
27                 <size>23x23</size>
28
29                 <!-- Only supported for special livebox - inhouse / commercialization target only -->
30                 <size>0x0</size>
31                 <script src="/opt/usr/apps/org.tizen.myapp/res/script/my.edj" group="my_group" />
32         </box>
33
34         <pd type="script">
35                 <size>720x100</size>
36                 <script src="/opt/usr/apps/org.tizen.myapp/res/script/mypd.edj" group="group_string" />
37         </pd>
38
39         <group>
40                 <cluster name="cluster1">
41                         <category name="category1" context="APP_USED_FREQUENTLY">
42                                 <option key="time_span" value="value" />
43                                 <option key="result_size" value="value" />
44                         </category>
45                         <category name="category2" context="APP_USED_FREQUENTLY_THISTIME">
46                                 <option key="time_span" value="value" />
47                                 <option key="result_size" value="value" />
48                                 <option key="time_interval" value="value" />
49                         </category>
50                 </cluster>
51                 <cluster name="cluster2">
52                         <category name="category1" context="CONTACT_COMMUNICATED_FREQUENTLY">
53                                 <option key="data_provider" value="org.tizen.contact" />
54                                 <option key="time_span" value="value" />
55                                 <option key="result_size" value="size" />
56                         </category>
57                         <category name="category2" context="CONTACT_COMMUNICATED_FREQUENTLY_THISTIME">
58                                 <option key="data_provider" value="org.tizen.contact" />
59                                 <option key="time_span" value="value" />
60                                 <option key="result_size" value="value" />
61                                 <option key="time_interval" value="value" />
62                         </category>
63                         <category name="category3" context="CONTACT_COMMUNICATED_ATLEASTONCE">
64                                 <option key="data_provider" value="value" />
65                                 <option key="time_span" value="value" />
66                                 <option key="result_size" value="value" />
67                         </category>
68                 </cluster>
69                 <cluster name="noctx_cluster">
70                         <category name="noctx_category" />
71                 </cluster>
72                 <!--
73                      KEYWORD_SEARCHED_FREQUENTLY(DATA_PROVIDER, TIME_SPAN, RESULT_SIZE)
74                      MUSIC_PLAYED_FREQUENTLY(DATA_PROVIDER, TIME_SPAN, RESULT_SIZE)
75                 -->
76         </group>
77 </livebox>
78 </manifest>