svgtopt/SVGTPlugin/resource/s60/101F86DF.rss
branchRCL_3
changeset 17 db5c883ad1c5
parent 14 9be6eed35a80
child 18 1902ade171ab
--- a/svgtopt/SVGTPlugin/resource/s60/101F86DF.rss	Tue May 11 17:02:26 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,61 +0,0 @@
-/*
-* Copyright (c) 2003 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:   Registry file for Ecom style SVGT Plugin.
-*
-*/
-
-
-
-
-
-#include "registryinfo.rh"
-
-//  RESOURCE DEFINITIONS 
-// -----------------------------------------------------------------------------
-//   
-// Registry info
-// The UIDs for the filters implemented in this DLL
-//
-// -----------------------------------------------------------------------------
-//
-
-RESOURCE REGISTRY_INFO theInfo
-	{
-	dll_uid = 0x101F86DF; // should match the name of the file. 
-	                      // 3-d Uid of associeted plugin dll (declared in the dll mmp file)
-	                      
-	interfaces=
-		{
-		INTERFACE_INFO
-			{
-			interface_uid =  0x101F8810; // identifies plugin type (used by ECom)
-			implementations = 
-				{
-				IMPLEMENTATION_INFO
-					{
-					implementation_uid = 0x101F8823;  // specify specific implementation (must
-					                                  // match an implementation entry in the dll
-					version_no = 1;
-					display_name = "npsvgtplugin.dll;SVGT Plugin";// file name; plugin's name
-					default_data = "image/svg+xml;svg,svgb,svgz,dcf;SVG Content";
-									// suppored mime types  
-									// mime Extensions
-									// and mime descriptions
-					opaque_data = "Scalable Vector Graphics Tiny Model Plugin"; // plugin's description
-					}
-				};
-			}
-		};
-	}
-