42
|
1 |
/*
|
|
2 |
* Copyright (c) 2009 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: Define UID for each view
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
// Version : %version: 2 %
|
|
19 |
|
|
20 |
|
|
21 |
|
|
22 |
#ifndef __MPXVIDEOPLAYERCONSTANTS_H__
|
|
23 |
#define __MPXVIDEOPLAYERCONSTANTS_H__
|
|
24 |
|
|
25 |
/**
|
|
26 |
* Constants for Media Player application
|
|
27 |
*/
|
|
28 |
|
|
29 |
_LIT8( KDATATYPEVIDEOHELIX, "video/videohelix" );
|
|
30 |
|
|
31 |
//
|
|
32 |
// UIDs of application views
|
|
33 |
//
|
|
34 |
const TUid KUidMpxVideoPlayerApplication = { 0x200159B2 };
|
|
35 |
|
|
36 |
const TUid KUidMyVideosViewType = { 0x2000B43C };
|
|
37 |
|
|
38 |
const TInt KUidMyVideosViewTypeId = 0x2000B43C;
|
|
39 |
|
|
40 |
const TInt KMpxVideoPlayerVodViewPluginTypeId = 0x20016B95;
|
|
41 |
|
|
42 |
const TUid KSettingsModelForROPUid = { 0x101F857D };
|
|
43 |
|
|
44 |
const TUid KVideoHelixPlaybackPluginUid = { 0x10282551 };
|
|
45 |
|
|
46 |
const TUid KVideoPlaybackViewUid = { 0x200159AD };
|
|
47 |
|
|
48 |
const TUid KVideoPdlPlaybackViewUid = { 0x2001E5A8 };
|
|
49 |
|
|
50 |
|
|
51 |
#endif // __MPXVIDEOPLAYERCONSTANTS_H__
|
|
52 |
|
|
53 |
// End of File
|