[TSAM-11678] Do not show ctx popup in connected device naviframe
[apps/native/ug-mobile-ap.git] / resources / tethering_image_macro.edc
1 #define RESOURCE_IMAGE( FILE_NAME ) \
2    group { \
3       name: FILE_NAME; \
4       images.image: FILE_NAME COMP; \
5       parts { \
6          part { name: "image"; \
7             description { \
8                state: "default" 0.0; \
9                image.normal: FILE_NAME; \
10                aspect: 1 1; \
11                aspect_preference: BOTH; \
12             } \
13          } \
14       } \
15    }
16
17 #define RESOURCE_IMAGE_LOSSY( FILE_NAME ) \
18    group { \
19       name: FILE_NAME; \
20       images.image: FILE_NAME LOSSY 85; \
21       parts { \
22          part { name: "image"; \
23             description { \
24                state: "default" 0.0; \
25                image.normal: FILE_NAME; \
26                aspect: 1 1; \
27                aspect_preference: BOTH; \
28             } \
29          } \
30       } \
31    }