uiservicetab/vimpstdetailsviewplugin/data/vimpstdetailsviewplugin.rss
branchRCL_3
changeset 22 3104fc151679
parent 21 2b7283837edb
child 23 9a48e301e94b
equal deleted inserted replaced
21:2b7283837edb 22:3104fc151679
     1 /*
       
     2 * Copyright (c) 2008 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 definitions for this plugin.
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 #include <registryinfo.rh>
       
    20 #include "vimpstdetailsviewpluginuids.hrh"
       
    21 
       
    22 // ---------------------------------------------------------------------------
       
    23 // the Info
       
    24 //
       
    25 // ECom definitions for this plugin
       
    26 // ---------------------------------------------------------------------------
       
    27 //
       
    28 RESOURCE REGISTRY_INFO theInfo
       
    29 {
       
    30     // UID for the DLL. See mmp files
       
    31     dll_uid = KVIMPSTDetailsViewPluginDllUid;
       
    32 
       
    33     // Declare array of interface info
       
    34     interfaces =
       
    35     {
       
    36         INTERFACE_INFO
       
    37         {
       
    38             // UID of interface that is implemented            
       
    39             interface_uid = KCCAppViewFactoryInterfaceUID;
       
    40             implementations =
       
    41             {
       
    42                 IMPLEMENTATION_INFO
       
    43                 {
       
    44                     implementation_uid = KVIMPSTDetailsViewPluginImplmentationUid;
       
    45                     version_no = 1;
       
    46                     display_name = "CCA details view plugin";
       
    47                     default_data = "";                    
       
    48                     opaque_data = "TABP=55\tCNT";
       
    49 
       
    50                 }
       
    51             };
       
    52         }
       
    53     };
       
    54 }
       
    55 
       
    56 // End of File