videoplayerapp/videoplayerlauncher/data/videoplayerlauncher.rss
branchRCL_3
changeset 13 112a725ff2c2
parent 11 5294c000a26d
child 14 8970fbd719ec
equal deleted inserted replaced
11:5294c000a26d 13:112a725ff2c2
     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 video player launcher
       
    15 *
       
    16 */
       
    17 //  RESOURCE IDENTIFIER
       
    18 NAME VPLA    // 4 letter ID
       
    19 
       
    20 
       
    21 //  INCLUDES
       
    22 #include <eikon.rh>
       
    23 #include <avkon.rsg>
       
    24 #include <avkon.rh>
       
    25 #include <appinfo.rh>
       
    26 #include <data_caging_paths_strings.hrh>
       
    27 #include <videoplayerlauncher.loc>
       
    28 
       
    29 //  RESOURCE DEFINITIONS
       
    30 // -----------------------------------------------------------------------------
       
    31 //
       
    32 //    Define the resource file signature
       
    33 //    This resource should be empty.
       
    34 //
       
    35 // -----------------------------------------------------------------------------
       
    36 //
       
    37 RESOURCE RSS_SIGNATURE
       
    38     {
       
    39     }
       
    40 
       
    41 // ---------------------------------------------------------------------------- 
       
    42 //
       
    43 // r_videoplayerlauncher_localisable_app_info
       
    44 //
       
    45 // ---------------------------------------------------------------------------- 
       
    46 //
       
    47 RESOURCE LOCALISABLE_APP_INFO r_videoplayerlauncher_localisable_app_info
       
    48     {
       
    49     short_caption = qtn_videoplayerlauncher_short_caption;
       
    50     caption_and_icon = CAPTION_AND_ICON_INFO
       
    51         {
       
    52         caption = qtn_videoplayerlauncher_caption;
       
    53 
       
    54         number_of_icons = 1;
       
    55         icon_file = APP_BITMAP_DIR"\\mpxvideoplayer_aif.mif";
       
    56         };
       
    57     }