idlefw/plugins/shortcutplugin/src/aiscutsettings.rss
branchRCL_3
changeset 8 d0529222e3f0
parent 4 1a2a00e78665
child 11 bd874ee5e5e2
equal deleted inserted replaced
4:1a2a00e78665 8:d0529222e3f0
     1 /*
       
     2 * Copyright (c) 2005-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 plug-in resource file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <ecom/registryinfov2.rh>
       
    20 
       
    21 #include <platform/mw/aiscutuids.hrh>
       
    22 
       
    23 // ---------------------------------------------------------------------------
       
    24 // registry_info
       
    25 //
       
    26 // ---------------------------------------------------------------------------
       
    27 //
       
    28 RESOURCE REGISTRY_INFO registry_info
       
    29 {
       
    30     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    31 
       
    32     dll_uid = AI_UID_ECOM_DLL_SETTINGS_SCUTPLUGIN;
       
    33 
       
    34     // Interface info array.
       
    35     interfaces =
       
    36     {
       
    37         INTERFACE_INFO
       
    38         {
       
    39             // UID of the implemented interface.
       
    40             interface_uid = 0x10207236; 
       
    41 
       
    42             implementations =
       
    43             {
       
    44                 IMPLEMENTATION_INFO
       
    45                 {
       
    46                     implementation_uid  =  AI_UID_ECOM_IMPLEMENTATION_SETTINGS_SCUTPLUGIN;
       
    47                     version_no          =  1;
       
    48                     display_name        =  "Shortcuts";
       
    49                     default_data        =  "0x1020723B"; // Parent UID (PrslnPlugin)
       
    50                     opaque_data         =  "-1"; // Order number
       
    51                 }
       
    52             };
       
    53         }
       
    54     };
       
    55 }
       
    56 
       
    57 // End of File.