photosgallery/collectionframework/thumbnailcreator/thumbnailcomposerplugin/200071D4.rss
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2000 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:    Resource definitions 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 /**
       
    22  * @internal reviewed 12/07/2007 by Simon Brooks
       
    23  */
       
    24 
       
    25 #include <RegistryInfo.rh>
       
    26 #include "glxthumbnailcomposerplugin.hrh"
       
    27 
       
    28 /**
       
    29  * @author David Holland
       
    30  */
       
    31 RESOURCE REGISTRY_INFO theInfo
       
    32 	{
       
    33 	// UID for the DLL
       
    34 	dll_uid = 0x200071D4;
       
    35 	// Declare array of interface info
       
    36 	interfaces = 
       
    37 		{
       
    38 		INTERFACE_INFO
       
    39 			{
       
    40 			// UID of interface that is implemented
       
    41 			interface_uid = 0x2000717E;
       
    42 			implementations = 
       
    43 				{
       
    44 				// Info for CGlxThumbnailComposerPlugin
       
    45 				IMPLEMENTATION_INFO
       
    46 					{
       
    47 					implementation_uid = KGlxThumbnailComposerImplementationId;
       
    48 					version_no = 1;
       
    49 					display_name = "Thumbnail Composer plugin";
       
    50 					default_data = "ThumbnailComposer";
       
    51                               		// We for now use just extension - now way to convert MIME-type to file extensio
       
    52 //                              		opaque_data = "jpg,3gp";
       
    53                               		opaque_data = "jpg";
       
    54 					}
       
    55 				};
       
    56 			}
       
    57 		};
       
    58 	}
       
    59