|
1 |
|
2 /* |
|
3 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
4 * All rights reserved. |
|
5 * This component and the accompanying materials are made available |
|
6 * under the terms of the License "Eclipse Public License v1.0" |
|
7 * which accompanies this distribution, and is available |
|
8 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9 * |
|
10 * Initial Contributors: |
|
11 * Nokia Corporation - initial contribution. |
|
12 * |
|
13 * Contributors: |
|
14 * |
|
15 * Description: |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef VCXHGMYVIDEOSMAINVIEWCENREPKEYS_H |
|
21 #define VCXHGMYVIDEOSMAINVIEWCENREPKEYS_H |
|
22 |
|
23 |
|
24 enum TMyVideosListItemType |
|
25 { |
|
26 EMyVideosListItemTypeEmpty = 0, |
|
27 EMyVideosListItemTypeLastWatched, |
|
28 EMyVideosListItemTypeCapturedVideos, |
|
29 EMyVideosListItemTypeOtherVideos, |
|
30 EMyVideosListItemTypeExtra1, |
|
31 EMyVideosListItemTypeExtra2, |
|
32 EMyVideosListItemTypeExtra3 |
|
33 }; |
|
34 |
|
35 // CONSTANTS |
|
36 |
|
37 // CenRep: UID |
|
38 const TUid KMyVideosMainViewCenRepUid = { 0x20021191 }; |
|
39 |
|
40 // CenRep: Keys |
|
41 const TInt KCRVideoPlayerItemLocation1 = 0x01; |
|
42 const TInt KCRVideoPlayerItemLocation2 = 0x02; |
|
43 const TInt KCRVideoPlayerItemLocation3 = 0x03; |
|
44 const TInt KCRVideoPlayerItemLocation4 = 0x04; |
|
45 const TInt KCRVideoPlayerItemLocation5 = 0x05; |
|
46 const TInt KCRVideoPlayerItemLocation6 = 0x06; |
|
47 const TInt KCRVideoPlayerItemLocation7 = 0x07; |
|
48 |
|
49 const TInt KCRVideoPlayerCapturedVideosIconPath = 0x0A; |
|
50 const TInt KCRVideoPlayerOtherVideosIconPath = 0x0B; |
|
51 |
|
52 const TInt KCRVideoPlayerExtraItem1IconPath = 0x10; |
|
53 const TInt KCRVideoPlayerExtraItem1Title = 0x11; |
|
54 const TInt KCRVideoPlayerExtraItem1Text = 0x12; |
|
55 const TInt KCRVideoPlayerExtraItem1Url = 0x13; |
|
56 const TInt KCRVideoPlayerExtraItem1Uid = 0x14; |
|
57 |
|
58 const TInt KCRVideoPlayerExtraItem2IconPath = 0x20; |
|
59 const TInt KCRVideoPlayerExtraItem2Title = 0x21; |
|
60 const TInt KCRVideoPlayerExtraItem2Text = 0x22; |
|
61 const TInt KCRVideoPlayerExtraItem2Url = 0x23; |
|
62 const TInt KCRVideoPlayerExtraItem2Uid = 0x24; |
|
63 |
|
64 const TInt KCRVideoPlayerExtraItem3IconPath = 0x30; |
|
65 const TInt KCRVideoPlayerExtraItem3Title = 0x31; |
|
66 const TInt KCRVideoPlayerExtraItem3Text = 0x32; |
|
67 const TInt KCRVideoPlayerExtraItem3Url = 0x33; |
|
68 const TInt KCRVideoPlayerExtraItem3Uid = 0x34; |
|
69 |
|
70 #endif //VCXHGMYVIDEOSMAINVIEWCENREPKEYS_H |
|
71 |
|
72 // End of File |