usbclasses/usbphoneasmodem/classcontroller/data/usbmscfileresource.rss
branchRCL_3
changeset 10 f6533aee8b2b
parent 9 1a297fa72b1e
child 16 d895b6d953c9
equal deleted inserted replaced
9:1a297fa72b1e 10:f6533aee8b2b
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // 
       
    15 // 
       
    16 
       
    17 //  RESOURCE IDENTIFIER
       
    18 NAME    UMSC
       
    19 
       
    20 #include <eikon.rh>
       
    21 #include "usbmscfileclasscontroller.rh"
       
    22 
       
    23 //  CONSTANTS
       
    24 
       
    25 //  MACROS  
       
    26 
       
    27 //  RESOURCE DEFINITIONS 
       
    28 
       
    29 //-----------------------------------------------------------------------------
       
    30 //   
       
    31 //    -
       
    32 //    Resource signature
       
    33 //
       
    34 //-----------------------------------------------------------------------------
       
    35 //
       
    36 RESOURCE RSS_SIGNATURE {}
       
    37 
       
    38 //-----------------------------------------------------------------------------
       
    39 //   
       
    40 //    -
       
    41 //    Resource filename
       
    42 //
       
    43 //-----------------------------------------------------------------------------
       
    44 //
       
    45 RESOURCE TBUF
       
    46     { 
       
    47     buf = "usbmscfileresource"; 
       
    48     }
       
    49 
       
    50 RESOURCE ARRAY r_usbmscfile_image_paths
       
    51     {
       
    52     items =
       
    53         {
       
    54         USBMSCFILE_FILESYSTEM_IMAGE
       
    55             {
       
    56             lun = 0;
       
    57             path = "phone_as_modem.iso";
       
    58             }
       
    59         };
       
    60     }