1 /* |
|
2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Resource definitions for the Camera Application* |
|
15 */ |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 //---------------------------------------------------- |
|
21 // |
|
22 // r_cam_photo_embedded_static_settings_data |
|
23 // Default values for the photo embedded static setting items |
|
24 // |
|
25 //---------------------------------------------------- |
|
26 // |
|
27 RESOURCE CAM_SETTING_ITEMS_DATA r_cam_photo_embedded_static_settings_data |
|
28 { |
|
29 settings_items = |
|
30 { |
|
31 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
32 { |
|
33 id = ECamSettingItemPhotoSize; |
|
34 default = ECamPhotoSizeVGA; |
|
35 }, |
|
36 |
|
37 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
38 { |
|
39 id = ECamSettingItemPhotoShowFocusPoint; |
|
40 default = ECamSettOn; |
|
41 }, |
|
42 |
|
43 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
44 { |
|
45 id = ECamSettingItemShowCapturedPhoto; |
|
46 default = ECamSettOn; |
|
47 } |
|
48 }; |
|
49 } |
|
50 |
|
51 //---------------------------------------------------- |
|
52 // |
|
53 // r_cam_video_embedded_static_settings_data |
|
54 // Default values for the video embedded static setting items |
|
55 // |
|
56 //---------------------------------------------------- |
|
57 // |
|
58 RESOURCE CAM_SETTING_ITEMS_DATA r_cam_video_embedded_static_settings_data |
|
59 { |
|
60 settings_items = |
|
61 { |
|
62 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
63 { |
|
64 id = ECamSettingItemVideoResolution; |
|
65 default = ECamVideoResolutionQCIF; |
|
66 }, |
|
67 |
|
68 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
69 { |
|
70 id = ECamSettingItemVideoClipLength; |
|
71 default = ECamVideoClipShort; |
|
72 }, |
|
73 |
|
74 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
75 { |
|
76 id = ECamSettingItemVideoFileType; |
|
77 default = ECamVideoH263; |
|
78 }, |
|
79 |
|
80 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
81 { |
|
82 id = ECamSettingItemVideoShowCapturedVideo; |
|
83 default = ECamSettOn; |
|
84 } |
|
85 }; |
|
86 } |
|
87 |
|