idlehomescreen/examples/carouselwidgetexample/publisher/data/carouselpluginres.rss
branchRCL_3
changeset 102 ba63c83f4716
parent 93 b01126ce0bec
child 103 966d119a7e67
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
     1 /*
       
     2 * Copyright (c) 2010 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 carousel 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 <carouselplugin.loc>
       
    26 
       
    27 
       
    28 NAME MCPL
       
    29 
       
    30 RESOURCE RSS_SIGNATURE { }
       
    31 
       
    32 RESOURCE TBUF { buf="CCPL"; }
       
    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 // Dialog text: Item cannot be run because of backup
       
    46 // state
       
    47 //----------------------------------------------------
       
    48 //
       
    49 RESOURCE TBUF r_mcs_disable_open_item
       
    50 {
       
    51     buf = qtn_mcs_disable_open_item;
       
    52 }
       
    53 
       
    54 //----------------------------------------------------
       
    55 // R_MCS_DISABLE_OPEN_ITEM_MISSING
       
    56 // Dialog text: Item cannot be opened because of it is
       
    57 // missing
       
    58 //----------------------------------------------------
       
    59 //
       
    60 RESOURCE TBUF r_mcs_disable_open_item_missing
       
    61 {
       
    62     buf = qtn_mcs_disable_open_item_missing;
       
    63 }
       
    64 
       
    65 
       
    66 //----------------------------------------------------
       
    67 // R_MCS_DISABLE_OPEN_ITEM_DLG
       
    68 // Contains application information.
       
    69 //----------------------------------------------------
       
    70 //
       
    71 RESOURCE DIALOG r_mcs_disable_open_item_dlg
       
    72 {
       
    73     flags = EAknWarningNoteFlags | EEikDialogFlagWait;
       
    74     buttons = R_AVKON_SOFTKEYS_OK_EMPTY;
       
    75     items =
       
    76         {
       
    77         DLG_LINE
       
    78             {
       
    79             type = EAknCtNote;
       
    80             id = EGeneralNote;
       
    81             control = AVKON_NOTE
       
    82                 {
       
    83                 layout = EGeneralLayout;
       
    84                 animation = R_QGN_NOTE_INFO_ANIM;
       
    85                 };
       
    86             }
       
    87         };
       
    88 }
       
    89 
       
    90