update for beta release
[platform/core/uifw/e17.git] / src / modules / illume-softkey / e-module-illume-softkey.edc
1 collections 
2 {
3    group 
4      {
5         images.image: "module_icon.png" COMP;
6         name: "icon";
7         max: 128 128;
8         parts 
9           {
10              part 
11                {
12                   name: "base";
13                   mouse_events: 0;
14                   description 
15                     {
16                        state: "default" 0.0;
17                        aspect: 1.0 1.0;
18                        aspect_preference: BOTH;
19                        image.normal: "module_icon.png";
20                     }
21                }
22           }
23      }
24    group 
25      {
26         images 
27           {
28              image: "shelf_alt_bg.png" COMP;
29              image: "shelf_alt_over.png" COMP;
30              image: "shelf_alt_shine.png" COMP;
31           }
32         name: "modules/illume-softkey/window";
33         parts 
34           {
35              part 
36                {
37                   name: "base";
38                   type: IMAGE;
39                   mouse_events: 0;
40                   description 
41                     {
42                        state: "default" 0.0;
43                        color_class: "shelf_base";
44                        image.normal: "shelf_alt_bg.png";
45                        fill.smooth: 0;
46                     }
47                }
48              part 
49                {
50                   name: "shine";
51                   type: IMAGE;
52                   mouse_events: 0;
53                   description 
54                     {
55                        state: "default" 0.0;
56                        image.normal: "shelf_alt_shine.png";
57                        rel2.relative: 1.0 0.5;
58                        fill.smooth: 0;
59                     }
60                }
61              part 
62                {
63                   name: "over";
64                   type: IMAGE;
65                   mouse_events: 0;
66                   description 
67                     {
68                        state: "default" 0.0;
69                        image 
70                          {
71                             normal: "shelf_alt_over.png";
72                             border: 5 5 5 5;
73                             middle: 0;
74                          }
75                        fill.smooth: 0;
76                     }
77                }
78              part 
79                {
80                   name: "e.box.extra_buttons";
81                   type: BOX;
82                   description 
83                     {
84                        state: "default" 0.0;
85                        rel1 
86                          {
87                             offset: 3 3;
88                             to: "base";
89                          }
90                        rel2 
91                          {
92                             relative: 0.30 1.0;
93                             offset: 0 -4;
94                             to: "base";
95                          }
96                        box 
97                          {
98                             layout: "horizontal";
99                             padding: 2 0;
100                             align: 0.0 0.5;
101                             min: 1 1;
102                          }
103                     }
104                }
105              part 
106                {
107                   name: "e.box.buttons";
108                   type: BOX;
109                   description 
110                     {
111                        state: "default" 0.0;
112                        rel1 
113                          {
114                             relative: 1.0 0.0;
115                             to: "e.box.extra_buttons";
116                          }
117                        rel2 
118                          {
119                             offset: -2 -4;
120                             to: "base";
121                          }
122                        box 
123                          {
124                             layout: "horizontal";
125                             padding: 2 0;
126                             align: 1.0 0.5;
127                             min: 1 1;
128                          }
129                     }
130                }
131           }
132      }
133 }