commsconfig/cscengine/data/cscengine.rss
changeset 0 a4daefaec16c
equal deleted inserted replaced
-1:000000000000 0:a4daefaec16c
       
     1 /*
       
     2 * Copyright (c) 2007-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 CSC
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME SCEN
       
    20 
       
    21 #include <eikon.rh>
       
    22 #include <avkon.rh>
       
    23 #include <avkon.rsg>
       
    24 #include <AiwCommon.rh>
       
    25 #include <AiwCommon.hrh>
       
    26 
       
    27 
       
    28 // -----------------------------------------------------------------------------
       
    29 //
       
    30 // Define the resource file signature 
       
    31 // This resource should be empty
       
    32 //
       
    33 // -----------------------------------------------------------------------------
       
    34 //
       
    35 RESOURCE RSS_SIGNATURE
       
    36     {
       
    37     }
       
    38 
       
    39 
       
    40 // -----------------------------------------------------------------------------
       
    41 //   
       
    42 // r_csceng_interest_service_plugin
       
    43 // Define items of the interest and given them to the ServiceHandler
       
    44 //
       
    45 // -----------------------------------------------------------------------------
       
    46 //
       
    47 RESOURCE AIW_INTEREST r_csceng_interest_service_plugin
       
    48     {
       
    49     items=
       
    50         {
       
    51         AIW_CRITERIA_ITEM 
       
    52             {
       
    53             //define these in ServiceHandler's AiwCommon.hrh
       
    54             //and re-compile it.
       
    55             id = KAiwCmdCSCServicePlugins;
       
    56             serviceCmd = KAiwCmdCSCServicePlugins;
       
    57             contentType = "*";
       
    58             serviceClass = KAiwClassBase;
       
    59             maxProviders = 5;
       
    60             }
       
    61         };
       
    62     }
       
    63 
       
    64 
       
    65 // -----------------------------------------------------------------------------
       
    66 //   
       
    67 // r_csceng_interest_ui_ext_plugin
       
    68 // Define items of the interest and given them to the ServiceHandler
       
    69 //
       
    70 // -----------------------------------------------------------------------------
       
    71 //
       
    72 RESOURCE AIW_INTEREST r_csceng_interest_ui_ext_plugin
       
    73     {
       
    74     items=
       
    75         {
       
    76         AIW_CRITERIA_ITEM 
       
    77             {
       
    78             //define these in ServiceHandler's AiwCommon.hrh
       
    79             //and re-compile it.
       
    80             id = KAiwCmdCSCUiExtensionPlugins;
       
    81             serviceCmd = KAiwCmdCSCUiExtensionPlugins;
       
    82             contentType = "*";
       
    83             serviceClass = KAiwClassBase;
       
    84             maxProviders = 5;
       
    85             }
       
    86         };
       
    87     }
       
    88 
       
    89