Tizen 2.1 release
[platform/core/uifw/e17.git] / src / modules / illume2 / e-module-illume2.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: "icon";
13                   type: IMAGE;
14                   mouse_events: 0;
15                   description 
16                     {
17                        state: "default" 0.0;
18                        aspect: 1.0 1.0;
19                        aspect_preference: BOTH;
20                        image.normal: "module_icon.png";
21                     }
22                }
23           }
24      }
25 }