coreapplicationuis/rfsplugins/FormatterRFSPlugin/inc/formatterrfsplugincommon.h
branchRCL_3
changeset 10 469fa8a78de7
parent 0 2e3d3ce01487
equal deleted inserted replaced
9:332e7bf3b42f 10:469fa8a78de7
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2009-10 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".
    23 
    23 
    24 /**
    24 /**
    25 * Exclude list path and file
    25 * Exclude list path and file
    26 */
    26 */
    27 _LIT( KExcludeList, "\\private\\100059C9\\excludelist.txt" );
    27 _LIT( KExcludeList, "\\private\\100059C9\\excludelist.txt" );
    28 
       
    29 /**
       
    30 * Exclude list path and file which has the entries of the NR-flagged applications which are installed in c:\ drive and the RFS operation
       
    31 * is based on this file itself
       
    32 */
       
    33 _LIT( KExcludeListcache, "\\private\\100059C9\\excludelistcache.txt" );
       
    34 
    28 
    35 /**
    29 /**
    36 * Application exclude list path
    30 * Application exclude list path
    37 */
    31 */
    38 _LIT( KApplicationExcludeListPath, "?:\\private\\102073ea\\excludes\\" );
    32 _LIT( KApplicationExcludeListPath, "?:\\private\\102073ea\\excludes\\" );