svgtopt/SVGTPlugin/resource/s60/101F86DF.rss
branchRCL_3
changeset 39 1902ade171ab
parent 0 d46562c3d99d
equal deleted inserted replaced
38:db5c883ad1c5 39:1902ade171ab
       
     1 /*
       
     2 * Copyright (c) 2003 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Registry file for Ecom style SVGT Plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include "registryinfo.rh"
       
    23 
       
    24 //  RESOURCE DEFINITIONS 
       
    25 // -----------------------------------------------------------------------------
       
    26 //   
       
    27 // Registry info
       
    28 // The UIDs for the filters implemented in this DLL
       
    29 //
       
    30 // -----------------------------------------------------------------------------
       
    31 //
       
    32 
       
    33 RESOURCE REGISTRY_INFO theInfo
       
    34 	{
       
    35 	dll_uid = 0x101F86DF; // should match the name of the file. 
       
    36 	                      // 3-d Uid of associeted plugin dll (declared in the dll mmp file)
       
    37 	                      
       
    38 	interfaces=
       
    39 		{
       
    40 		INTERFACE_INFO
       
    41 			{
       
    42 			interface_uid =  0x101F8810; // identifies plugin type (used by ECom)
       
    43 			implementations = 
       
    44 				{
       
    45 				IMPLEMENTATION_INFO
       
    46 					{
       
    47 					implementation_uid = 0x101F8823;  // specify specific implementation (must
       
    48 					                                  // match an implementation entry in the dll
       
    49 					version_no = 1;
       
    50 					display_name = "npsvgtplugin.dll;SVGT Plugin";// file name; plugin's name
       
    51 					default_data = "image/svg+xml;svg,svgb,svgz,dcf;SVG Content";
       
    52 									// suppored mime types  
       
    53 									// mime Extensions
       
    54 									// and mime descriptions
       
    55 					opaque_data = "Scalable Vector Graphics Tiny Model Plugin"; // plugin's description
       
    56 					}
       
    57 				};
       
    58 			}
       
    59 		};
       
    60 	}
       
    61