Package upload
[framework/uifw/emotion.git] / data / icon.edc
1 collections {
2    images.image: "e_logo.png" COMP;
3    group { name: "icon";
4       min: 20 10;
5       parts {
6          part { name: "icon"; type: IMAGE;
7             mouse_events: 0;
8             description { state: "default" 0.0;
9                image.normal: "e_logo.png";
10             }
11          }
12       }
13    }
14 }