inc/glxgallery.hrh
changeset 23 74c9f037fd5d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/inc/glxgallery.hrh	Fri Mar 19 09:28:59 2010 +0200
@@ -0,0 +1,51 @@
+/*
+* Copyright (c) 2008-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:   Photos ids
+*
+*/
+
+
+
+#ifndef __GLXGALLERY_HRH__
+#define __GLXGALLERY_HRH__
+
+/// Gallery application UID
+#define KGlxGalleryApplicationUid           0x200009EE             
+
+/**
+ * Activation commands
+ * Supply either via TApaTask::SendMessage if Gallery is running, or
+ * via CApaCommandLine::SetTailEndL, if Gallery not running
+ */
+
+/// Show album list view
+#define KGlxActivationCmdShowAlbumList      0x200071AB        // message id for album
+
+/// Show Camera album full screen, focus last modified item
+#define KGlxActivationCmdShowLastModified   0x200071A9        // message id for last modified
+
+/// Run slide show
+#define KGlxActivationCmdRunSlideshow       0x200071AA        // message id for slideshow
+
+//  show last item (latest captured) in Camera album tile view
+#define KGlxActivationCameraAlbum           0x2000A7B8        // message id  for cameraalbum @CR 403-2372, 403-2371 Active Space   
+
+//  show Gallery and opens Main view 
+#define KGlxActivationPhotosMenu            0x2000A7B9        // message id  for photos menu @CR 403-2372, 403-2371 Active Space  
+/// Slideshow-specific additional parameters
+#define KGlxSlideShowForward 1             
+#define KGlxSlideShowBackward 2
+
+#endif // __GLXGALLERY_HRH__
+