/* * 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. */ #include "../include/edc_image_name.h" #include "cam_funcs.edc" images { image: RECORDING_IMAGE_REC_IMAGE COMP; } #define RECORDING_IMAGE_X 460 #define RECORDING_IMAGE_Y 28 #define RECORDING_IMAGE_W 48 #define RECORDING_IMAGE_H 48 #define RECORDING_TEXT_X 350 #define RECORDING_TEXT_Y 28 #define RECORDING_LEFT_TEXT_X 10 #define RECORDING_LEFT_TEXT_Y 28 #define PROGRESS_BAR_X 128 #define PROGRESS_BAR_Y 1000 #define PROGRESS_BAR_W 464 #define PROGRESS_BAR_H 20 //endfiles