videoplayerapp/mpxvideoplayer/inc/mpxvideoplayerconstants.h
changeset 0 96612d01cf9f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/videoplayerapp/mpxvideoplayer/inc/mpxvideoplayerconstants.h	Mon Jan 18 20:21:12 2010 +0200
@@ -0,0 +1,52 @@
+/*
+* 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