imagehandlingutilities/thumbnailmanager/plugins/image/src/thumbnailimageprovider.rss
changeset 0 2014ca87e772
equal deleted inserted replaced
-1:000000000000 0:2014ca87e772
       
     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:  Image thumbnail provider plugin resource file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "registryinfov2.rh"
       
    20 #include "thumbnailmanageruids.hrh"
       
    21 
       
    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 // Normal plug-in parameters
       
    28 dll_uid = THUMBNAIL_IMAGE_PROVIDER_DLL_UID;
       
    29 interfaces =
       
    30     {
       
    31     INTERFACE_INFO
       
    32         {
       
    33         interface_uid = THUMBNAIL_PROVIDER_IF_UID;
       
    34         implementations =
       
    35             {
       
    36             IMPLEMENTATION_INFO
       
    37                 {
       
    38                 implementation_uid = THUMBNAIL_IMAGE_PROVIDER_IMP_UID;
       
    39                 version_no = 1;
       
    40                 display_name = "";
       
    41                 default_data = "";
       
    42                 opaque_data = "image/*";
       
    43                 rom_only = 0;
       
    44                 }
       
    45             };
       
    46         }
       
    47     };
       
    48 }
       
    49