usbuis/usbui/data/USBClassChangeUI.rss
branchRCL_3
changeset 23 25fce757be94
parent 22 5b2a402e96ac
child 24 e02eb84a14d2
equal deleted inserted replaced
22:5b2a402e96ac 23:25fce757be94
     1 /*
       
     2 * Copyright (c) 2005, 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:  USB UI application resources.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths_strings.hrh>
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 NAME    USBC // 4 letter ID
       
    23 
       
    24 //  INCLUDES
       
    25 #include <eikon.rh>
       
    26 #include <avkon.rsg>
       
    27 #include <avkon.rh>
       
    28 #include <avkon.mbg>
       
    29 #include <avkon.loc>
       
    30 #include <appinfo.rh>
       
    31 
       
    32 #include <usbclasschangeui.loc>
       
    33 
       
    34 //  RESOURCE DEFINITIONS 
       
    35 
       
    36 RESOURCE RSS_SIGNATURE { }
       
    37 
       
    38 // default file name for a document
       
    39 RESOURCE TBUF { buf = "USBCLASSCHANGEUI"; }
       
    40 
       
    41 RESOURCE EIK_APP_INFO
       
    42     {
       
    43     }
       
    44 
       
    45 RESOURCE LOCALISABLE_APP_INFO r_usbclasschangeui_localisable_app_info
       
    46     {
       
    47     short_caption = qtn_apps_usb_grid;
       
    48     caption_and_icon = 
       
    49     CAPTION_AND_ICON_INFO
       
    50         {
       
    51         caption = qtn_apps_usb_list;
       
    52         #ifdef __SCALABLE_ICONS
       
    53         number_of_icons = 1;
       
    54         icon_file = APP_BITMAP_DIR"\\usbclasschangeui_aif.mif";
       
    55         #else
       
    56         number_of_icons = 2; 
       
    57         icon_file = APP_BITMAP_DIR"\\usbclasschangeui_aif.mbm"; 
       
    58         #endif	
       
    59         };
       
    60     }
       
    61 // End of File