mpxplugins/serviceplugins/playbackplugins/localaudio/data/101ffc04.rss
changeset 0 ff3acec5bc43
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mpxplugins/serviceplugins/playbackplugins/localaudio/data/101ffc04.rss	Thu Dec 17 08:45:05 2009 +0200
@@ -0,0 +1,73 @@
+/*
+* 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:  Resource file.
+*
+*/
+
+
+#include <ecom/registryinfo.rh>
+
+#include <mpxplaybackplugin.hrh>
+
+/**
+ * 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 EMPXCollectionPluginPriorityNormal.
+ */
+
+RESOURCE REGISTRY_INFO theInfo
+    {
+    dll_uid = 0x101FFC04;
+
+    interfaces = 
+        {
+        INTERFACE_INFO
+            {
+            interface_uid = KMPXPlaybackPluginInterfaceUid;
+            implementations = 
+                {
+                IMPLEMENTATION_INFO
+                    {
+                    implementation_uid = 0x101FFC06;
+                    version_no = 1;
+                    display_name = "Local";
+                    default_data = "audio/mp3;audio/3gp;audio/3gpp2;audio/x-ms-wma;x-caf-audio/x-ms-wma;audio/mpeg;"
+                                   "audio/aac;audio/x-mp3;audio/mp4;audio/wav;audio/x-wav;audio/x-au;audio/au";
+                    opaque_data = "<s><e>.mp3;.aac;.3gp;.3gpp;.3g2;.3gpp2;.mp4;.wav;.wma;.asf;.odf;.dcf;.m4a"
+                                  "<t>"EPbLocal"</t>"
+                                  "<i>"EMPXPlaybackPluginPriorityHighest"</i>";
+                    }
+                };
+            }
+        };
+    }
+            
+
+
+