homescreensrv_plat/sapi_backstepping/data/bsservice.rss
branchv5backport
changeset 16 66e84aa0ed46
parent 12 2f40063dfb5c
child 17 c9bafd575d88
equal deleted inserted replaced
12:2f40063dfb5c 16:66e84aa0ed46
     1 /*
       
     2 * Copyright (c) 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 definitions for project Back Stepping Service
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <ecom/registryinfov2.rh>
       
    20 #include <liwcommon.hrh>
       
    21 
       
    22 // ---------------------------------------------------------------------------
       
    23 // theInfo
       
    24 // ECOM plug-in registration info
       
    25 // ---------------------------------------------------------------------------
       
    26 //
       
    27 RESOURCE REGISTRY_INFO theInfo
       
    28     {
       
    29     resource_format_version = RESOURCE_FORMAT_VERSION_2;    
       
    30     dll_uid = 0x2000F83F;
       
    31     interfaces = 
       
    32         {
       
    33         INTERFACE_INFO
       
    34             {
       
    35             // Base service class
       
    36             interface_uid = KLiwClassBase;
       
    37             implementations = 
       
    38                 {
       
    39                 IMPLEMENTATION_INFO
       
    40                     {
       
    41                     implementation_uid = 0x2000F840;
       
    42                     version_no = 1;
       
    43                     display_name = "Back Stepping Service Provider";
       
    44                     default_data = "Service.BackStepping";
       
    45                     opaque_data = "IBackStepping";
       
    46                     }
       
    47                 };
       
    48             }
       
    49         };
       
    50     }