phoneuis/easydialing/data/200212A0.rss
branchRCL_3
changeset 9 8871b09be73b
equal deleted inserted replaced
4:c84cf270c54f 9:8871b09be73b
       
     1 /*
       
     2 * Copyright (c) 2010 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:  Easy dialing ECom registry info.
       
    15 *
       
    16 */
       
    17 
       
    18 //  INCLUDES
       
    19 
       
    20 #include <registryinfov2.rh>
       
    21 #include "ExtrStandbyScrConst.h"
       
    22 #include "easydialingconstants.hrh"
       
    23 
       
    24 RESOURCE REGISTRY_INFO theInfo
       
    25     {
       
    26     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    27 
       
    28     dll_uid = EASYDIALING_PLUGIN_DLL_UID;
       
    29 
       
    30     interfaces = 
       
    31         {
       
    32         INTERFACE_INFO
       
    33             {
       
    34             interface_uid = EASYDIALING_PLUGIN_IF_UID;
       
    35             implementations = 
       
    36                 {
       
    37                 IMPLEMENTATION_INFO
       
    38                     {
       
    39                     implementation_uid = EASYDIALING_PLUGIN_ECOM_IMPL_UID;
       
    40                     version_no         = 1;
       
    41                     display_name       = "Easy dialing";
       
    42                     default_data       = "";
       
    43                     opaque_data        = "";
       
    44                     rom_only           = 0;
       
    45                     }
       
    46                 };
       
    47             }
       
    48         };
       
    49     }
       
    50 
       
    51 // End of File