mmappfw_plat/mpx_common_definition_api/inc/mpxpathconfiguration.hrh
changeset 0 a2952bb97e68
child 1 7f2202662322
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 2005 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:  File paths used by mpx & Music Shop are defined
       
    15                  here.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef MPXPATHCONFIGURATION_HRH
       
    21 #define MPXPATHCONFIGURATION_HRH
       
    22 
       
    23 // INCLUDES
       
    24 #include <PathConfiguration.hrh>
       
    25 
       
    26 // MACROS
       
    27 #define text_hdd_root_path  "E:\\"
       
    28 
       
    29 // Folder used when saving attachment from Messaging application
       
    30 #define text_targetfolder_attachment "Attachments\\"
       
    31 
       
    32 // Folder used when saving download from Browser & Music Shop application
       
    33 #define text_targetfolder_downloads "Music Downloads\\"
       
    34 
       
    35 // Folder used when saving ringtones
       
    36 #define text_targetfolder_ringtones text_simple_sounds_path
       
    37 
       
    38 // Folder used for creating new playlists
       
    39 #define text_targetfolder_playlists "Playlists\\"
       
    40 
       
    41 #endif  // MPXPATHCONFIGURATION_HRH