installationservices/swi/source/sisregistry/server/sisregistryserverconst.h
changeset 0 ba25891c3a9e
child 25 7333d7932ef7
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2004-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 the License "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 * sisregistry server constants
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file 
       
    22  @released
       
    23  @internalComponent
       
    24 */
       
    25 #ifndef __SISREGISTRYSERVERCONST_H__
       
    26 #define __SISREGISTRYSERVERCONST_H__
       
    27 
       
    28 namespace Swi
       
    29 {
       
    30 // registry main path
       
    31 _LIT(KRegistryPath, "\\sys\\install\\sisregistry\\");
       
    32 // preinstalled components location
       
    33 _LIT(KPreInstalledPath, "\\system\\install\\");
       
    34 // controller file filter 
       
    35 _LIT(KControllerFileFilter, "*.ctl");
       
    36 
       
    37 // Private path
       
    38 _LIT(KPrivatePathFormat, "?:\\private\\");
       
    39 
       
    40 // swiDaemon private directory
       
    41 _LIT(KSwiDaemonPrivateDirectory, "\\private\\10202dce\\");
       
    42 
       
    43 ///////////////Useful Formats ////////
       
    44 // drive, path, uid, index, offset
       
    45 _LIT(KControllerFileNameFormat, "%S%S%08x\\%08x_%04x.ctl");
       
    46 // drive, uid, index
       
    47 _LIT(KUninstallLogPathFormat, "%c:\\sys\\uninstall\\%08x_%08x\\%c\\uninstall.log");
       
    48 
       
    49 _LIT(KLogDir, "\\sys\\install\\log.txt");
       
    50 
       
    51 }
       
    52 
       
    53 #endif // __SISREGISTRYSERVERCONST_H__