contentstorage/tsrc/t_casrv/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: 2009-08-24
       
    21  *
       
    22  */
       
    23 
       
    24 #ifndef TESTCONSTS_H_
       
    25 #define TESTCONSTS_H_
       
    26 
       
    27 //  CONSTANTS
       
    28 
       
    29 //test utils
       
    30 _LIT(KTestDbSource, "C:\\testing\\data\\t_casrv\\castorage.db");
       
    31 _LIT(KTestDbDest, "C:\\castorage.db");
       
    32 
       
    33 _LIT8( KSisxMimeType, "x-epoc/x-sisx-app" );
       
    34 
       
    35 
       
    36 //app scanner
       
    37 const TInt noteApp = 0xA0000230;
       
    38 const TInt notInstalledUid = 0xA0000232;// uid of not installed app
       
    39 const TInt installedUid = 0xE6BC1167; // installed app
       
    40 //const TInt KSystemApp = 0x10005901;// system app eg. clock
       
    41 const TInt KSystemApp = 0x20022EF9;
       
    42 
       
    43 _LIT( KMmcIdValue, "00000001" );
       
    44 
       
    45 
       
    46 
       
    47 #endif /* TESTCONSTS_H_ */