installationservices/swi/source/sisregistry/server/sisregistryserverconst.h
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
equal deleted inserted replaced
65:7333d7932ef7 66:8b7f4e561641
     1 /*
     1 /*
     2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-2009 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 the License "Eclipse Public License v1.0"
     5 * under the terms of the License "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".
    46 // drive, uid, index
    46 // drive, uid, index
    47 _LIT(KUninstallLogPathFormat, "%c:\\sys\\uninstall\\%08x_%08x\\%c\\uninstall.log");
    47 _LIT(KUninstallLogPathFormat, "%c:\\sys\\uninstall\\%08x_%08x\\%c\\uninstall.log");
    48 
    48 
    49 _LIT(KLogDir, "\\sys\\install\\log.txt");
    49 _LIT(KLogDir, "\\sys\\install\\log.txt");
    50 
    50 
    51 //Location of application registration resource files
       
    52 _LIT(KApparcRegFilePath, "\\private\\10003a3f\\apps\\*.rsc");
       
    53 _LIT(KApparcRegFileImportPath, "\\private\\10003a3f\\import\\apps\\*.rsc");
       
    54 
       
    55 //Registration resource file uid 
       
    56 const TUid KUidAppRegistrationFile = {0x101F8021};
       
    57 _LIT(KApparcRegImportDir, "\\private\\10003a3f\\import\\apps\\");
       
    58 _LIT(KApparcRegDir, "\\private\\10003a3f\\apps\\");
       
    59 }
    51 }
    60 
    52 
    61 #endif // __SISREGISTRYSERVERCONST_H__
    53 #endif // __SISREGISTRYSERVERCONST_H__