mpx/tsrc/public/basic/common/testplugins/testcollectionplugin/data/e0000101.rss
changeset 64 92dbd2a406d9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mpx/tsrc/public/basic/common/testplugins/testcollectionplugin/data/e0000101.rss	Mon Oct 04 00:50:27 2010 +0300
@@ -0,0 +1,71 @@
+/*
+* Copyright (c) 2002 - 2007 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 file
+*
+*/
+
+#include <Ecom/RegistryInfo.rh>
+#include <mpxcollectionplugin.hrh>
+#include "testcommonpluginuids.h"
+#include "testcollectionplugintype.h"
+
+/**
+ * The opaque_data syntax is made up of three parts: 
+ * a list of Uids for resolving the view plugin, feature flags, priority.
+ * 
+ * <p>uid1;uid2;uid3</p>
+ *  uid*: Supported plugin types.
+ *  E.g. if podcast plugin may support music plugin as well, KMPXColPluginMusic
+ *
+ * <t>uid</t>
+ *  uid: plugin type uid.
+ *  E.g. for music plugin will be: 0x101FFCDA
+ *
+ * <f>flags</f> [optional]
+ *  flags: sum of the required feature flags, not used now
+ *
+ * <i>priority</i> [optional]
+ *  priority: a value of type TMPXCollectionPluginPriorities. This value determines
+ *  the returning order when several plugins can support the same set of Uids. 
+ *  Default value of this field is EMPXCollectionPluginPriorityal.
+ */
+
+RESOURCE REGISTRY_INFO theInfo
+    {
+    dll_uid = KCollectionTestPlugin;
+
+    interfaces = 
+        {
+        INTERFACE_INFO
+            {
+            interface_uid = KMPXCollectionPluginInterfaceUid;
+            implementations = 
+                {
+                IMPLEMENTATION_INFO
+                    {
+                    implementation_uid = KCollectionTestPluginImpId;
+                    version_no = 1;
+                    display_name = "TestCollectionPlugin";
+                    default_data = "";
+                    opaque_data = "<s>*<e>.ts;.tp"
+                                  "<t>"ECollectionPluginTypeTest"</t>"
+                                  "<p>"EMPXCollectionPluginTemporary"</p>"
+                                  "<i>"EMPXCollectionPluginPriorityLow"</i>";
+                    }
+                };
+            }
+        };
+    }
+
+// End of file