messagingappbase/mcesettings/mcesettingsgsplugin/data/10282EE0.rss
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2006 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 Messaging plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <registryinfo.rh>
       
    20 
       
    21 /**
       
    22 * How to use the resource definition:
       
    23 *
       
    24 * IMPLEMENTATION_INFO
       
    25 * {
       
    26 * implementation_uid  = <Your implementation UID here>;
       
    27 * version_no          = 1;
       
    28 * display_name        = "<Your plugin name here (just for debugging)>";
       
    29 * default_data        = "<One of the below UIDs your plugin will be part of>";
       
    30 * opaque_data         = "<Position of your plugin in the parent listbox>";
       
    31 * }
       
    32 *
       
    33 * For example plugins wishing to use Apps Plugin as a parent use
       
    34 * KGSAppsPluginUid (defined in GSFWViewUIDs.h):
       
    35 *
       
    36 *    default_data = "0x10207239";
       
    37 *
       
    38 * Note that position of the plugin is supported only for internally provided
       
    39 * plugins. Others, such as 3rd party plugins, are sorted according to their
       
    40 * name and plugin provider category.
       
    41 *
       
    42 * Plugin position must follow the postition defined in UI specification.
       
    43 * Position starts from 0. Use -1 if position is not to be used in sorting.
       
    44 *
       
    45 */
       
    46 RESOURCE REGISTRY_INFO theInfo
       
    47   {
       
    48   dll_uid     = 0x10282EE0; // Plugin dll UID
       
    49   interfaces  =
       
    50     {
       
    51     INTERFACE_INFO
       
    52       {
       
    53       interface_uid   = 0x10207236; // UID for CGSPluginInterface - do not change.
       
    54       implementations =
       
    55         {
       
    56         IMPLEMENTATION_INFO
       
    57           {
       
    58           implementation_uid  = 0x10282EE0; // Plugin UID
       
    59           version_no          = 1;
       
    60           display_name        = "Messaging settings"; // Plugin debug name
       
    61           default_data        = "0x10207239"; // Parent UID
       
    62           opaque_data         = "2"; // Order number
       
    63           }
       
    64         };
       
    65       }
       
    66     };
       
    67   }
       
    68