connectivitymodules/SeCon/services/ftp/inc/sconconsts.h
changeset 40 b63e67867dcd
parent 19 2691f6aa1921
equal deleted inserted replaced
39:9905f7d46607 40:b63e67867dcd
     1 /*
     1 /*
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    17 
    17 
    18 
    18 
    19 #ifndef _SCONCONSTS_H_
    19 #ifndef _SCONCONSTS_H_
    20 #define _SCONCONSTS_H_
    20 #define _SCONCONSTS_H_
    21 
    21 
       
    22 // Define this to show C-drive logs folder to user
       
    23 #define SCON_SHOW_LOGS_FOLDER
       
    24 
    22 _LIT( K_C_ROOT, "C:\\" );
    25 _LIT( K_C_ROOT, "C:\\" );
       
    26 _LIT( KSConLogsPath, "logs\\" );     // logs folder
    23 
    27 
    24 // Following folders on MMC are exluded from folder listing
    28 // Following folders on MMC are exluded from folder listing
    25 _LIT( KSConResource, "resource\\" ); // resource folder on MMC
    29 _LIT( KSConResource, "resource\\" ); // resource folder on MMC
    26 _LIT( KSConSys, "sys\\" );           // sys folder on MMC
    30 _LIT( KSConSys, "sys\\" );           // sys folder on MMC
    27 _LIT( KSConPrivate, "private\\" );   // private folder on MMC
    31 _LIT( KSConPrivate, "private\\" );   // private folder on MMC