diff -r 8ee96d21d9bf -r 7e0eff37aedb profilesservices/FileList/group/FileList.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/profilesservices/FileList/group/FileList.rss Wed Sep 01 12:20:44 2010 +0100 @@ -0,0 +1,184 @@ +/* +* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* This file contains all the resources for the FileList module. +* +*/ + + +// RESOURCE IDENTIFIER +NAME FLDR // 4 letter ID + +// INTERNAL INCLUDES +#include "FileListModel.rh" // For FILELISTDIRECTORIES +#include + +// EXTERNAL INCLUDES +#include +#include // For text_rom_root_path +#include +#include +#include // For EAknSoftkeyOptions +#include // For AVKON_NOTE +#include // For R_AVKON_SOFTKEYS_EMPTY +#include +#include + +RESOURCE RSS_SIGNATURE { } + +RESOURCE TBUF r_fld_qtn_profiles_error_not_enough_memory + { + buf = qtn_profiles_error_not_enough_memory; + } + +RESOURCE TBUF r_fld_qtn_file_format_error + { + buf = qtn_file_format_error; + } + +RESOURCE TBUF r_fld_qtn_profiles_download_tones + { + buf = qtn_profiles_download_tones; + } + +RESOURCE TBUF r_fld_qtn_drm_prev_rights_use + { + buf = qtn_drm_prev_rights_use; + } + +RESOURCE TBUF r_fld_qtn_drm_prev_rights_set + { + buf = qtn_drm_prev_rights_set; + } + +RESOURCE TBUF r_fld_qtn_profiles_info_tone_no_drm + { + buf = qtn_profiles_info_tone_no_drm; + } + +RESOURCE TBUF r_fld_qtn_drm_prof_rights_missing + { + buf = qtn_drm_prof_rights_missing; + } + +RESOURCE TBUF r_fld_qtn_text_not_allowed + { + buf = text_not_allowed; + } + +RESOURCE TBUF r_fld_qtn_profiles_info_tone_drm_protected + { + buf = qtn_profiles_info_tone_drm_protected; + } + +RESOURCE TBUF r_fld_qtn_drm_mgr_det_exp + { + buf = qtn_drm_mgr_det_exp; + } + +#ifdef RD_VIDEO_AS_RINGING_TONE +RESOURCE TBUF r_fld_qtn_text_softkey_preview + { + buf = text_softkey_preview; + } + +RESOURCE TBUF r_fld_qtn_text_softkey_preview_select + { + buf = text_softkey_select; + } + +RESOURCE TBUF r_fld_qtn_text_softkey_back + { + buf = text_softkey_back; + } + +RESOURCE TBUF r_fld_qtn_text_softkey_cancel + { + buf = text_softkey_cancel; + } +#endif + +RESOURCE DIALOG r_fld_wait_note + { + flags = EAknWaitNoteFlags; + buttons = R_AVKON_SOFTKEYS_EMPTY; + items = + { + DLG_LINE + { + type = EAknCtNote; + id = EGeneralNote; + control = AVKON_NOTE + { + layout = EWaitLayout; + singular_label = qtn_gen_note_opening; + animation = R_QGN_GRAF_WAIT_BAR_ANIM; + }; + } + }; + } + +RESOURCE FILELISTDIRECTORIES r_fld_directories + { + // Scan these ROM directories + RomDirectories = + { + LBUF { txt = text_rom_root_path text_sounds_path; }, + LBUF { txt = text_rom_root_path text_digital_sounds_path; }, + LBUF { txt = text_rom_root_path text_simple_sounds_path; } +#ifdef RD_VIDEO_AS_RINGING_TONE + ,LBUF { txt = text_rom_root_path text_videos_path; } +#endif + }; + + // Scan these these phone directories + PhoneDirectories = + { + }; + } + +RESOURCE CLF_LIST_MODEL r_fld_list_model + { + mime_type_array = CLF_MIME_TYPE_ARRAY + { + mime_types = + { + }; + }; + + media_type_array = CLF_MEDIA_TYPE_ARRAY + { + media_types = + { +#ifdef RD_VIDEO_AS_RINGING_TONE + CLF_MEDIA_TYPE { media_type = ECLFMediaTypeVideo; }, +#endif + CLF_MEDIA_TYPE { media_type = ECLFMediaTypeMusic; }, + CLF_MEDIA_TYPE { media_type = ECLFMediaTypeSound; } + }; + }; + + sorting_style = CLF_SORTING_STYLE + { + ordering = ECLFOrderingAscending; + data_type = ECLFItemDataTypeDesC; + fields = + { + CLF_FIELD_ID { field_id = ECLFFieldIdFileName; } + }; + }; + } + +// End of File +