harvester/composerplugins/imagecomposer/data/20007180.rss
changeset 0 c53acadfccc6
equal deleted inserted replaced
-1:000000000000 0:c53acadfccc6
       
     1 /*
       
     2 * Copyright (c) 2009 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:
       
    15 *
       
    16 */
       
    17 // 1CA037F6.RSS
       
    18 
       
    19 #include "registryinfov2.rh"
       
    20 
       
    21 // Declares info for one test implementation
       
    22 RESOURCE REGISTRY_INFO theInfo
       
    23 	{
       
    24   // resource_format_version must always be set as follows
       
    25   resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    26 	
       
    27 	// UID for the DLL
       
    28 	dll_uid = 0x20007180;
       
    29 	// Declare array of interface info
       
    30 	interfaces = 
       
    31 		{
       
    32 		INTERFACE_INFO
       
    33 			{
       
    34 			// UID of interface that is implemented
       
    35 			interface_uid = 0x2000717E;
       
    36 			implementations = 
       
    37 				{
       
    38 				// Info for CComposerImagePlugin
       
    39 				IMPLEMENTATION_INFO
       
    40 					{
       
    41 					implementation_uid = 0x20007185;
       
    42 					version_no = 1;
       
    43 					display_name = "Composer image plugin";
       
    44 					default_data = "ComposerImage";
       
    45                               		// We for now use just extension - now way to convert MIME-type to file extensio
       
    46                               		opaque_data = "jpg";
       
    47           rom_only = 0;
       
    48 					}
       
    49 				};
       
    50 			}
       
    51 		};
       
    52 	}
       
    53