diff -r dec420019252 -r cf5481c2bc0b videoplayerapp/videoplayerengine/inc/mpxvideoplayerconstants.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/videoplayerapp/videoplayerengine/inc/mpxvideoplayerconstants.h Fri Apr 16 14:59:52 2010 +0300 @@ -0,0 +1,53 @@ +/* +* 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