XDMSettingsUI/data/10207428.rss
changeset 0 c8caa15ef882
child 12 e6a66db4e9d0
equal deleted inserted replaced
-1:000000000000 0:c8caa15ef882
       
     1 /*
       
     2 * Copyright (c) 1020 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 plugin resource file for GS XDM plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <registryinfo.rh>
       
    21 
       
    22 RESOURCE REGISTRY_INFO theInfo
       
    23     {
       
    24     dll_uid     = 0x10207428; // Plugin dll UID
       
    25     interfaces  = 
       
    26         {
       
    27         INTERFACE_INFO
       
    28             {
       
    29             interface_uid   = 0x10207236; // UID for CGSPluginInterface
       
    30             implementations = 
       
    31                 {
       
    32                 IMPLEMENTATION_INFO
       
    33                     {
       
    34                     implementation_uid  = 0x10207429; // Plugin UID
       
    35                     version_no          = 1;
       
    36                     display_name        = "XDM Settings Plugin"; // Plugin debug name
       
    37                     
       
    38                     #ifdef RD_CONTROL_PANEL // for control panel change (5.0)
       
    39                         default_data        = "0x10283341"; // Parent UID adminstrative settings
       
    40                         opaque_data         = "50"; // Order number
       
    41                     #else // for normal 3.0 without control panel change
       
    42                         default_data        = "0x10207250"; // Parent UID connection settings
       
    43                         opaque_data         = "140"; // Order number
       
    44                     #endif //RD_CONTROL_PANEL
       
    45                     }
       
    46                 };
       
    47             }
       
    48         };
       
    49     }
       
    50