videoplayerapp/mpxvideoplayer/inc/mpxvideoplayerconstants.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 13 Oct 2010 14:34:36 +0300
branchRCL_3
changeset 70 375929f879c2
parent 0 96612d01cf9f
permissions -rw-r--r--
Revision: 201039 Kit: 201041

/*
* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*
*/

// Version : %version: da1mmcf#9 %


#ifndef __MPXVIDEOPLAYERCONSTANTS_H__
#define __MPXVIDEOPLAYERCONSTANTS_H__

/**
* Constants for Media Player application
*/

_LIT8( KDATATYPEVIDEOHELIX, "video/videohelix" );

//
// UIDs of application views
//
const TUid KUidMpxVideoPlayerApplication = { 0x200159B2 };

const TUid KUidMyVideosViewType = { 0x2000B43C };

const TInt KUidMyVideosViewTypeId = 0x2000B43C;

const TInt KMpxVideoPlayerVodViewPluginTypeId = 0x20016B95;

const TUid KSettingsModelForROPUid = { 0x101F857D };

const TUid KVideoHelixPlaybackPluginUid = { 0x10282551 };

const TUid KVideoPlaybackViewUid = { 0x200159AD };

const TUid KVideoPdlPlaybackViewUid = { 0x2001E5A8 };


#endif // __MPXVIDEOPLAYERCONSTANTS_H__

// End of File