|
1 /* |
|
2 * Copyright (c) 2006-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: Central Repository keys for Thumbnail Manager |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef THUMBNAILMANAGERPRIVATECRKEYS_H |
|
20 #define THUMBNAILMANAGERPRIVATECRKEYS_H |
|
21 |
|
22 #include "thumbnailmanageruids.hrh" |
|
23 |
|
24 const TUid KThumbnailSettingsUid = |
|
25 { |
|
26 THUMBNAIL_CENREP_UID |
|
27 }; |
|
28 |
|
29 const TUint32 KSizeImageGridWidth = 0x0; |
|
30 const TUint32 KSizeImageGridHeight = 0x1; |
|
31 const TUint32 KSizeImageListWidth = 0x2; |
|
32 const TUint32 KSizeImageListHeight = 0x3; |
|
33 const TUint32 KSizeImageFullscreenWidth = 0x4; |
|
34 const TUint32 KSizeImageFullscreenHeight = 0x5; |
|
35 const TUint32 KSizeVideoGridWidth = 0x6; |
|
36 const TUint32 KSizeVideoGridHeight = 0x7; |
|
37 const TUint32 KSizeVideoListWidth = 0x8; |
|
38 const TUint32 KSizeVideoListHeight = 0x9; |
|
39 const TUint32 KSizeVideoFullscreenWidth = 0x10; |
|
40 const TUint32 KSizeVideoFullscreenHeight = 0x11; |
|
41 const TUint32 KSizeAudioGridWidth = 0x12; |
|
42 const TUint32 KSizeAudioGridHeight = 0x13; |
|
43 const TUint32 KSizeAudioListWidth = 0x14; |
|
44 const TUint32 KSizeAudioListHeight = 0x15; |
|
45 const TUint32 KSizeAudioFullscreenWidth = 0x16; |
|
46 const TUint32 KSizeAudioFullscreenHeight = 0x17; |
|
47 |
|
48 const TUint32 KAutoCreateImageGrid = 0x100; |
|
49 const TUint32 KAutoCreateImageList = 0x101; |
|
50 const TUint32 KAutoCreateImageFullscreen = 0x102; |
|
51 const TUint32 KAutoCreateVideoGrid = 0x103; |
|
52 const TUint32 KAutoCreateVideoList = 0x104; |
|
53 const TUint32 KAutoCreateVideoFullscreen = 0x105; |
|
54 const TUint32 KAutoCreateAudioGrid = 0x106; |
|
55 const TUint32 KAutoCreateAudioList = 0x107; |
|
56 const TUint32 KAutoCreateAudioFullscreen = 0x108; |
|
57 |
|
58 const TUint32 KColorDepthGrid = 0x200; |
|
59 const TUint32 KColorDepthList = 0x201; |
|
60 const TUint32 KColorDepthFullscreen = 0x202; |
|
61 |
|
62 const TUint32 KEnableDaemon = 0x300; |
|
63 |
|
64 #endif // THUMBNAILMANAGERPRIVATECRKEYS_H |