99a1a528499618b43c2e05338b03dbe105d02a20
[apps/core/preloaded/calendar.git] / data / edc / layout / inc.images.edc
1 /*
2   *
3   *  Copyright 2012  Samsung Electronics Co., Ltd
4   *
5   *  Licensed under the Flora License, Version 1.0 (the "License");
6   *  you may not use this file except in compliance with the License.
7   *  You may obtain a copy of the License at
8   *
9   *       http://floralicense.org/license/
10   *
11   *  Unless required by applicable law or agreed to in writing, software
12   *  distributed under the License is distributed on an "AS IS" BASIS,
13   *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   *  See the License for the specific language governing permissions and
15   *  limitations under the License.
16   */
17
18 #define IMAGE(_name) \
19 group { name, _name; \
20         images { \
21                 image, _name COMP; \
22         } \
23         parts { \
24                 part { name, "base"; \
25                         description { \
26                                 state, "default" 0.0; \
27                                 image.normal, _name; \
28                         } \
29                 } \
30         } \
31 }
32
33 IMAGE(NAVI_ICON_NEW)
34 IMAGE(NAVI_ICON_EDIT)
35 IMAGE(NAVI_ICON_DELETE)
36 IMAGE(LIST_PHOTO_DEFAUT)
37 IMAGE(HEADER_ICON_ADD)
38 IMAGE(HEADER_ICON_OTHERS)
39 IMAGE(HEADER_ICON_DONE)
40 IMAGE(BG)
41 IMAGE(TAB_BG)
42 IMAGE(TAB_DEFAULT)
43 IMAGE(TAB_PRESS)
44 IMAGE(NAVIBAR_ITEM_SEPARATOR_TEMP)
45 IMAGE(CONTROL_TOP_BG)
46 IMAGE(TITLE_BG)
47
48
49
50
51