emailservices/emailstore/message_store/MsgStoreRfsPlugin/data/RfsMsgStorePlugin.rss
changeset 0 8466d47a6819
child 4 e7aa27f58ae1
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     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:  RRFS (Restore Factory Settings) Plugin resource file
       
    15 *
       
    16 */
       
    17 
       
    18 NAME EAXP
       
    19 
       
    20 #include <registryinfo.rh>
       
    21 #include "EmailStoreUids.hrh"
       
    22 
       
    23 RESOURCE REGISTRY_INFO theInfo
       
    24     {
       
    25     // UID for the DLL 
       
    26     dll_uid = KRfsMsgStorePluginDllUid;
       
    27     // Declare array of interface info
       
    28     interfaces = 
       
    29         {
       
    30         INTERFACE_INFO
       
    31             {
       
    32             // UID of interface that is implemented
       
    33             interface_uid = 0x102073BB;            
       
    34             implementations = 
       
    35                 {
       
    36                 // Info for RFSPlugin
       
    37                 IMPLEMENTATION_INFO
       
    38                     {
       
    39                     implementation_uid = KRfsMsgStorePluginImpUid;
       
    40                     version_no         = KRfsMsgStoreVersionNumber;
       
    41                     display_name       = "RFS Message Store Plugin";
       
    42                     default_data       = "NDI"; // N = Normal RFS, D = Deep RFS, I = Init RFS (FirstBoot RFS)
       
    43                     opaque_data        = "";
       
    44                     }
       
    45                 };
       
    46             }
       
    47         };
       
    48     }