profilesservices/FileList/group/FileList.rss
branchRCL_3
changeset 54 7e0eff37aedb
parent 0 8c5d936e5675
equal deleted inserted replaced
53:8ee96d21d9bf 54:7e0eff37aedb
       
     1 /*
       
     2 * Copyright (c) 2002 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: 
       
    15 *     This file contains all the resources for the FileList module.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    FLDR // 4 letter ID
       
    22 
       
    23 // INTERNAL INCLUDES
       
    24 #include "FileListModel.rh"	// For FILELISTDIRECTORIES
       
    25 #include <filelist.loc>
       
    26 
       
    27 // EXTERNAL INCLUDES
       
    28 #include <eikon.rh>
       
    29 #include <pathconfiguration.hrh>	// For text_rom_root_path
       
    30 #include <avkon.loc>
       
    31 #include <drmcommon.loc>
       
    32 #include <avkon.hrh> // For EAknSoftkeyOptions
       
    33 #include <avkon.rh>	// For AVKON_NOTE
       
    34 #include <avkon.rsg>	// For R_AVKON_SOFTKEYS_EMPTY
       
    35 #include <CLFContentListing.rh>
       
    36 #include <CLFContentListing.hrh>
       
    37 
       
    38 RESOURCE RSS_SIGNATURE { }
       
    39 
       
    40 RESOURCE TBUF r_fld_qtn_profiles_error_not_enough_memory
       
    41     {
       
    42     buf = qtn_profiles_error_not_enough_memory;
       
    43     }
       
    44 
       
    45 RESOURCE TBUF r_fld_qtn_file_format_error
       
    46     {
       
    47     buf = qtn_file_format_error;
       
    48     }
       
    49 
       
    50 RESOURCE TBUF r_fld_qtn_profiles_download_tones
       
    51     {
       
    52     buf = qtn_profiles_download_tones;
       
    53     }
       
    54 
       
    55 RESOURCE TBUF r_fld_qtn_drm_prev_rights_use
       
    56     {
       
    57     buf = qtn_drm_prev_rights_use;
       
    58     }
       
    59 
       
    60 RESOURCE TBUF r_fld_qtn_drm_prev_rights_set
       
    61     {
       
    62     buf = qtn_drm_prev_rights_set;
       
    63     }
       
    64 
       
    65 RESOURCE TBUF r_fld_qtn_profiles_info_tone_no_drm
       
    66     {
       
    67     buf = qtn_profiles_info_tone_no_drm;
       
    68     }
       
    69 
       
    70 RESOURCE TBUF r_fld_qtn_drm_prof_rights_missing
       
    71     {
       
    72     buf = qtn_drm_prof_rights_missing;
       
    73     }
       
    74     
       
    75 RESOURCE TBUF r_fld_qtn_text_not_allowed
       
    76 	{
       
    77 	buf = text_not_allowed;
       
    78 	}
       
    79 
       
    80 RESOURCE TBUF r_fld_qtn_profiles_info_tone_drm_protected
       
    81 	{
       
    82 	buf = qtn_profiles_info_tone_drm_protected;
       
    83 	}
       
    84 	
       
    85 RESOURCE TBUF r_fld_qtn_drm_mgr_det_exp
       
    86 	{
       
    87 	buf = qtn_drm_mgr_det_exp;
       
    88 	}
       
    89 
       
    90 #ifdef RD_VIDEO_AS_RINGING_TONE	
       
    91 RESOURCE TBUF r_fld_qtn_text_softkey_preview
       
    92     {
       
    93     buf = text_softkey_preview;
       
    94     }	            
       
    95 
       
    96 RESOURCE TBUF r_fld_qtn_text_softkey_preview_select
       
    97     {
       
    98     buf = text_softkey_select;
       
    99     }
       
   100     
       
   101 RESOURCE TBUF r_fld_qtn_text_softkey_back
       
   102     {
       
   103     buf = text_softkey_back;
       
   104     }
       
   105     
       
   106 RESOURCE TBUF r_fld_qtn_text_softkey_cancel
       
   107     {
       
   108     buf = text_softkey_cancel;
       
   109     }
       
   110 #endif
       
   111 
       
   112 RESOURCE DIALOG r_fld_wait_note
       
   113     {
       
   114     flags = EAknWaitNoteFlags;
       
   115     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   116     items =
       
   117         {
       
   118         DLG_LINE
       
   119             {
       
   120             type = EAknCtNote;
       
   121             id = EGeneralNote;
       
   122             control = AVKON_NOTE
       
   123                 {
       
   124                 layout = EWaitLayout;
       
   125                 singular_label = qtn_gen_note_opening;
       
   126                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   127                 };
       
   128             }
       
   129         };
       
   130     }
       
   131 
       
   132 RESOURCE FILELISTDIRECTORIES r_fld_directories
       
   133     {
       
   134     // Scan these ROM directories
       
   135     RomDirectories =
       
   136         {
       
   137         LBUF { txt = text_rom_root_path text_sounds_path; },
       
   138         LBUF { txt = text_rom_root_path text_digital_sounds_path; },
       
   139         LBUF { txt = text_rom_root_path text_simple_sounds_path; }
       
   140 #ifdef RD_VIDEO_AS_RINGING_TONE
       
   141         ,LBUF { txt = text_rom_root_path text_videos_path; }
       
   142 #endif
       
   143         };
       
   144     
       
   145     // Scan these these phone directories 
       
   146   	PhoneDirectories =
       
   147         {
       
   148         };        
       
   149     }
       
   150     
       
   151 RESOURCE CLF_LIST_MODEL r_fld_list_model
       
   152 	{
       
   153 	mime_type_array = CLF_MIME_TYPE_ARRAY
       
   154 	 {
       
   155          mime_types =
       
   156              {
       
   157              };
       
   158          };
       
   159 
       
   160      media_type_array = CLF_MEDIA_TYPE_ARRAY
       
   161          {
       
   162          media_types =
       
   163              {
       
   164 #ifdef RD_VIDEO_AS_RINGING_TONE              
       
   165              CLF_MEDIA_TYPE { media_type = ECLFMediaTypeVideo; },
       
   166 #endif
       
   167              CLF_MEDIA_TYPE { media_type = ECLFMediaTypeMusic; },
       
   168              CLF_MEDIA_TYPE { media_type = ECLFMediaTypeSound; }     
       
   169              };
       
   170          };
       
   171          
       
   172      sorting_style = CLF_SORTING_STYLE
       
   173          {
       
   174          ordering = ECLFOrderingAscending;
       
   175          data_type = ECLFItemDataTypeDesC;
       
   176          fields =
       
   177              {
       
   178              CLF_FIELD_ID { field_id = ECLFFieldIdFileName; }
       
   179              };
       
   180          };
       
   181      }
       
   182 
       
   183 // End of File
       
   184