meetingrequest/mrcmailremoteattachmentplugin/data/mrcmailremoteattachmentplugin.rss
branchRCL_3
changeset 12 4ce476e64c59
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
       
     1 /*
       
     2 * Copyright (c) 2007-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:  ECom registration resource for example remote att plugin
       
    15 *
       
    16 */
       
    17 
       
    18 #include <ecom/registryinfov2.rh>
       
    19 #include "calremoteattachmentapidefs.h"
       
    20 
       
    21 // ---------------------------------------------------------------------------
       
    22 // r_registry
       
    23 // ECOM plugin registry info
       
    24 // ---------------------------------------------------------------------------
       
    25 //
       
    26 RESOURCE REGISTRY_INFO r_registry
       
    27     {
       
    28     // Resource format version 2 for ROM-only plugins
       
    29     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    30     dll_uid = KCalRemoteAttachmentAPICMailImpl;
       
    31     interfaces =
       
    32         {
       
    33         INTERFACE_INFO
       
    34             {
       
    35             interface_uid = KCalRemoteAttachmentAPIInterface;
       
    36             implementations =
       
    37                 {
       
    38                 IMPLEMENTATION_INFO
       
    39                     {
       
    40                     implementation_uid = KCalRemoteAttachmentAPICMailImpl;
       
    41                     version_no = 1;
       
    42                     display_name = "CMAIL Remote att plugin"; // codescanner::codereview
       
    43                     default_data = "cmail";
       
    44                     opaque_data = "";
       
    45                     rom_only = 0;
       
    46                     }
       
    47                 };
       
    48             }
       
    49         };
       
    50     }