tizen 2.3 release
[apps/home/b2-clocksetting.git] / data / groups / edc_image_macro.edc
1 /*
2  * Copyright (c) 2010 Samsung Electronics, Inc.
3  * All rights reserved.
4  *
5  * This software is a confidential and proprietary information
6  * of Samsung Electronics, Inc. ("Confidential Information").  You
7  * shall not disclose such Confidential Information and shall use
8  * it only in accordance with the terms of the license agreement
9  * you entered into with Samsung Electronics.
10  */
11 #define RESOURCE_IMAGE( FILE_NAME ) \
12    group { \
13       name: FILE_NAME; \
14       images.image: FILE_NAME COMP; \
15       parts { \
16          part { name: "image"; \
17             description { \
18                state: "default" 0.0; \
19                image.normal: FILE_NAME; \
20                aspect: 1 1; \
21                aspect_preference: BOTH; \
22             } \
23          } \
24       } \
25    }
26
27 #define RESOURCE_IMAGE2( FILE_NAME ) \
28    group { \
29       name: FILE_NAME; \
30       images.image: FILE_NAME COMP; \
31       parts { \
32          part { name: "image"; \
33             description { \
34                state: "default" 0.0; \
35                image.normal: FILE_NAME; \
36                color: 255 144 0 255; \
37                aspect: 1 1; \
38                aspect_preference: BOTH; \
39             } \
40          } \
41       } \
42    }