contentstorage/casrv/cawidgetscanner/tsrc/t_cawidgetscanner/inc/testconsts.h
changeset 117 c63ee96dbe5f
equal deleted inserted replaced
115:3ab5c078b490 117:c63ee96dbe5f
       
     1 /*
       
     2 * Copyright (c) 2009 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: 
       
    15 *
       
    16 */
       
    17 /*
       
    18  * testconsts.h
       
    19  *
       
    20  *  Created on: Oct 15, 2009
       
    21  *      Author: michal.wojcik
       
    22  */
       
    23 
       
    24 #ifndef TESTCONSTS_H_
       
    25 #define TESTCONSTS_H_
       
    26 
       
    27 //  CONSTANTS
       
    28 
       
    29 //test utils
       
    30 _LIT( KTestDbSource, "C:\\testing\\data\\t_cawidgetscanner\\castorage.db" );
       
    31 _LIT( KTestDbDest, "C:\\castorage.db" );
       
    32 
       
    33 // hswidgets
       
    34 
       
    35 _LIT( KHSWidget1, "C:\\testing\\data\\t_cawidgetscanner\\validwidget1.manifest" );
       
    36 _LIT( KHSWidget2, "C:\\testing\\data\\t_cawidgetscanner\\validwidget2.manifest" );
       
    37 _LIT( KHSWidgetRemoveFolder, "import\\widgetregistry\\20053785\\validwidget1.manifest" );
       
    38 _LIT( KHSWidgetScanFolder, "import\\widgetregistry\\20053785\\" );
       
    39 _LIT( KDriveC, "c:" );
       
    40 _LIT( KPrivate, "C:\\private\\20022F35\\" );
       
    41 
       
    42 _LIT( KImport, "\\import" );
       
    43 _LIT( KManifestFile1, "validwidget1.manifest" );
       
    44 _LIT( KManifestFile2, "validwidget2.manifest" );
       
    45 
       
    46 
       
    47 
       
    48         
       
    49 #endif /* TESTCONSTS_H_ */