diff -r 8e5f6eea9c9f -r 5b3385a43d68 photosgallery/viewframework/plugins/fullscreenviewplugin/data/2000A7C3.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/photosgallery/viewframework/plugins/fullscreenviewplugin/data/2000A7C3.rss Wed Sep 01 12:33:26 2010 +0100 @@ -0,0 +1,173 @@ +/* +* Copyright (c) 2000 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: Resource definitions +* +*/ + + + + + +// INCLUDES +#include +#include +#include "glxfullscreenviewplugin.hrh" + +// RESOURCE DEFINITIONS + +/** + * The opaque_data syntax is made up of three parts: + * a list of Uids for resolving the view plugin, feature flags, priority. + * + *

uid1;uid2;uid3

+ * uid*: uid of the supported Playback/Collection plugin. + * E.g. if the view plugin supports Local Playback plugin, the list of + * uids will be: 0x101FFC06 + * Now the Opaque data can contain a Depth (Path Level) UID. + * This is to differentiate between the Album Plugin requires a List View (Depth 2 - list of Albums) + * and it requiring a FullScreen View (Depth 3 Contents of an album). + * However the Plugin ID must score higher than the depth. So now we must add the plugin Id 4 Times + * The value of the depths are KGlxDepthTwo - ,KGlxDepthThree - 0x2000A776 and KGlxDepthFour - 0x200104DB + * I could not seem to use a #define in between the

<\p> tags so the values had to be used + * + * uid + * uid: plugin type uid. + * E.g. if the view plugin supports playback type, uid will be: 0x101FFCA0 + * + * flags [optional] + * flags: sum of the required feature flags that listed in mpxviewplugin.hrh. + * E.g. if the view plugin needs to be pre-loaded and it's user-selectable, + * then flags = KMPXVpFeaturePreLoaded + KMPXVpFeatureUserSelectable = 0x0003. + * + * priority [optional] + * priority: a value of type TMPXViewPluginPriorities. This value determines + * which view plugin will be resolved when several plugins can support the + * same set of Uids. + * Default value of this field is EMPXViewPluginPriorityNormal. + * + */ +RESOURCE REGISTRY_INFO theInfo + { + dll_uid = 0x2000A7C3; + + interfaces = + { + INTERFACE_INFO + { + interface_uid = KMPXViewPluginInterfaceUid; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = KGlxMainFullScreenViewImplementationId; + version_no = 1; + display_name = "Main fullscreen view"; + default_data = ""; + opaque_data = "

0x200104DD;0x2000A775;0x2000A7C1;0x2000A7C1;0x2000A7C1;0x2000A7C1

" + "0x2000D24B" + "0x0002" + ""EMPXViewPluginPriorityLowest""; + } + }; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = KGlxAlbumFullScreenViewImplementationId; + version_no = 1; + display_name = "Album fullscreen view"; + default_data = ""; + opaque_data = "

0x200104DD;0x2000A776;0x20007197;0x20007197;0x20007197;0x20007197;

" + "0x2000D24C" + "0x0002" + ""EMPXViewPluginPriorityLowest""; + } + }; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = KGlxDownloadsFullScreenViewImplementationId; + version_no = 1; + display_name = "Downloads fullscreen view"; + default_data = ""; + opaque_data = "

0x200104DD;0x2000A775;0x2000a76b;0x2000a76b;0x2000a76b;0x2000a76b

" + "0x2000D24E" + "0x0002" + ""EMPXViewPluginPriorityLowest""; + } + }; + + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = KGlxCameraAlbumFullScreenViewImplementationId; + version_no = 1; + display_name = "Camera Albums fullscreen view"; + default_data = ""; + opaque_data = "

0x200104DD;0x2000A775;2000A767;0x2000A767;0x2000A767;0x2000A767

" + "0x2000D24D" + "0x0002" + ""EMPXViewPluginPriorityLowest""; + } + }; + + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = KGlxMonthsFullScreenViewImplementationId; + version_no = 1; + display_name = "Months fullscreen view"; + default_data = ""; + opaque_data = "

0x200104DD;0x2000A775;0x2000A769;0x2000A769;0x2000A769;0x2000A769

" + "0x2000D249" + "0x0002" + ""EMPXViewPluginPriorityLowest""; + } + }; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = KGlxTagFullScreenViewPluginImplementationUid; + version_no = 1; + display_name = "Tag fullscreen view"; + default_data = ""; + opaque_data = "

0x200104DD;0x2000A776;0x200071AE;0x200071AE;0x200071AE;0x200071AE

" + "0x2000D24A" + "0x0002" + ""EMPXViewPluginPriorityLowest""; + } + }; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = KGlxImageViewerFullScreenViewImplementationId; + version_no = 1; + display_name = "Image Viewer fullscreen view"; + default_data = ""; + opaque_data = "

0x200104DD;0x2000A775;0x200104E6;0x200104E6;0x200104E6;0x200104E6

" + "0x2000D24F" + "0x0002" + ""EMPXViewPluginPriorityLowest""; + } + }; + } + }; + } + +// End of File