tizen 2.4 release
[apps/home/attach-panel-gallery.git] / res / black_theme / images_edc / attach-panel-gallery-images.edc
1 /*
2 * Copyright (c) 2000-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 collections {
52         RESOURCE_IMAGE("T01_icon_lock.png");
53         RESOURCE_IMAGE("T01_album_icon_camera.png");
54         RESOURCE_IMAGE("T01_album_icon_download.png");
55         RESOURCE_IMAGE("T01_album_icon_folder.png");
56         RESOURCE_IMAGE("T01_icon_sound_shot.png");
57         RESOURCE_IMAGE("T01_icon_panorama.png");
58         RESOURCE_IMAGE("T01_title_icon_select_all.png");
59         RESOURCE_IMAGE("T01_album_edit_check_on.png");
60         RESOURCE_IMAGE("T01_album_edit_check_off.png");
61         RESOURCE_IMAGE("T01_icon_thumbnail_bookmark.png");
62 }
63