merge from 2.4 , block compile error
[apps/core/preloaded/quickpanel.git] / data / quickpanel_images.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 #define RESOURCE_IMAGE( FILE_NAME ) \
20    group { \
21       name: FILE_NAME; \
22       images.image: FILE_NAME COMP; \
23       parts { \
24          part { name: "image"; \
25             description { \
26                state: "default" 0.0; \
27                image.normal: FILE_NAME; \
28                aspect: 1 1; \
29                aspect_preference: BOTH; \
30             } \
31          } \
32       } \
33    }
34
35 #define RESOURCE_IMAGE_LOSSY( FILE_NAME ) \
36    group { \
37       name: FILE_NAME; \
38       images.image: FILE_NAME LOSSY 85; \
39       parts { \
40          part { name: "image"; \
41             description { \
42                state: "default" 0.0; \
43                image.normal: FILE_NAME; \
44                aspect: 1 1; \
45                aspect_preference: BOTH; \
46             } \
47          } \
48       } \
49    }
50
51         RESOURCE_IMAGE("Q02_Notification_update.png");
52         RESOURCE_IMAGE("quick_icon_torch.png");
53         RESOURCE_IMAGE("quick_icon_allshare.png");
54         RESOURCE_IMAGE("quick_icon_blocking_mode.png");
55         RESOURCE_IMAGE("quick_icon_bluetooth.png");
56         RESOURCE_IMAGE("quick_icon_command.png");
57         RESOURCE_IMAGE("quick_icon_driving.png");
58         RESOURCE_IMAGE("quick_icon_flightmode.png");
59         RESOURCE_IMAGE("quick_icon_location.png");
60         RESOURCE_IMAGE("quick_icon_mirroring.png");
61         RESOURCE_IMAGE("quick_icon_multi_window.png");
62         RESOURCE_IMAGE("quick_icon_nfc.png");
63         RESOURCE_IMAGE("quick_icon_private_mode.png");
64         RESOURCE_IMAGE("quick_icon_power_saving.png");
65         RESOURCE_IMAGE("quick_icon_ultra_power_saving.png");
66         RESOURCE_IMAGE("quick_icon_ready_to_share.png");
67         RESOURCE_IMAGE("quick_icon_auto_rotate.png");
68         RESOURCE_IMAGE("quick_icon_sbeam.png");
69         RESOURCE_IMAGE("quick_icon_sf_vf.png");
70         RESOURCE_IMAGE("quick_icon_smart_stay.png");
71         RESOURCE_IMAGE("quick_icon_sn_vf.png");
72         RESOURCE_IMAGE("quick_icon_sf_vn.png");
73         RESOURCE_IMAGE("quick_icon_sync.png");
74         RESOURCE_IMAGE("quick_icon_wifi_tethering.png");
75         RESOURCE_IMAGE("quick_icon_mobile_data.png");
76         RESOURCE_IMAGE("quick_icon_wifi.png");
77         RESOURCE_IMAGE("quick_icon_downloadbooster_off.png");