Merge "[genlist] add 2text.2icon.4.tb"
[framework/uifw/efl-theme-tizen.git] / themes / tizen.edc
1 /*
2  * Copyright (c) 2010 Samsung Electronics Co., Ltd All Rights Reserved 
3  *
4  * PROPRIETARY/CONFIDENTIAL
5  *
6  * This software is the confidential and proprietary information of SAMSUNG
7  * ELECTRONICS ("Confidential Information"). You agree and acknowledge that this
8  * software is owned by Samsung and you shall not disclose such Confidential
9  * Information and shall use it only in accordance with the terms of the license
10  * agreement you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no
11  * representations or warranties about the suitability of the software, either
12  * express or implied, including but not limited to the implied warranties of
13  * merchantability, fitness for a particular purpose, or non-infringement.
14  * SAMSUNG shall not be liable for any damages suffered by licensee arising out
15  * of or releated to this software.
16  *
17  */
18
19 // LICENSE NOTE:
20 // This file (and only this one) is licenses under public-domain. The reason
21 // is that this is meant to serve as a template for making your own themes and
22 // Elementary's LGPL license is not intended to follow. The images used do come
23 // under LGPL, but this file specifically for the structure of your theme is
24 // public-domain. This means you can take, use, re-license and otherwise
25 // have zero restrictions on using this file as a base for your theme.
26
27 // theme configuration file for each theme (tizen, tizen-black, ...)
28 #include "inc/tmp-inc.edc"
29
30 #define INDICATOR_H             27
31 #define CONTROLBAR_LARGE_H              78
32 #define CONTROLBAR_SMALL_H              65
33 #define CONTROLBAR_W                    78
34 #define SOFTKEY_H               72
35 #define SEGMENT_H               50
36 #define PART_RECT(NAME, REFER_PART, COLOR) \
37    part { name: NAME; \
38       type: RECT; \
39       description { state: "default" 0.0; \
40          rel1.to: REFER_PART; \
41          rel2.to: REFER_PART; \
42          color: COLOR; \
43       } \
44    }
45
46 externals {
47    external: "elm";
48 }
49
50 collections {
51 #include "widgets/access.edc"
52 #include "widgets/actionslider.edc"
53 #include "widgets/badge.edc"
54 #include "widgets/bg.edc"
55 #include "widgets/bubble.edc"
56 #include "widgets/button.edc"
57 #include "widgets/calendar.edc"
58 #include "widgets/check.edc"
59 #include "widgets/colorselector.edc"
60 #include "widgets/conformant.edc"
61 #include "widgets/ctxpopup.edc"
62 #include "widgets/datetime.edc"
63 #include "widgets/dayselector.edc"
64 #include "widgets/diskselector.edc"
65 #include "widgets/editfield.edc"
66 #include "widgets/entry.edc"
67 #include "widgets/gengrid.edc"
68 #include "widgets/genlist/genlist.edc"
69 #include "widgets/index.edc"
70 #include "widgets/label.edc"
71 #include "widgets/layout.edc"
72 #include "widgets/map.edc"
73 #include "widgets/multibuttonentry.edc"
74 //#include "widgets/multisense_ui.edc"
75 #include "widgets/naviframe.edc"
76 #include "widgets/notify.edc"
77 #include "widgets/panes.edc"
78 #include "widgets/photocam.edc"
79 #include "widgets/popup.edc"
80 #include "widgets/progressbar.edc"
81 #include "widgets/radio.edc"
82 #include "widgets/scroller.edc"
83 #include "widgets/segmentedcontrol.edc"
84 #include "widgets/selectioninfo.edc"
85 #include "widgets/slider.edc"
86 #include "widgets/tickernoti.edc"
87 #include "widgets/toggle.edc"
88 #include "widgets/toolbar.edc"
89
90 /*
91 sounds{
92         sound : "drag-start.wav" 0 100;
93         sound :"drag-accept.wav" 0 100;
94         sound :"button-pressed.wav" 0 100;
95         sound :"Waterdrop.wav" 0 100;
96 }
97
98 haptics{ 
99     haptic {
100       name:"1_haptic" ;
101       magnitude: 8000 ;
102       duration: 120 ;
103       attack_level: 123 ;
104       attack_time: 122 ;
105       fade_level: 16 ;
106      fade_time: 12 ;
107      type: MAGSWEEP ;
108      pattern:"01,00,01,00,0A,00,14,00,00,00,20,01,00,00,7F,00,00,E1,00,00,4D,00,61,00,67,00,53,00,77,00,65,00,65,00,70,00,00,00" ;
109    }
110    haptic{
111         name: "2_haptic" ;
112         magnitude: 10000 ;
113         duration: 12 ;
114         attack_level: 123 ;
115         attack_time: 120 ;
116         fade_level: 16 ;
117         fade_time: 12 ;
118         type: MAGSWEEP ;
119         pattern: "01,00,03,00,38,00,42,00,00,00,19,00,21,00,F1,E0,01,E2,00,00,F1, E0, 02, E2, 01,1D,F1,E0,01,E2,03,BA,F1,E0,02,E2,04,E0,FF,20,17,00,00,7F,D1,2F,81,30,00,00,F4,01,00,00,00,20,1F,00,00,40,01,96,41,00,00,00,12,00,24,00,54,00,69,00,6D,00,65,00,6C,00,69,00,6E,00,65,00,00,00,50,00,65,00,72,00,69,00,6F,00,64,00,69,00,63,00,00,00,50,00,65,00,72,00,69,00,6F,00,64,00,69,00,63,00,20,00,23,00,31,00,00,00" ;
120    }
121 }
122 */
123
124 }
125