voipplugins/accountcreationplugin/data/2000bef1.rss
branchRCL_3
changeset 21 f742655b05bf
parent 20 65a3ef1d5bd0
child 22 d38647835c2e
equal deleted inserted replaced
20:65a3ef1d5bd0 21:f742655b05bf
     1 /*
       
     2 * Copyright (c) 2007-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:  Resource file for Account Creation Plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <AiwCommon.hrh>
       
    20 #include <ecom/registryinfov2.rh> 
       
    21 
       
    22 #include "accountcreationpluginuids.hrh"
       
    23 
       
    24 // RESOURCE DEFINITIONS 
       
    25 // -----------------------------------------------------------------------------
       
    26 //   
       
    27 // theInfo
       
    28 // REGISTRY_INFO for ECom and AIW ServiceHandler
       
    29 //
       
    30 // -----------------------------------------------------------------------------
       
    31 //
       
    32 RESOURCE REGISTRY_INFO theInfo
       
    33     {
       
    34     resource_format_version = RESOURCE_FORMAT_VERSION_2; 
       
    35     dll_uid = KAccountCreationPluginDllUid;
       
    36     interfaces = 
       
    37         {
       
    38         INTERFACE_INFO
       
    39             {
       
    40             interface_uid = KAiwClassBase;
       
    41             implementations = 
       
    42                 {
       
    43                 IMPLEMENTATION_INFO
       
    44                     {
       
    45                     implementation_uid = KAccountCreationPluginImplUid;
       
    46                     version_no = 1;
       
    47                     display_name = r_acp_provider_list_title;
       
    48                     default_data = "*";
       
    49                     opaque_data = KAiwCmdCSCUiExtensionPluginsStr;
       
    50                     }             
       
    51                 };
       
    52             }
       
    53         };
       
    54     }
       
    55 
       
    56 // End of file