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