Make boot-animation can be built by 'ABS'
[apps/native/boot-animation.git] / res / edje / 720x1280 / 720x1280_PowerOff.edc
1 /*
2  * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
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
18
19 images {
20 #include "720x1280_PowerOff_image.h"
21 }
22
23 collections {
24     group { name: "poweroff";
25
26         parts {
27             part { name: "poweroff";
28                 mouse_events: 0;
29                 description {
30                     state: "default" 0.0;
31                     image {
32 #include "720x1280_PowerOff_part.h"
33                     }
34                     visible: 1;
35                 }
36             }
37         }
38
39         programs {
40             program {
41                 name: "poweroff";
42                 signal: "show";
43                 action: STATE_SET "default" 0.0;
44                 target: "poweroff";
45                 transition: LINEAR 2;
46                 after: "poweroff_end";
47             }
48
49             program {
50                 name: "poweroff_end";
51                 action: SIGNAL_EMIT "end" "animation";
52             }
53         }
54     }
55 }
56