diff -r ce1c7ad1f18b -r bcb43dc84c44 photosgallery/viewframework/plugins/metadataviewplugin/data/200071af.rss --- a/photosgallery/viewframework/plugins/metadataviewplugin/data/200071af.rss Mon Mar 15 12:40:30 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,79 +0,0 @@ -/* -* 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 : Resource Definitions -* -*/ - - - -// INCLUDES -#include -#include -#include "glxmetadataviewplugin.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 - * - * 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 = 0x200071AF; - - interfaces = - { - INTERFACE_INFO - { - interface_uid = KMPXViewPluginInterfaceUid; - implementations = - { - IMPLEMENTATION_INFO - { - implementation_uid = KGlxMetadataViewImplementationId; - version_no = 1 ; - display_name = "Metadata view"; - default_data = ""; - opaque_data = "

0x2000A7C1

" - "0x200071B0" - "0x0002" - ""EMPXViewPluginPriorityLowest""; - } - }; - } - }; - } - -// End of File