Updating INI configuration file to work with most cameras.
[profile/ivi/camera.git] / include / cam_image_name.h
1 /*
2  * Copyright 2012  Samsung Electronics Co., Ltd
3  *
4  * Licensed under the Flora License, Version 1.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *        http://www.tizenopensource.org/license
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17
18 #ifndef __DEF_cam_image_name_H_
19 #define __DEF_cam_image_name_H_
20 #include "cam_app.h"
21
22
23 /* Timer */
24 #define TIMER_OFF_NORMAL_ICON                                           CAM_IMAGE_PATH"short cut/camera_mode_timer_off_nor.png"
25 #define TIMER_OFF_RESS_ICON                                                     CAM_IMAGE_PATH"short cut/camera_mode_timer_off_press.png"
26 #define TIMER_OFF_DIM_ICON                                                      CAM_IMAGE_PATH"short cut/camera_mode_timer_off_dim.png"
27 #define TIMER_2SEC_NORMAL_ICON                                          CAM_IMAGE_PATH"short cut/camera_mode_timer_2_nor.png"
28 #define TIMER_2SEC_RESS_ICON                                            CAM_IMAGE_PATH"short cut/camera_mode_timer_2_press.png"
29 #define TIMER_2SEC_DIM_ICON                                                     CAM_IMAGE_PATH"short cut/camera_mode_timer_2_dim.png"
30 #define TIMER_5SEC_NORMAL_ICON                                          CAM_IMAGE_PATH"short cut/camera_mode_timer_5_nor.png"
31 #define TIMER_5SEC_RESS_ICON                                            CAM_IMAGE_PATH"short cut/camera_mode_timer_5_press.png"
32 #define TIMER_5SEC_DIM_ICON                                                     CAM_IMAGE_PATH"short cut/camera_mode_timer_5_dim.png"
33 #define TIMER_10SEC_NORMAL_ICON                                         CAM_IMAGE_PATH"short cut/camera_mode_timer_10_nor.png"
34 #define TIMER_10SEC_RESS_ICON                                           CAM_IMAGE_PATH"short cut/camera_mode_timer_10_press.png"
35 #define TIMER_10SEC_DIM_ICON                                            CAM_IMAGE_PATH"short cut/camera_mode_timer_10_dim.png"
36
37 /* Effect */
38 #define EFFECTS_ICON                                                            CAM_IMAGE_PATH"short cut/camera_mode_effect_%s_%s.png"
39
40 /* Guide lines */
41 #define GUIDELINE_ON_NORMAL_ICON                                        CAM_IMAGE_PATH"short cut/camera_mode_guidelines_on_nor.png"
42 #define GUIDELINE_ON_PRESS_ICON                                         CAM_IMAGE_PATH"short cut/camera_mode_guidelines_on_press.png"
43 #define GUIDELINE_ON_DIM_ICON                                           CAM_IMAGE_PATH"short cut/camera_mode_guidelines_on_dim.png"
44 #define GUIDELINE_OFF_NORMAL_ICON                                       CAM_IMAGE_PATH"short cut/camera_mode_guidelines_off_nor.png"
45 #define GUIDELINE_OFF_PRESS_ICON                                        CAM_IMAGE_PATH"short cut/camera_mode_guidelines_off_press.png"
46 #define GUIDELINE_OFF_DIM_ICON                                          CAM_IMAGE_PATH"short cut/camera_mode_guidelines_off_dim.png"
47
48 /* Reset setting */
49 #define RESET_SETTING_NORMAL_ICON                                       CAM_IMAGE_PATH"short cut/camera_mode_reset_nor.png"
50 #define RESET_SETTING_PRESS_ICON                                        CAM_IMAGE_PATH"short cut/camera_mode_reset_press.png"
51
52 /* Setting */
53 #define SETTING_NORMAL_ICON                                                     CAM_IMAGE_PATH"short cut/camera_mode_setting_nor.png"
54 #define SETTING_PRESS_ICON                                                      CAM_IMAGE_PATH"short cut/camera_mode_setting_press.png"
55
56 /* Indicator */
57 #define INDICATOR_BATTERY_LEVEL_00_ICON                         CAM_IMAGE_PATH"indicator/camera_indicator_battery_00.png"
58 #define INDICATOR_BATTERY_LEVEL_01_ICON                         CAM_IMAGE_PATH"indicator/camera_indicator_battery_01.png"
59 #define INDICATOR_BATTERY_LEVEL_02_ICON                         CAM_IMAGE_PATH"indicator/camera_indicator_battery_02.png"
60 #define INDICATOR_BATTERY_LEVEL_03_ICON                         CAM_IMAGE_PATH"indicator/camera_indicator_battery_03.png"
61 #define INDICATOR_BATTERY_LEVEL_04_ICON                         CAM_IMAGE_PATH"indicator/camera_indicator_battery_04.png"
62 #define INDICATOR_BATTERY_LEVEL_05_ICON                         CAM_IMAGE_PATH"indicator/camera_indicator_battery_05.png"
63 #define INDICATOR_BATTERY_FULL_ICON                                     CAM_IMAGE_PATH"indicator/camera_indicator_battery_full.png"
64 #define INDICATOR_BATTERY_CHARGE_ICON                           CAM_IMAGE_PATH"indicator/camera_indicator_battery_charge.png"
65
66 /* Shutter icon */
67 #define CAMERA_SHUTTER_ICON                                                     CAM_IMAGE_PATH"camera_mode_shutter_icon.png"
68 #define CAMCORDER_SHUTTER_ICON                                          CAM_IMAGE_PATH"camcorder_standby_shutter.png"
69
70 /* Mode icon */
71 #define MODE_CAMERA_ON_ICON                                                     CAM_IMAGE_PATH"tmp/11_camera_mode_camera_on.png"
72 #define MODE_CAMERA_OFF_ICON                                            CAM_IMAGE_PATH"tmp/11_camera_mode_camera_off.png"
73 #define MODE_CAMCORDER_ON_ICON                                          CAM_IMAGE_PATH"tmp/11_camera_mode_camcorder_on.png"
74 #define MODE_CAMCORDER_OFF_ICON                                         CAM_IMAGE_PATH"tmp/11_camera_mode_camcorder_off.png"
75
76
77 #endif