Sync with the latest private code.
[platform/framework/web/data-provider-slave.git] / data / icon_font.edc
1 /*
2  * Copyright 2013  Samsung Electronics Co., Ltd
3  *
4  * Licensed under the Flora License, Version 1.1 (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://floralicense.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 images {
18         image: "icon_shadow.png" COMP;
19         image: "shortcut_bg_1x1.png" COMP;
20 }
21
22 collections {
23         group {
24                 name: "default,1x1";
25                 parts {
26                         part {
27                                 name: "box,bg";
28                                 type: IMAGE;
29                                 description {
30                                         state: "default" 0.0;
31                                         rel1 { relative: 0.0 0.0; }
32                                         rel2 { relative: 1.0 1.0; }
33                                         image { normal: "shortcut_bg_1x1.png"; }
34                                 }
35                         }
36
37                         part {
38                                 name: "bg";
39                                 type: IMAGE;
40                                 description {
41                                         state: "default" 0.0;
42                                         rel1 { relative: 23/175 11/175; }
43                                         rel2 { relative: 152/175 140/175; }
44                                         image { normal: "icon_shadow.png"; }
45                                         align: 0.5 0.5;
46                                         aspect: 1.0 1.0;
47                                         aspect_preference: BOTH;
48                                 }
49                         }
50
51                         part {
52                                 name: "icon";
53                                 type: SWALLOW;
54                                 description {
55                                         rel1 { relative: 6/129 3/129; to, "bg"; }
56                                         rel2 { relative: 123/129 120/129; to, "bg"; }
57                                 }
58                         }
59
60                         part {
61                                 name: "name";
62                                 type: TEXT;
63                                 // Only for the product
64                                 // effect: TIZEN_GLOW_SHADOW;
65                                 description {
66                                         rel1 { relative: 10/175 133/175; }
67                                         rel2 { relative: 165/175 167/175; }
68                                         color: 255 255 255 255;
69                                         color2: 0 0 0 255;
70                                         color3: 0 0 0 255;
71                                         text {
72                                                 font: "Tizen:style=Regular";
73                                                 text_class: "tizen";
74                                                 align: 0.5 0.5;
75                                                 size: 26;
76                                         }
77                                 }
78                         }
79                 }
80         }
81
82         group {
83                 name: "default,2x1"; /* +89.5, 0 */
84                 parts {
85                         part {
86                                 name: "bg";
87                                 type: IMAGE;
88                                 description {
89                                         state: "default" 0.0;
90                                         rel1 { relative: 112.5/354 11/175; }
91                                         rel2 { relative: 241.5/354 140/175; }
92                                         image { normal: "icon_shadow.png"; }
93                                         align: 0.5 0.5;
94                                         aspect: 1.0 1.0;
95                                         aspect_preference: BOTH;
96                                 }
97                         }
98
99                         part {
100                                 name: "icon";
101                                 type: SWALLOW;
102                                 description {
103                                         rel1 { relative: 6/129 3/129; to, "bg"; }
104                                         rel2 { relative: 123/129 120/129; to, "bg"; }
105                                 }
106                         }
107
108                         part {
109                                 name: "name";
110                                 type: TEXT;
111                                 // Only for the product
112                                 // effect: TIZEN_GLOW_SHADOW;
113                                 description {
114                                         rel1 { relative: 99.5/354 133/175; }
115                                         rel2 { relative: 254.5/354 167/175; }
116                                         color: 255 255 255 255;
117                                         color2: 0 0 0 255;
118                                         color3: 0 0 0 255;
119                                         text {
120                                                 font: "Tizen:style=Regular";
121                                                 text_class: "tizen";
122                                                 align: 0.5 0.5;
123                                                 size: 26;
124                                         }
125                                 }
126                         }
127                 }
128         }
129
130         group {
131                 name: "default,2x2"; /* +89.5, +89.5 */
132                 parts {
133                         part {
134                                 name: "bg";
135                                 type: IMAGE;
136                                 description {
137                                         state: "default" 0.0;
138                                         rel1 { relative: 112.5/354 100.5/354; }
139                                         rel2 { relative: 241.5/354 229.5/354; }
140                                         image { normal: "icon_shadow.png"; }
141                                         align: 0.5 0.5;
142                                         aspect: 1.0 1.0;
143                                         aspect_preference: BOTH;
144                                 }
145                         }
146
147                         part {
148                                 name: "icon";
149                                 type: SWALLOW;
150                                 description {
151                                         rel1 { relative: 6/129 3/129; to, "bg"; }
152                                         rel2 { relative: 123/129 120/129; to, "bg"; }
153                                 }
154                         }
155
156                         part {
157                                 name: "name";
158                                 type: TEXT;
159                                 // Only for the product
160                                 // effect: TIZEN_GLOW_SHADOW;
161                                 description {
162                                         rel1 { relative: 99.5/354 222.5/354; }
163                                         rel2 { relative: 254.5/354 256.5/354; }
164                                         color: 255 255 255 255;
165                                         color2: 0 0 0 255;
166                                         color3: 0 0 0 255;
167                                         text {
168                                                 font: "Tizen:style=Regular";
169                                                 text_class: "tizen";
170                                                 align: 0.5 0.5;
171                                                 size: 26;
172                                         }
173                                 }
174                         }
175                 }
176         }
177
178         group {
179                 name: "default,4x1"; /* +268.5, 0 */
180                 parts {
181                         part {
182                                 name: "bg";
183                                 type: IMAGE;
184                                 description {
185                                         state: "default" 0.0;
186                                         rel1 { relative: 291.5/712 11/175; }
187                                         rel2 { relative: 420.5/712 140/175; }
188                                         image { normal: "icon_shadow.png"; }
189                                         align: 0.5 0.5;
190                                         aspect: 1.0 1.0;
191                                         aspect_preference: BOTH;
192                                 }
193                         }
194
195                         part {
196                                 name: "icon";
197                                 type: SWALLOW;
198                                 description {
199                                         rel1 { relative: 6/129 3/129; to, "bg"; }
200                                         rel2 { relative: 123/129 120/129; to, "bg"; }
201                                 }
202                         }
203
204                         part {
205                                 name: "name";
206                                 type: TEXT;
207                                 // Only for the product
208                                 // effect: TIZEN_GLOW_SHADOW;
209                                 description {
210                                         rel1 { relative: 278.5/712 133/175; }
211                                         rel2 { relative: 433.5/712 167/175; }
212                                         color: 255 255 255 255;
213                                         color2: 0 0 0 255;
214                                         color3: 0 0 0 255;
215                                         text {
216                                                 font: "Tizen:style=Regular";
217                                                 text_class: "tizen";
218                                                 align: 0.5 0.5;
219                                                 size: 26;
220                                         }
221                                 }
222                         }
223                 }
224         }
225
226         group {
227                 name: "default,4x2"; /* +268.5, +89.5 */
228                 parts {
229                         part {
230                                 name: "bg";
231                                 type: IMAGE;
232                                 description {
233                                         state: "default" 0.0;
234                                         rel1 { relative: 291.5/712 100.5/354; }
235                                         rel2 { relative: 420.5/712 229.5/354; }
236                                         image { normal: "icon_shadow.png"; }
237                                         align: 0.5 0.5;
238                                         aspect: 1.0 1.0;
239                                         aspect_preference: BOTH;
240                                 }
241                         }
242
243                         part {
244                                 name: "icon";
245                                 type: SWALLOW;
246                                 description {
247                                         rel1 { relative: 6/129 3/129; to, "bg"; }
248                                         rel2 { relative: 123/129 120/129; to, "bg"; }
249                                 }
250                         }
251
252                         part {
253                                 name: "name";
254                                 type: TEXT;
255                                 // Only for the product
256                                 // effect: TIZEN_GLOW_SHADOW;
257                                 description {
258                                         rel1 { relative: 278.5/712 222.5/354; }
259                                         rel2 { relative: 433.5/712 256.5/354; }
260                                         color: 255 255 255 255;
261                                         color2: 0 0 0 255;
262                                         color3: 0 0 0 255;
263                                         text {
264                                                 font: "Tizen:style=Regular";
265                                                 text_class: "tizen";
266                                                 align: 0.5 0.5;
267                                                 size: 26;
268                                         }
269                                 }
270                         }
271                 }
272         }
273
274         group {
275                 name: "default,4x3"; /* +268.5, +179 */
276                 parts {
277                         part {
278                                 name: "bg";
279                                 type: IMAGE;
280                                 description {
281                                         state: "default" 0.0;
282                                         rel1 { relative: 291.5/712 190/533; }
283                                         rel2 { relative: 420.5/712 319/533; }
284                                         image { normal: "icon_shadow.png"; }
285                                         align: 0.5 0.5;
286                                         aspect: 1.0 1.0;
287                                         aspect_preference: BOTH;
288                                 }
289                         }
290
291                         part {
292                                 name: "icon";
293                                 type: SWALLOW;
294                                 description {
295                                         rel1 { relative: 6/129 3/129; to, "bg"; }
296                                         rel2 { relative: 123/129 120/129; to, "bg"; }
297                                 }
298                         }
299
300                         part {
301                                 name: "name";
302                                 type: TEXT;
303                                 // Only for the product
304                                 // effect: TIZEN_GLOW_SHADOW;
305                                 description {
306                                         rel1 { relative: 278.5/712 312/533; }
307                                         rel2 { relative: 433.5/712 346/533; }
308                                         color: 255 255 255 255;
309                                         color2: 0 0 0 255;
310                                         color3: 0 0 0 255;
311                                         text {
312                                                 font: "Tizen:style=Regular";
313                                                 text_class: "tizen";
314                                                 align: 0.5 0.5;
315                                                 size: 26;
316                                         }
317                                 }
318                         }
319                 }
320         }
321
322         group {
323                 name: "default,4x4"; /* +268.5, +268.5 */
324                 parts {
325                         part {
326                                 name: "bg";
327                                 type: IMAGE;
328                                 description {
329                                         state: "default" 0.0;
330                                         rel1 { relative: 291.5/712 279.5/712; }
331                                         rel2 { relative: 420.5/712 408.5/712; }
332                                         image { normal: "icon_shadow.png"; }
333                                         align: 0.5 0.5;
334                                         aspect: 1.0 1.0;
335                                         aspect_preference: BOTH;
336                                 }
337                         }
338
339                         part {
340                                 name: "icon";
341                                 type: SWALLOW;
342                                 description {
343                                         rel1 { relative: 6/129 3/129; to, "bg"; }
344                                         rel2 { relative: 123/129 120/129; to, "bg"; }
345                                 }
346                         }
347
348                         part {
349                                 name: "name";
350                                 type: TEXT;
351                                 // Only for the product
352                                 // effect: TIZEN_GLOW_SHADOW;
353                                 description {
354                                         rel1 { relative: 278.5/712 401.5/712; }
355                                         rel2 { relative: 433.5/712 435.5/712; }
356                                         color: 255 255 255 255;
357                                         color2: 0 0 0 255;
358                                         color3: 0 0 0 255;
359                                         text {
360                                                 font: "Tizen:style=Regular";
361                                                 text_class: "tizen";
362                                                 align: 0.5 0.5;
363                                                 size: 26;
364                                         }
365                                 }
366                         }
367                 }
368         }
369
370         group {
371                 name: "default,4x5"; /* +268.5, +358 , 891 */
372                 parts {
373                         part {
374                                 name: "bg";
375                                 type: IMAGE;
376                                 description {
377                                         state: "default" 0.0;
378                                         rel1 { relative: 291.5/712 369/891; }
379                                         rel2 { relative: 420.5/712 498/891; }
380                                         image { normal: "icon_shadow.png"; }
381                                         align: 0.5 0.5;
382                                         aspect: 1.0 1.0;
383                                         aspect_preference: BOTH;
384                                 }
385                         }
386
387                         part {
388                                 name: "icon";
389                                 type: SWALLOW;
390                                 description {
391                                         rel1 { relative: 6/129 3/129; to, "bg"; }
392                                         rel2 { relative: 123/129 120/129; to, "bg"; }
393                                 }
394                         }
395
396                         part {
397                                 name: "name";
398                                 type: TEXT;
399                                 // Only for the product
400                                 // effect: TIZEN_GLOW_SHADOW;
401                                 description {
402                                         rel1 { relative: 278.5/712 491/891; }
403                                         rel2 { relative: 433.5/712 525/891; }
404                                         color: 255 255 255 255;
405                                         color2: 0 0 0 255;
406                                         color3: 0 0 0 255;
407                                         text {
408                                                 font: "Tizen:style=Regular";
409                                                 text_class: "tizen";
410                                                 align: 0.5 0.5;
411                                                 size: 26;
412                                         }
413                                 }
414                         }
415                 }
416         }
417
418         group {
419                 name: "default,4x6"; /* +268.5, +447.5, 1070 */
420                 parts {
421                         part {
422                                 name: "bg";
423                                 type: IMAGE;
424                                 description {
425                                         state: "default" 0.0;
426                                         rel1 { relative: 291.5/712 458.5/1070; }
427                                         rel2 { relative: 420.5/712 587.5/1070; }
428                                         image { normal: "icon_shadow.png"; }
429                                         align: 0.5 0.5;
430                                         aspect: 1.0 1.0;
431                                         aspect_preference: BOTH;
432                                 }
433                         }
434
435                         part {
436                                 name: "icon";
437                                 type: SWALLOW;
438                                 description {
439                                         rel1 { relative: 6/129 3/129; to, "bg"; }
440                                         rel2 { relative: 123/129 120/129; to, "bg"; }
441                                 }
442                         }
443
444                         part {
445                                 name: "name";
446                                 type: TEXT;
447                                 // Only for the product
448                                 // effect: TIZEN_GLOW_SHADOW;
449                                 description {
450                                         rel1 { relative: 278.5/712 580.5/1070; }
451                                         rel2 { relative: 433.5/712 614.5/1070; }
452                                         color: 255 255 255 255;
453                                         color2: 0 0 0 255;
454                                         color3: 0 0 0 255;
455                                         text {
456                                                 font: "Tizen:style=Regular";
457                                                 text_class: "tizen";
458                                                 align: 0.5 0.5;
459                                                 size: 26;
460                                         }
461                                 }
462                         }
463                 }
464         }
465 }