uiutils/Localizer/group/DirectoryLocalizer.rss
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     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:  Resource file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME	DLDE		// directory localizer default entries
       
    22 
       
    23 //  INCLUDES
       
    24 #include <uikon.rh>
       
    25 #include <bldvariant.hrh>
       
    26 #include <pathconfiguration.hrh>
       
    27 #include "DirectoryLocalizer.rh"
       
    28 #include <directorylocalizer.loc>
       
    29 
       
    30 //  RESOURCE DEFINITIONS 
       
    31 // -----------------------------------------------------------------------------
       
    32 //   
       
    33 // Standard resource signature
       
    34 //
       
    35 // -----------------------------------------------------------------------------
       
    36 //
       
    37 RESOURCE RSS_SIGNATURE { }
       
    38             
       
    39 // -----------------------------------------------------------------------------
       
    40 //   
       
    41 // r_directorylocalizer_default_entries
       
    42 // A resource containing default entries of the directory localizer
       
    43 //
       
    44 // -----------------------------------------------------------------------------
       
    45 //
       
    46 RESOURCE DIRECTORYLOCALIZER r_directorylocalizer_default_entries
       
    47 	{
       
    48 	directories =
       
    49 		{
       
    50 		DIRECTORY
       
    51 			{
       
    52 			fullPath = text_phone_memory_root_path text_games_path;
       
    53 			localizedName = qtn_fmgr_def_fldr_games;
       
    54 			extraData = ""; iconIndex = 0;
       
    55 			},
       
    56 		DIRECTORY
       
    57 			{
       
    58 			fullPath = text_phone_memory_root_path text_installs_path;
       
    59 			localizedName = qtn_fmgr_def_fldr_install;
       
    60 			extraData = ""; iconIndex = 0;
       
    61 			},
       
    62 		DIRECTORY
       
    63 			{
       
    64 			fullPath = text_phone_memory_root_path text_images_path;
       
    65 			localizedName = qtn_mg_folder_images;
       
    66 			extraData = ""; iconIndex = 0;
       
    67 			},
       
    68 		DIRECTORY
       
    69 			{
       
    70 			fullPath = text_phone_memory_root_path text_gms_pictures_path;
       
    71 			localizedName = qtn_mg_folder_gms_pict;
       
    72 			extraData = ""; iconIndex = 0;
       
    73 			},
       
    74 		DIRECTORY
       
    75 			{
       
    76 			fullPath = text_phone_memory_root_path text_mms_background_images_path;
       
    77 			localizedName = qtn_mg_folder_mms_bc;
       
    78 			extraData = ""; iconIndex = 0;
       
    79 			},
       
    80 #ifdef __DPB
       
    81 		DIRECTORY
       
    82 			{
       
    83 			fullPath = text_phone_memory_root_path text_presence_logos_path;
       
    84 			localizedName = qtn_mg_folder_pres_logos;
       
    85 			extraData = ""; iconIndex = 0;
       
    86 			},
       
    87 #endif
       
    88 		DIRECTORY
       
    89 			{
       
    90 			fullPath = text_phone_memory_root_path text_others_path;
       
    91 			localizedName = qtn_fmgr_def_fldr_others;
       
    92 			extraData = ""; iconIndex = 0;
       
    93 			},
       
    94 		DIRECTORY
       
    95 			{
       
    96 			fullPath = text_phone_memory_root_path text_sounds_path;
       
    97 			localizedName = qtn_mg_folder_sounds;
       
    98 			extraData = ""; iconIndex = 0;
       
    99 			},
       
   100 		DIRECTORY
       
   101 			{
       
   102 			fullPath = text_phone_memory_root_path text_digital_sounds_path;
       
   103 			localizedName = qtn_mg_folder_digital_tones;
       
   104 			extraData = ""; iconIndex = 0;
       
   105 			},
       
   106 		DIRECTORY
       
   107 			{
       
   108 			fullPath = text_phone_memory_root_path text_simple_sounds_path;
       
   109 			localizedName = qtn_mg_folder_simple_tones;
       
   110 			extraData = ""; iconIndex = 0;
       
   111 			},
       
   112 		DIRECTORY
       
   113 			{
       
   114 			fullPath = text_phone_memory_root_path text_videos_path;
       
   115 			localizedName = qtn_mg_folder_videos;
       
   116 			extraData = ""; iconIndex = 0; 
       
   117 			},
       
   118 		DIRECTORY
       
   119 			{
       
   120 			fullPath = text_memory_card_root_path text_games_path;
       
   121 			localizedName = qtn_fmgr_def_fldr_games;
       
   122 			extraData = ""; iconIndex = 0;
       
   123 			},
       
   124 		DIRECTORY
       
   125 			{
       
   126 			fullPath = text_memory_card_root_path text_installs_path;
       
   127 			localizedName = qtn_fmgr_def_fldr_install;
       
   128 			extraData = ""; iconIndex = 0;
       
   129 			},
       
   130 		DIRECTORY
       
   131 			{
       
   132 			fullPath = text_memory_card_root_path text_images_path;
       
   133 			localizedName = qtn_mg_folder_images;
       
   134 			extraData = ""; iconIndex = 0;
       
   135 			},
       
   136 		DIRECTORY
       
   137 			{
       
   138 			fullPath = text_memory_card_root_path text_others_path;
       
   139 			localizedName = qtn_fmgr_def_fldr_others;
       
   140 			extraData = ""; iconIndex = 0;
       
   141 			},
       
   142 		DIRECTORY
       
   143 			{
       
   144 			fullPath = text_memory_card_root_path text_sounds_path;
       
   145 			localizedName = qtn_mg_folder_sounds;
       
   146 			extraData = ""; iconIndex = 0;
       
   147 			},
       
   148 		DIRECTORY
       
   149 			{
       
   150 			fullPath = text_memory_card_root_path text_digital_sounds_path;
       
   151 			localizedName = qtn_mg_folder_digital_tones;
       
   152 			extraData = ""; iconIndex = 0;
       
   153 			},
       
   154 		DIRECTORY
       
   155 			{
       
   156 			fullPath = text_memory_card_root_path text_simple_sounds_path;
       
   157 			localizedName = qtn_mg_folder_simple_tones;
       
   158 			extraData = ""; iconIndex = 0;
       
   159 			},
       
   160 		DIRECTORY
       
   161 			{
       
   162 			fullPath = text_memory_card_root_path text_videos_path;
       
   163 			localizedName = qtn_mg_folder_videos;
       
   164 			extraData = ""; iconIndex = 0; 
       
   165 			},
       
   166         DIRECTORY
       
   167             {
       
   168             fullPath = text_memory_card_contacts_path;
       
   169             localizedName = qtn_fmgr_def_fldr_contacts;
       
   170             extraData = ""; iconIndex = 0;
       
   171             },
       
   172         DIRECTORY
       
   173             {
       
   174             fullPath = text_memory_card_links_path;
       
   175             localizedName = qtn_fmgr_def_fldr_links;
       
   176             extraData = ""; iconIndex = 0;
       
   177             },
       
   178         DIRECTORY
       
   179             {
       
   180             fullPath = text_phone_memory_root_path "Links\\";
       
   181             localizedName = qtn_fmgr_def_fldr_links;
       
   182             extraData = ""; iconIndex = 0;
       
   183             }
       
   184 		};
       
   185 	}
       
   186 
       
   187 // End of File
       
   188 
       
   189