[Request]Update Flora license version
[apps/home/clock.git] / timer / res / edc / timer_clock_group.edc
1 /*
2  * Copyright 2012  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 group {
18     name: "motion/clock";
19
20     parts {
21         /* for background */
22         part {
23             name: "background";
24             type: RECT;
25             scale: 1;
26             description {
27                 state: "default" 0.0;
28                 visible: 0;
29                 rel1 { relative: 0.0 0.0; }
30                 rel2 { relative: 1.0 1.0; }
31             }
32         }
33         /* for hour */
34         part { name: "clock/hour";
35             type: SWALLOW;
36             scale:1;
37             mouse_events: 0;
38             description {
39                 state: "default" 0.0;
40                 visible: 1;
41                 rel1 { relative: 0.0 0.0;  to: "background"; }
42                 rel2 { relative: 1.0 1.0;  to: "background"; }
43             }
44         }
45         /* for hour */
46         part { name: "clock/minute";
47             type: SWALLOW;
48             scale:1;
49             mouse_events: 0;
50             description {
51                 state: "default" 0.0;
52                 visible: 1;
53                 rel1 { relative: 0.0 0.0;  to: "background"; }
54                 rel2 { relative: 1.0 1.0;  to: "background"; }
55             }
56         }
57         /* for hour */
58         part { name: "clock/second";
59             type: SWALLOW;
60             scale:1;
61             mouse_events: 0;
62             description {
63                 state: "default" 0.0;
64                 visible: 1;
65                 rel1 { relative: 0.0 0.0; to: "background"; }
66                 rel2 { relative: 1.0 1.0;to: "background"; }
67             }
68         }
69     }
70 }
71
72