videoplayerapp/videoplayerengine/inc/mpxvideoplayerconstants.h
author hgs
Fri, 06 Aug 2010 09:43:48 +0300
changeset 50 21fe8338c6bf
parent 42 17f382c040b1
permissions -rw-r--r--
201031

/*
* Copyright (c) 2009 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:  Define UID for each view
 *
*/

// Version : %version:  2 %



#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