videoplayerapp/mpxvideoplayer/data/mpxvideoplayer.rss
changeset 0 96612d01cf9f
child 13 112a725ff2c2
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2008 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: MPX Video Player Resource file
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: 8 %
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    FUSN // 4 letter ID
       
    22 
       
    23 //  INCLUDES
       
    24 #include <mpxvideoplayer.loc>
       
    25 
       
    26 #include <eikon.rh>
       
    27 #include <eikon.hrh>
       
    28 #include <avkon.hrh> 
       
    29 #include <avkon.rsg>
       
    30 #include <avkon.rh>
       
    31 #include <avkon.mbg>
       
    32 #include <aknmemorycardui.mbg>
       
    33 #include <avkon.loc>
       
    34 #include <appinfo.rh>
       
    35 #include <data_caging_paths_strings.hrh>
       
    36 #include <CommonDialogs.rh>
       
    37 #include <pathconfiguration.hrh>
       
    38 
       
    39 
       
    40 //  RESOURCE DEFINITIONS 
       
    41 
       
    42 // -----------------------------------------------------------------------------
       
    43 // Resource file signature
       
    44 // -----------------------------------------------------------------------------
       
    45 //
       
    46 RESOURCE RSS_SIGNATURE 
       
    47     { 
       
    48     }
       
    49 
       
    50 // -----------------------------------------------------------------------------
       
    51 //   
       
    52 // Default document name
       
    53 //
       
    54 // -----------------------------------------------------------------------------
       
    55 //
       
    56 RESOURCE TBUF 
       
    57     { 
       
    58     buf = ""; 
       
    59     }
       
    60 
       
    61 // -----------------------------------------------------------------------------
       
    62 //   
       
    63 // Application info
       
    64 // Defines default menu and CBA key.
       
    65 //
       
    66 // -----------------------------------------------------------------------------
       
    67 //
       
    68 RESOURCE EIK_APP_INFO
       
    69     {
       
    70     }
       
    71 
       
    72 // -----------------------------------------------------------------------------
       
    73 //
       
    74 // r_mpxvideoplayer_localisable_app_info
       
    75 // Localisable application info resource definition
       
    76 //
       
    77 // -----------------------------------------------------------------------------
       
    78 //
       
    79 RESOURCE LOCALISABLE_APP_INFO r_mpxvideoplayer_localisable_app_info
       
    80     {
       
    81     short_caption = qtn_mpxvideoplayer_short_caption;
       
    82     caption_and_icon = 
       
    83     CAPTION_AND_ICON_INFO
       
    84         {
       
    85         caption = qtn_mpxvideoplayer_caption;
       
    86         number_of_icons = 1;
       
    87         icon_file = APP_BITMAP_DIR"\\mpxvideoplayer_aif.mif";
       
    88         };
       
    89     }
       
    90 
       
    91 // -----------------------------------------------------------------------------
       
    92 //   
       
    93 // r_mpxvideoplayer_title
       
    94 // Default title text 
       
    95 //
       
    96 // -----------------------------------------------------------------------------
       
    97 //
       
    98 RESOURCE TBUF r_mpxvideoplayer_title
       
    99     { 
       
   100     buf = qtn_mpxvideoplayer_title;
       
   101     }