2 * Copyright (c) 2002-2006 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
14 * Description: System paths are defined here.
15 * This file should be edited to change system paths.
16 * These definitions can be used directly in resource files.
21 #ifndef PATH_CONFIGURATION_HRH
22 #define PATH_CONFIGURATION_HRH
25 * The root directory in ROM.
27 #define text_rom_root_path "Z:\\Data\\"
30 * The root directory in Phone Memory.
32 #define text_phone_memory_root_path "C:\\Data\\"
35 * The root directory in Memory Card.
37 #define text_memory_card_root_path "E:\\"
41 * The directory is always under a root directory.
43 #define text_games_path "Games\\"
47 * The directory is always under a root directory.
49 #define text_installs_path "Installs\\"
53 * The directory is always under a root directory.
55 #define text_others_path "Others\\"
59 * The directory is always under a root directory.
61 #define text_videos_path "Videos\\"
65 * The directory is always under a root directory.
67 #define text_images_path "Images\\"
71 * The directory is always under a root directory.
72 * @deprecated Use GSM pictures directory (text_gms_pictures_path) instead.
74 #define text_pictures_path "Images\\Pictures\\"
77 * GMS pictures directory.
78 * The directory is always under a root directory.
80 #define text_gms_pictures_path "Images\\Pictures\\"
83 * MMS background images directory.
84 * The directory is always under a root directory.
86 #define text_mms_background_images_path "Images\\Backgrounds\\"
89 * Presence logos directory.
90 * The directory is always under a root directory.
92 #define text_presence_logos_path "Images\\Presence\\"
96 * The directory is always under a root directory.
98 #define text_sounds_path "Sounds\\"
101 * Digital sounds directory.
102 * The directory is always under a root directory.
104 #define text_digital_sounds_path "Sounds\\Digital\\"
107 * Simple sounds directory.
108 * The directory is always under a root directory.
110 #define text_simple_sounds_path "Sounds\\Simple\\"
113 * Thumbnail images directory.
114 * The directory is not necessarily under a root directory. The directory
115 * exists under the same directory where the corresponding image is.
116 * Do not try to append this to a root directory.
118 #define text_images_thumbnail_path "_PAlbTN\\"
121 * Full path of the contacts directory in a memory card.
122 * Contains also the drive letter.
123 * Do not try to append this to any root directory.
125 #define text_memory_card_contacts_path "E:\\Others\\Contacts\\"
128 * Full path of the links directory in a memory card.
129 * Contains also the drive letter.
130 * Do not try to append this to any root directory.
132 #define text_memory_card_links_path "E:\\Others\\Links\\"
134 #endif // PATH_CONFIGURATION_HRH