idlefw/plugins/mcsplugin/data/mcspluginres.rss
changeset 0 79c6a41cd166
child 8 d0529222e3f0
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2009 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 MCS plug-in settings
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <eikon.rh>
       
    20 #include <avkon.rsg>
       
    21 #include <avkon.rh>
       
    22 #include <appinfo.rh>
       
    23 #include <avkon.loc>
       
    24 
       
    25 #include <mcsplugin.loc>
       
    26 
       
    27 
       
    28 NAME MCPL
       
    29 
       
    30 RESOURCE RSS_SIGNATURE { }
       
    31 
       
    32 RESOURCE TBUF { buf="MCPL"; }
       
    33 
       
    34 //----------------------------------------------------
       
    35 // EIK_APP_INFO
       
    36 // Contains application information.
       
    37 //----------------------------------------------------
       
    38 //
       
    39 RESOURCE EIK_APP_INFO
       
    40 {
       
    41 }
       
    42 
       
    43 //----------------------------------------------------
       
    44 // R_MCS_DISABLE_OPEN_ITEM
       
    45 // Contains application information.
       
    46 //----------------------------------------------------
       
    47 //
       
    48 RESOURCE TBUF r_mcs_disable_open_item
       
    49 {
       
    50     buf = qtn_mcs_disable_open_item;
       
    51 }
       
    52 
       
    53 //----------------------------------------------------
       
    54 // R_MCS_DISABLE_OPEN_ITEM_DLG
       
    55 // Contains application information.
       
    56 //----------------------------------------------------
       
    57 //
       
    58 RESOURCE DIALOG r_mcs_disable_open_item_dlg
       
    59 {
       
    60     flags = EAknWarningNoteFlags | EEikDialogFlagWait;
       
    61     buttons = R_AVKON_SOFTKEYS_OK_EMPTY;
       
    62     items =
       
    63         {
       
    64         DLG_LINE
       
    65             {
       
    66             type = EAknCtNote;
       
    67             id = EGeneralNote;
       
    68             control = AVKON_NOTE
       
    69                 {
       
    70                 layout = EGeneralLayout;
       
    71                 animation = R_QGN_NOTE_INFO_ANIM;
       
    72                 };
       
    73             }
       
    74         };
       
    75 }
       
    76 
       
    77