/* * * Copyright 2012 Samsung Electronics Co., Ltd * * Licensed under the Flora License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #define IMAGE(_name) \ group { name, _name; \ images { \ image, _name COMP; \ } \ parts { \ part { name, "base"; \ description { \ state, "default" 0.0; \ image.normal, _name; \ } \ } \ } \ } IMAGE(NAVI_ICON_NEW) IMAGE(NAVI_ICON_EDIT) IMAGE(NAVI_ICON_DELETE) IMAGE(LIST_PHOTO_DEFAUT) IMAGE(HEADER_ICON_ADD) IMAGE(HEADER_ICON_OTHERS) IMAGE(HEADER_ICON_DONE) IMAGE(BG) IMAGE(TAB_BG) IMAGE(TAB_DEFAULT) IMAGE(TAB_PRESS) IMAGE(NAVIBAR_ITEM_SEPARATOR_TEMP) IMAGE(CONTROL_TOP_BG) IMAGE(TITLE_BG)