/* * 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://www.tizenopensource.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. */ #include "../include/edc_image_name.h" #include "cam_funcs.edc" images { image: RECORDING_IMAGE_REC_IMAGE COMP; image: SHUTTER_REC_NORMAL_IMAGE COMP; image: SHUTTER_REC_PRESS_IMAGE COMP; image: RECORDING_PRESS_IMAGE_ANI COMP; } #define RECORDING_IMAGE_X 894 #define RECORDING_IMAGE_Y 12 #define RECORDING_IMAGE_W 48 #define RECORDING_IMAGE_H 48 #define RECORDING_TEXT_X 784 #define RECORDING_TEXT_Y 12 #define RECORDING_LEFT_TEXT_X 128 #define RECORDING_LEFT_TEXT_Y 10 #undef PROGRESS_BAR_X #undef PROGRESS_BAR_Y #undef PROGRESS_BAR_W #undef PROGRESS_BAR_H #define PROGRESS_BAR_X 320 #define PROGRESS_BAR_Y 657 #define PROGRESS_BAR_W 639 #define PROGRESS_BAR_H 20 #define RECBTN_X 1152 #define RECBTN_Y 239 #define RECBTN_W 128 #define RECBTN_H 240 //endfiles