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