phonebookui/Phonebook2/ccapplication/ccamycardplugin/data/ccappmycardplugin.rss
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     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:  ECom definitions for this plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <ecom/registryinfo.rh>
       
    20 #include "ccappmycardpluginuids.hrh"
       
    21 
       
    22 // ---------------------------------------------------------------------------
       
    23 // theInfo
       
    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 = KCCAMyCardPluginDllUid;
       
    32     // Declare array of interface info
       
    33     interfaces = 
       
    34         {
       
    35         INTERFACE_INFO
       
    36             {
       
    37             // UID of interface that is implemented
       
    38             interface_uid = 0x20022FD0; //KCCAppViewPluginBaseInterfaceUID;
       
    39 
       
    40             implementations = 
       
    41                 {
       
    42                 IMPLEMENTATION_INFO
       
    43                     {
       
    44                     implementation_uid = KCCAMyCardPluginImplmentationUid;
       
    45                     version_no = 1;
       
    46                     display_name = "CCA MyCard view plugin";
       
    47                     default_data = "application/x-mycard";
       
    48                     opaque_data = "TABP=50\tMCD";
       
    49                     }
       
    50                 };
       
    51             }
       
    52         };
       
    53     }