srsf/ttscontrollerplugin/src/101ff933.rss
branchRCL_3
changeset 23 e36f3802f733
parent 0 bf1d17376201
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/srsf/ttscontrollerplugin/src/101ff933.rss	Wed Sep 01 12:29:17 2010 +0100
@@ -0,0 +1,82 @@
+/*
+* Copyright (c) 2004 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:  ECOM registration information of TTS Controller Plugin.
+*
+*/
+
+
+//  INCLUDES
+#include <registryinfo.rh>
+#include <mmfplugininterfaceuids.hrh>
+#include "ttspluginimplementationuids.hrh"
+
+//  RESOURCE DEFINITIONS 
+// -----------------------------------------------------------------------------
+//   
+// theInfo
+// TTS Controller Plugin ECOM registration information.
+//
+// -----------------------------------------------------------------------------
+//
+
+RESOURCE REGISTRY_INFO theInfo
+    {
+    dll_uid = KTtsDllUidController;
+    interfaces = 
+        {
+        INTERFACE_INFO // Information for the controller plugin
+            {
+            // Basic controller interface
+            interface_uid = KMmfUidPluginInterfaceController;
+            implementations = 
+                {
+                IMPLEMENTATION_INFO
+                    {
+                    implementation_uid = KTtsImplementationUid;
+                    version_no = 1;
+                    display_name = "TTS Controller Plugin";
+                    default_data = "?";
+                    opaque_data = "<s>Nokia<i>0x101F5D07<p>0x101FF935<a>0x200000";
+                    // SUPPLIER = Nokia
+                    // MEDIA ID = ID for TTS text 0x101F5D07 ( = audio media type )
+                    // PLAY FORMATS = see KTtsInterfaceUidPlay 
+                    }
+                };
+            },
+        INTERFACE_INFO // TTS Play format
+            {
+            interface_uid = KTtsPlayInterfaceUid;
+            implementations =
+                {
+                IMPLEMENTATION_INFO
+                    {
+                    implementation_uid = KTtsPlayImplementationUid;
+                    version_no = 1;
+                    display_name = "TTS Controller Plugin play";
+                    default_data = "?";
+                    opaque_data = "<s>Nokia<i>0x101F5D07<e>.txt<h>(tts)<m>text/plain";
+                    // SUPPLIER = Nokia
+                    // MEDIA ID = ID for TTS text 0x101F5D07 ( = audio media type )
+                    // FILE EXTENSION = .txt
+                    // HEADER DATA = .tts
+                    // MIME TYPE = text/plain
+                    }
+                };
+            }
+        };
+    }
+
+// End of File
+
+