apply FSL(Flora Software License)
[apps/core/preloaded/ciss.git] / resource / ciss-mmi.edc
1 /*
2  * Copyright 2012  Samsung Electronics Co., Ltd
3  * 
4  * Licensed under the Flora License, Version 1.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  * 
8  *     http://www.tizenopensource.org/license
9  * 
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 collections {
18 group { name: "popup_progress";
19         parts {
20                 part { name: "pad_t";
21                         scale : 1;
22                         mouse_events: 0;
23                         repeat_events: 1;
24                         description { state: "default" 0.0;
25                                 align: 0.5 0.0;
26                                 min: 0 14;
27                                 fixed: 0 1;
28                                 rel1 {
29                                         relative: 1.0 0.0;
30                                         to_x: "pad_l";
31                                 }
32                                 rel2 {
33                                         relative: 0.0 0.0;
34                                         to_x: "pad_r";
35                                 }
36                         }
37                 }
38                 part { name: "pad_l";
39                         scale: 1;
40                         description { state: "default" 0.0;
41                                 min : 10 0;
42                                 fixed: 1 0;
43                                 rel1 {
44                                         relative: 0.0 0.0;
45                                 }
46                                 rel2 {
47                                         relative: 0.0 1.0;
48                                 }
49                                 align: 0.0 0.0;
50                         }
51                 }
52                 part { name: "pad_r";
53                         scale: 1;
54                         description { state: "default" 0.0;
55                                 min : 10 0;
56                                 fixed: 1 0;
57                                 rel1 {
58                                         relative: 1.0 0.0;
59                                 }
60                                 rel2 {
61                                         relative: 1.0 1.0;
62                                 }
63                                 align: 1.0 0.0;
64                         }
65                 }
66                 part{ name:"elm.swallow.content";
67                         type: SWALLOW;
68                         scale : 1;
69                         description { state: "default" 0.0;
70                                 min: 300 0;
71                                 align: 0.5 0.5;
72                                 fixed: 1 0;
73                                 rel1 {
74                                         relative: 0.5 1.0;
75                                         to: "pad_t";
76                                 }
77                                 rel2 {
78                                         relative: 0.5 0.0;
79                                         to: "pad_b";
80                                 }
81                         }
82                 }
83                 part { name: "pad_b";
84                         scale : 1;
85                         mouse_events: 0;
86                         repeat_events: 1;
87                         description { state: "default" 0.0;
88                                 align: 0.5 1.0;
89                                 min: 0 90;
90                                 fixed: 0 1;
91                                 rel1 {
92                                         relative: 1.0 1.0;
93                                         to_x: "pad_l";
94                                 }
95                                 rel2 {
96                                         relative: 0.0 1.0;
97                                         to_x: "pad_r";
98                                 }
99                         }
100                 }
101
102                 part { name: "elm.swallow.end";
103                         type: SWALLOW;
104                         scale : 1;
105                         mouse_events: 1;
106                         repeat_events: 1;
107                         description { state: "default" 0.0;
108                                 align: 0.0 0.0;
109                                 fixed: 1 1;
110                                 rel1 {
111                                         relative: 0.0 0.0;
112                                 to: "pad_b";
113                                 }
114                                 rel2 {
115                                         relative: 1.0 1.0;
116                                         to: "pad_b";
117                                 }
118                         }
119                 }
120
121         }
122 }
123 }