omads/omadsappui/OmaDsAppUiPlugin/data/102833A1.rss
branchRCL_3
changeset 52 4f0867e42d62
parent 0 dab8a81a92de
equal deleted inserted replaced
51:8e7494275d3a 52:4f0867e42d62
       
     1 /*
       
     2 * Copyright (c) 1028 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:  This rss file which contains the 
       
    15 				 interface implementation information.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <ecom/registryinfo.rh>
       
    21 
       
    22 RESOURCE REGISTRY_INFO theInfo
       
    23 {
       
    24 dll_uid = 0x102833A1;   //DSGS Plugin dll UID3 (security UID)  
       
    25 interfaces = 
       
    26     {
       
    27     INTERFACE_INFO
       
    28         {
       
    29         interface_uid               = 0x10207236;  // CGSPluginInterface UID   
       
    30         implementations = 
       
    31             {
       
    32             IMPLEMENTATION_INFO
       
    33                 {
       
    34                 implementation_uid  = 0x102833A2; // DSGS Plugin implementation UID for CGSPluginInterface
       
    35                 version_no          = 1;
       
    36                 display_name        = "Data syncronization plugin";
       
    37                 default_data        = "0x10283319"; // Parent UID (DSGS is under "Connection UI")
       
    38                 opaque_data         = "10";         // Order number 
       
    39                 }
       
    40             };
       
    41         }
       
    42     };
       
    43 }