mpxplugins/viewplugins/views/commoncontainer/data/mpxcommoncontainer.rss
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     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:  Resource definitions for project mpxcommoncontainer
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // RESOURCE NAME IDENTIFIER
       
    21 NAME    MXCC // 4 letter ID
       
    22 
       
    23 // INCLUDES
       
    24 #include <avkon.rsg>
       
    25 #include <avkon.rh>
       
    26 #include <avkon.loc>
       
    27 #include <eikon.rh>
       
    28 #include <avkon.mbg>
       
    29 #include <bldvariant.hrh>
       
    30 
       
    31 #include <mpxcommoncontainer.loc>
       
    32 #include "mpxcommoncontainer.hrh"
       
    33 
       
    34 // RESOURCE IDENTIFIER
       
    35 RESOURCE RSS_SIGNATURE { }
       
    36 
       
    37 RESOURCE TBUF 
       
    38     {
       
    39     buf = "";
       
    40     }
       
    41 
       
    42 
       
    43 // RESOURCE DEFINITIONS 
       
    44 
       
    45 // -----------------------------------------------------------------------------
       
    46 //    
       
    47 //    r_mpx_common_container_lbx
       
    48 //    common container's listbox resource.
       
    49 //
       
    50 // -----------------------------------------------------------------------------
       
    51 //
       
    52 RESOURCE LISTBOX r_mpx_common_container_lbx
       
    53     {
       
    54     flags = EAknListBoxMarkableList;
       
    55     }
       
    56 
       
    57 
       
    58 // ---------------------------------------------------------------------------
       
    59 // r_mpx_commoncontainer_details_number_of_songs
       
    60 // Details text for multiple items
       
    61 // ---------------------------------------------------------------------------
       
    62 // 
       
    63 RESOURCE TBUF r_mpx_commoncontainer_details_number_of_songs
       
    64     {
       
    65     buf = qtn_vmp_detail_n_songs;
       
    66     }
       
    67 
       
    68 // ---------------------------------------------------------------------------
       
    69 // r_mpx_commoncontainer_details_one_song
       
    70 // Details text for single item
       
    71 // ---------------------------------------------------------------------------
       
    72 // 
       
    73 RESOURCE TBUF r_mpx_commoncontainer_details_one_song
       
    74     {
       
    75     buf = qtn_vmp_detail_1_song;
       
    76     }
       
    77 
       
    78 // ---------------------------------------------------------------------------
       
    79 // r_mpx_commoncontainer_details_one_album
       
    80 // Details text for single item
       
    81 // ---------------------------------------------------------------------------
       
    82 // 
       
    83 RESOURCE TBUF r_mpx_commoncontainer_details_one_album
       
    84     {
       
    85     buf = qtn_vmp_collection_detail_1_album;
       
    86     }
       
    87 
       
    88 // ---------------------------------------------------------------------------
       
    89 // r_mpx_commoncontainer_details_number_of_episodes
       
    90 // Details text for multiple items
       
    91 // ---------------------------------------------------------------------------
       
    92 // 
       
    93 RESOURCE TBUF r_mpx_commoncontainer_details_number_of_episodes
       
    94     {
       
    95     buf = qtn_vmp_num_episode;
       
    96     }
       
    97 
       
    98 // ---------------------------------------------------------------------------
       
    99 // r_mpx_commoncontainer_details_one_episode
       
   100 // Details text for single item
       
   101 // ---------------------------------------------------------------------------
       
   102 // 
       
   103 RESOURCE TBUF r_mpx_commoncontainer_details_one_episode
       
   104     {
       
   105     buf = qtn_vmp_one_episode;
       
   106     }
       
   107 
       
   108 // ---------------------------------------------------------------------------
       
   109 // r_mpx_commoncontainer_unknown
       
   110 // ---------------------------------------------------------------------------
       
   111 // 
       
   112 RESOURCE TBUF r_mpx_commoncontainer_unknown
       
   113     {
       
   114     buf = qtn_vmp_unknown;
       
   115     }
       
   116 
       
   117 // End of File